Expand description
Basic RNN.
Structsยง
- BiRnn
- The BiRnn module. This implementation is for Bidirectional RNN. Should be created with BiRnnConfig.
- BiRnn
Config - Configuration to create a BiRnn module using the init function.
- BiRnn
Record - The record type for the module.
- BiRnn
Record Item - The record item type for the module.
- Rnn
- The Rnn module. This implementation is for a unidirectional, stateless, Rnn. Should be created with RnnConfig.
- RnnConfig
- Configuration to create a Rnn module using the init function.
- RnnRecord
- The record type for the module.
- RnnRecord
Item - The record item type for the module.
- RnnState
- A RnnState is used to store hidden state in RNN.