Package ai.djl.nn.recurrent
package ai.djl.nn.recurrent
Contains classes for recurrent neural network operations.
- See Also:
-
ClassDescription
GRUis an abstract implementation of recurrent neural networks which applies GRU (Gated Recurrent Unit) recurrent layer to input.LSTMis an implementation of recurrent neural networks which applies Long Short-Term Memory recurrent layer to input.RecurrentBlockis an abstract implementation of recurrent neural networks.The Builder to construct aRecurrentBlocktype ofBlock.RNNis an implementation of recurrent neural networks which applies a single-gate recurrent layer to input.An enum that enumerates the type of activation.