Deep Learning - Convolution Example
conv1d, conv2d, 1x1 convolution
1D Convolution Example
Unlike Digital Signal Processing, 1D convolution in deep learning does not flip the kernel — it is simply cross-correlation.
Input $x = [1, 2, 3, 4]$ (length $N=4$), kernel...