Module gru

Module gru 

Expand description

Gated Recurrent Unit module.

Structsยง

BiGru
The BiGru module. This implementation is for Bidirectional GRU.
BiGruConfig
Configuration to create a BiGru module using the init function.
BiGruRecord
The record type for the module.
BiGruRecordItem
The record item type for the module.
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.