From eec207bfcba9725026b8a119f054dbcd210e8f53 Mon Sep 17 00:00:00 2001 From: Sam Greydanus Date: Tue, 21 Feb 2017 17:19:17 -0500 Subject: [PATCH] just little error fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5dcd41..b638bee 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) -I got the repeat-copy copy task to work ([Jupyter notebook](https://nbviewer.jupyter.org/github/greydanus/dnc/blob/master/repeat-copy/repeat-copy-nn.ipynb)) +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_ --------