Module burn::nn::gru

Expand description

Gated Recurrent Unit module.

Structsยง

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