See: Description
| Class | Description |
|---|---|
| GRU |
Applies GRU (Gated Recurrent Unit) recurrent layer to input.
|
| GRU.Builder | |
| LSTM |
Applies Long Short-Term Memory recurrent layer to input.
|
| LSTM.Builder | |
| RecurrentCell |
Applies recurrent layers to input data.
|
| RecurrentCell.BaseBuilder<T extends RecurrentCell.BaseBuilder> |
The Builder to construct a
RecurrentCell type of Block. |
| RNN |
Applies a single-gate recurrent layer to input.
|
| RNN.Builder |
| Enum | Description |
|---|---|
| RNN.Activation |
An enum that enumerates the type of activation.
|
RecurrentCell