diff --git a/README.md b/README.md index 0fcbaa8..c0e4778 100644 --- a/README.md +++ b/README.md @@ -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 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_ --------