DNC
DNC copied to clipboard
Differentiable Neural Computers
will you please add code to use GPU to train the model, i am not familiar with chainer or anyone can port the code to tensorflow thanks
@yos1up, do you think you would be able to implement the sparse version oft eh DNC mentioned here: [https://deepmind.com/blog/deepmind-papers-nips-part-3/](https://deepmind.com/blog/deepmind-papers-nips-part-3/)? The full paper is here: [https://arxiv.org/pdf/1610.09027v1.pdf](https://arxiv.org/pdf/1610.09027v1.pdf) It would be wonderful to...
In the page 7 of the article, the author write: > we have used the following variant of the deep LSTM architecture But in your code, you are using LSTM...