Haste: a fast, simple, and open RNN library.
class GRU
: Gated Recurrent Unit layer.
class IndRNN
: Independently Recurrent Neural Network layer.
class LSTM
: Long Short-Term Memory layer.
class LayerNormGRU
: Layer Normalized Gated Recurrent Unit layer.
class LayerNormLSTM
: Layer Normalized Long Short-Term Memory layer.