dnc-jupyter/README.md
2017-03-27 14:55:26 -04:00

890 B

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.

Repeat copy results

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