carlosrcoelho/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.
Python
No issues in this repository yet.
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.
Python
No issues in this repository yet.