Expand description
Basic neural network modules.
These are modules that are not provided by the Torch binding, or where different behavior is required from the modules.
Structsยง
- Conv1D
- 1-D convolution.
- Dropout
- Dropout layer.
- Embedding
- Embedding lookup layer.
- Layer
Norm - Layer that applies layer normalization.
- Pairwise
Bilinear - Pairwise bilinear forms.
- Pairwise
Bilinear Config - Configuration for the
Bilinear
layer. - Variational
Dropout - Variational dropout (Gal and Ghahramani, 2016)