Embedding nets#
Embedding network that uses 1D causal convolutions. |
|
Convolutional embedding network (1D or 2D convolutions). |
|
Fully-connected multi-layer neural network to be used as embedding network. |
|
Embedding network backed by a stack of Linear Recurrent Unit (LRU) blocks. |
|
|
Permutation invariant embedding network. |
Residual neural network mapping vector-like data to a fixed-size vector. |
|
Residual neural network mapping image-like data to a fixed sized vector. |
|
Transformer-based embedding network for time series and image data. |