farizrahman4u / RNN-EMLinks
Recurrent Neural Network with External Memory in Keras
☆37Updated 9 years ago
Alternatives and similar repositories for RNN-EM
Users that are interested in RNN-EM are comparing it to the libraries listed below
Sorting:
- Reimplementation of Munkhdalai et al's Neural Semantic Encoders (https://arxiv.org/pdf/1607.04315v2.pdf)☆59Updated 8 years ago
- Keras solution to the bAbI tasks using recurrent neural networks - merged as an example into Keras mainline☆33Updated 10 years ago
- GloVe Word Embedding model's implementation in theano☆36Updated 8 years ago
- Library to train parallel-aligned sequence data based on Keras☆51Updated 8 years ago
- Quick and Dirty TensorFlow command framework to train and evaluate models and make inference☆55Updated 6 years ago
- Parallel (asynchronous) sparse coding implementation for obtaining sparse overcomplete word vectors☆55Updated 7 years ago
- Text simplification using RNNs☆55Updated 9 years ago
- A convolutional neural network library for NLP.