Class for doing a convolution over a sequence.
Class for doing a convolution over a sequence.For each component of output frames, it computes the convolution of the input sequence with a kernel of size k_w (over the time).
Note that, depending of the size of your kernel, several (last) frames of the input sequence could be lost.
Note also that no non-linearity is applied in this layer.
Alphabetic index HTML hierarchy of classes or Java