Update README

This commit is contained in:
Sam Greydanus 2017-03-27 14:55:26 -04:00 committed by GitHub
parent 8b47655132
commit fe43e55dc7

View File

@ -1,6 +1,8 @@
DNC: Differentiable Neural Computer
=======
See [blog post](https://greydanus.github.io/2017/02/27/differentiable-memory-and-the-brain/)
Implements DeepMind's third nature paper, [Hybrid computing using a neural network with dynamic external memory](http://www.nature.com/nature/journal/v538/n7626/full/nature20101.html) by Graves et. al.
![Repeat copy results](static/repeat_copy_results.png?raw=true)
@ -9,15 +11,6 @@ Based on the paper's appendix, I sketched the [computational graph](https://docs
I got the repeat-copy task to work ([Jupyter notebook](https://nbviewer.jupyter.org/github/greydanus/dnc/blob/master/repeat-copy/repeat-copy-nn.ipynb))
_This is a work in progress_
--------
I have a general framework and a couple Jupyter notebooks for debugging. This is not a finished project. It's still very much in the dev stage. I need to:
1. write unit tests
2. improve documentation/comments
3. run it on more difficult tasks
4. add some nice visualizations
Dependencies
--------
* All code is written in python 2.7. You will need: