mpezeshki / Associative_LSTM
LSTM with associative memory cells (http://arxiv.org/abs/1602.03032)
☆109Updated 8 years ago
Alternatives and similar repositories for Associative_LSTM:
Users that are interested in Associative_LSTM are comparing it to the libraries listed below
- ☆137Updated 7 years ago
- Recurrent Neural Network for modeling sequential data implemented using Python and Theano.☆91Updated 9 years ago
- Implementations of "LSTM: A Search Space Odyssey" variants and their training results on the PTB dataset.☆95Updated 7 years ago
- Implementation of the paper [Using Fast Weights to Attend to the Recent Past](https://arxiv.org/abs/1610.06258)☆172Updated 8 years ago
- Quick and Dirty TensorFlow command framework to train and evaluate models and make inference☆56Updated 5 years ago
- Recreating the Deep Residual Network in Lasagne☆118Updated 8 years ago
- Pytorch implementation of DeepMind's differentiable neural computer paper.☆93Updated 7 years ago
- ☆88Updated 8 years ago
- Torch7 implementation of Grid LSTM as described here: http://arxiv.org/pdf/1507.01526v2.pdf☆188Updated 9 years ago
- Universal library for deep reinforcement learning.☆38Updated 8 years ago
- Code for the Neural GPU☆47Updated 9 years ago
- ☆64Updated 8 years ago
- Compilation of the state-of-the-art neural models used in Machine Reading and Comprehension Task (in progress)☆43Updated 8 years ago
- Batch-Normalized LSTM (Recurrent Batch Normalization) implementation in Torch.☆90Updated 8 years ago
- ☆167Updated 8 years ago
- Fork of https://github.com/Lasagne/Lasagne☆63Updated 9 years ago
- Efficient layer normalization GPU kernel for Tensorflow☆111Updated 8 years ago
- Analytics for Deep Learning projects.☆49Updated 8 years ago
- Variational and semi-supervised neural network toppings for Lasagne☆208Updated 8 years ago
- Implementation of a simple example of Q learning in Torch.☆50Updated 8 years ago
- ☆69Updated 6 years ago
- Code for the Torch in Action book☆44Updated 8 years ago
- LSTM Python library using Cython