Note: this repository is deprecated in favor of https://github.com/torch/rnn. This is a Recurrent Neural Network 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: Modules that consider successive calls to forward as different time-steps in a sequence : AbstractRecurrent :