lipiji / rnn-theanoLinks
RNN(LSTM, GRU) in Theano with mini-batch training; character-level language models in Theano
☆69Updated 6 years ago
Alternatives and similar repositories for rnn-theano
Users that are interested in rnn-theano are comparing it to the libraries listed below
Sorting:
- ☆58Updated 8 years ago
- End-To-End Memory Networks in Theano☆130Updated 2 years ago
- LSTM Neural Network in Python and Cython, used for language modelling☆129Updated 9 years ago
- Recurrent Neural Network Language Modeling (RNNLM) Toolkit☆120Updated 2 years ago
- ☆218Updated 9 years ago
- Implementations of "LSTM: A Search Space Odyssey" variants and their training results on the PTB dataset.☆95Updated 7 years ago
- General Purpose Implementation of LSTM extended from OCROPUS to recognize any sequential data☆28Updated 10 years ago
- ☆87Updated 8 years ago
- Code to train state-of-the-art Neural Machine Translation systems.☆106Updated 8 years ago
- Recurrent Neural Networks (RNN, GRU, LSTM) and their Bidirectional versions (BiRNN, BiGRU, BiLSTM) for word & character level language mo…☆44Updated 8 years ago
- MXNet based Neural Machine Translation☆118Updated 6 years ago
- Question Answering Using Memory Networks (CS224D Project)