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