Module layers

Source
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.
LayerNorm
Layer that applies layer normalization.
PairwiseBilinear
Pairwise bilinear forms.
PairwiseBilinearConfig
Configuration for the Bilinear layer.
VariationalDropout
Variational dropout (Gal and Ghahramani, 2016)