shredx.modules.rnn#
Recurrent neural network encoders for sequence modeling.
Implements GRU, LSTM, and MLP encoders compatible with an encoder–decoder architecture. Also implements MOE-GRU and MOE-LSTM encoders.
Classes
|
GRU encoder for sequence-to-sequence modeling. |
|
LSTM encoder for sequence-to-sequence modeling. |
|
Mixture of Experts GRU with SINDy layer forecasting. |
|
Mixture of Experts LSTM with SINDy layer forecasting. |
|
GRU encoder with SINDy loss regularization. |
|
LSTM encoder with SINDy loss regularization. |