Expand description
Long Short-Term Memory module.
Structsยง
- The BiLstm module. This implementation is for Bidirectional LSTM.
- Configuration to create a BiLstm module using the init function.
- The record type for the module.
- The record item type for the module.
- The Lstm module. This implementation is for a unidirectional, stateless, Lstm.
- Configuration to create a Lstm module using the init function.
- The record type for the module.
- The record item type for the module.
- A LstmState is used to store cell state and hidden state in LSTM.