Haste: a fast, simple, and open RNN library.
class GRU
: Gated Recurrent Unit layer.
class GRUCell
: A GRU cell that's compatible with the Haste GRU layer.
class IndRNN
: Independently Recurrent Neural Network layer.
class LSTM
: Long Short-Term Memory layer.
class LayerNorm
: Layer normalization layer.
class LayerNormGRU
: Layer Normalized Gated Recurrent Unit layer.
class LayerNormGRUCell
: A GRU cell that's compatible with the Haste LayerNormGRU layer.
class LayerNormLSTM
: Layer Normalized Long Short-Term Memory layer.
class LayerNormLSTMCell
: An LSTM cell that's compatible with the Haste LayerNormLSTM layer.
class ZoneoutWrapper
: An LSTM/GRU cell wrapper that applies zoneout to the inner cell's hidden state.