SigmaQuan / NTM-KerasLinks
An attempt at replicating "Neural Turing Machines" in Keras.
☆34Updated 8 years ago
Alternatives and similar repositories for NTM-Keras
Users that are interested in NTM-Keras are comparing it to the libraries listed below
Sorting:
- An implementation of the Neural Turing Machine as a keras recurrent layer.☆139Updated 8 years ago
- a keras toolkit☆35Updated 8 years ago
- Phased LSTM: Accelerating Recurrent Network Training for Long or Event-based Sequences (NIPS 2016) - Tensorflow 1.0☆128Updated 6 years ago
- ☆137Updated 8 years ago
- ☆92Updated 8 years ago
- Forward Thinking NIPS 2017☆106Updated 7 years ago
- Character-level Neural Translation using Quasi-RNNs☆134Updated 7 years ago
- ☆64Updated 8 years ago
- Extra Layers for Keras to connect CNN with RNN☆154Updated 9 years ago
- Generative Adversarial Networks in Keras☆46Updated 4 years ago
- Adaptive Computation Time algorithm in Tensorflow☆257Updated 8 years ago
- Gumbel-Softmax Variational Autoencoder with Keras☆133Updated 8 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
- TensorFlow implementation of the paper "Learning to learn by gradient descent by gradient descent ( https://arxiv.org/abs/1606.04474 )"☆84Updated 8 years ago
- Implementations of "LSTM: A Search Space Odyssey" variants and their training results on the PTB dataset.