Differentiable Neural Computer in TensorFlow
dnc | ||
free-recall | ||
handwriting | ||
repeat-copy | ||
static | ||
README.md |
DNC: Differentiable Neural Computer
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)
Dependencies
- All code is written in python 2.7. You will need:
- Numpy
- Matplotlib
- TensorFlow r1.0