Module gru

Expand description

Gated Recurrent Unit module.

Structs§

Gru
The Gru (Gated recurrent unit) module. This implementation is for a unidirectional, stateless, Gru.
GruConfig
Configuration to create a gru module using the init function.
GruRecord
The record type for the module.
GruRecordItem
The record item type for the module.