Skip to content

torch/rnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Nicholas Leonard
Aug 22, 2017
83a5f17 · Aug 22, 2017
May 24, 2017
Jun 7, 2017
May 26, 2017
Jul 18, 2017
May 26, 2017
May 11, 2017
Jul 13, 2017
Jun 7, 2017
Jul 20, 2017
Aug 19, 2016
Jun 7, 2017
Dec 13, 2016
May 26, 2017
Jul 20, 2017
May 26, 2017
May 24, 2017
Aug 4, 2016
Jul 13, 2017
Aug 15, 2015
Jun 3, 2016
May 2, 2016
Jul 20, 2017
Jan 22, 2017
Jan 26, 2017
Mar 15, 2016
Feb 25, 2016
May 3, 2017
May 3, 2017
Jul 22, 2015
May 3, 2017
May 3, 2017
May 26, 2017
May 26, 2017
Jan 31, 2017
May 26, 2017
May 26, 2017
May 26, 2017
Jul 6, 2015
Jun 28, 2017
May 26, 2017
May 26, 2017
May 26, 2017
May 2, 2017
May 26, 2017
Sep 16, 2015
Sep 16, 2015
Oct 13, 2015
Apr 20, 2016
Oct 27, 2015
May 2, 2017
May 2, 2017
May 17, 2017
May 24, 2017
Dec 3, 2015
May 24, 2017
May 24, 2017
May 24, 2017
May 24, 2017
May 26, 2017
Aug 22, 2017
May 10, 2016
Apr 20, 2017
May 12, 2017
May 12, 2017
Aug 18, 2015
Nov 25, 2016
May 3, 2017
Feb 23, 2017
Aug 22, 2017
Jul 15, 2017
Feb 27, 2017
Jul 15, 2017

Repository files navigation

Torch recurrent neural networks

This is a recurrent neural network (RNN) library that extends Torch's nn. You can use it to build RNNs, LSTMs, GRUs, BRNNs, BLSTMs, and so forth and so on.

This library includes documentation for the following objects :

Examples

A complete list of examples is available in the examples directory

Citation

If you use rnn in your work, we'd really appreciate it if you could cite the following paper:

Léonard, Nicholas, Sagar Waghmare, Yang Wang, and Jin-Hwa Kim. rnn: Recurrent Library for Torch. arXiv preprint arXiv:1511.07889 (2015).

Any significant contributor to the library will also get added as an author to the paper. A significant contributor is anyone who added at least 300 lines of code to the library.

Troubleshooting

Most issues can be resolved by updating the various dependencies:

luarocks install torch
luarocks install nn
luarocks install torchx
luarocks install dataload

If you are using CUDA :

luarocks install cutorch
luarocks install cunn

And don't forget to update this package :

luarocks install rnn

If that doesn't fix it, open an issue on github.