This commit is contained in:
Sam Greydanus 2017-02-19 16:15:44 -05:00 committed by GitHub
parent b5f6100269
commit 1ae6212b6f

View File

@ -7,7 +7,7 @@ Implements DeepMind's third nature paper, [Hybrid computing using a neural netwo
Based on the paper's appendix, I sketched the [computational graph](https://docs.google.com/drawings/d/1Fc9eOH1wPw0PbBHWkEH39jik7h7HT9BWAE8ZhSr4hJc/edit?usp=sharing) Based on the paper's appendix, I sketched the [computational graph](https://docs.google.com/drawings/d/1Fc9eOH1wPw0PbBHWkEH39jik7h7HT9BWAE8ZhSr4hJc/edit?usp=sharing)
Based on Mostafa-Samir's code, I got the copy task to work ([Jupyter notebook](https://github.com/greydanus/dnc/blob/master/copy/copy.ipynb)) Based on Mostafa-Samir's code, I got the copy task to work ([Jupyter notebook](https://nbviewer.jupyter.org/github/greydanus/dnc/blob/master/copy/copy.ipynb))
_This is a work in progress_ _This is a work in progress_
-------- --------