Class for doing sub-sampling over a sequence.
Class for doing sub-sampling over a sequence.Then, for each component of output frames, it takes its associated input component and it computes the convolution of the input sequence with a kernel of size k_w, over the time, where the weights of the kernel are equals.
Note that, depending of the size of your kernel, several (last) frames of the input seqience could be lost.
Note also that no non-linearity is applied in this layer.
Alphabetic index HTML hierarchy of classes or Java