torch / rnn

Torch recurrent neural networks
BSD 3-Clause "New" or "Revised" License
64 stars 17 forks source link

Implement Easy to use wrappers for RNN and LSTM #13

Closed pavanky closed 7 years ago

pavanky commented 7 years ago

This is along the lines of BasicRNN and BasicLSTM from tensorflow.

nicholas-leonard commented 7 years ago

I created LinearRNN and LookupRNN.