From daae7c014649c5b052ee8c8c2e059b0ff4ba5810 Mon Sep 17 00:00:00 2001 From: Russi Chatterjee Date: Fri, 27 Oct 2017 20:13:01 +0530 Subject: [PATCH] Fixes #3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33de132..29f6f17 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Differentiable Neural Computer, for Pytorch -This is an implementation of [Differentiable Neural Computers](people.idsia.ch/~rupesh/rnnsymposium2016/slides/graves.pdf), described in the paper [Hybrid computing using a neural network with dynamic external memory, Graves et al.](www.nature.com/articles/nature20101) +This is an implementation of [Differentiable Neural Computers](http://people.idsia.ch/~rupesh/rnnsymposium2016/slides/graves.pdf), described in the paper [Hybrid computing using a neural network with dynamic external memory, Graves et al.](https://www.nature.com/articles/nature20101) ## Install