/pytorch-rnn-lstm-gru

Use the nn.RNN module and work with an input sequence. I also show you how easily we can switch to a gated recurrent unit (GRU) or long short-term memory (LSTM) RNN.

Primary LanguagePython

Watchers