An attempt at replicating "Neural Turing Machines" (by Alex Graves, Greg Wayne, and Ivo Danihelka) in Keras.
Copy NTM Memory Use During the Copy Task
Repeat Copy (in progress)
Associative Recall (in progress)
Dynamic N-Grams (in progress)
Priority Sort (in progress)
To train a copy task:
$ python main.py
- carpedm20/NTM-tensorflow. Check out: https://github.com/carpedm20/NTM-tensorflow
- shawntan/neural-turing-machines. Check out: https://github.com/shawntan/neural-turing-machines
- snipsco/ntm-lasagne. Check out: https://github.com/snipsco/ntm-lasagne
- Training NTM to learning repeat copy.
- Training NTM to learning associative recall.
- Training NTM to learning dynamical n-grams.
- Training NTM to learning priority sort.
- Using NTM for other natural language processing tasks such as neural language model.
Zhibin Quan / @SigmaQuan