See blog post
Implements DeepMind's third nature paper, Hybrid computing using a neural network with dynamic external memory by Graves et. al.
Based on the paper's appendix, I sketched the computational graph
I got the repeat-copy task to work (Jupyter notebook)
- All code is written in python 2.7. You will need:
- Numpy
- Matplotlib
- TensorFlow r1.0