Convolutions

This lesson will introduce convolutions in JAX.

For two functions, f and g, convolution (represented by *) is a mathematical operation expressing how the shape of f is modified by g.

(fg)(t):=f(τ)g(tτ)dτ(f * g)(t) := \int_{-\infty}^\infty f(\tau) g(t - \tau) \, d\tau

Example

Get hands-on with 1200+ tech skills courses.