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