google-deepmind / dnc

A TensorFlow implementation of the Differentiable Neural Computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wherer is the official code release as the paper promised?

SeekPoint opened this issue · comments

also is there a open source for task bAbi?

And are there the source code for the Graph task? I have tried to reproduce this task from paper but it is not working.

The DNC core is a generic tensorflow rnn core that can be trained on any seq2seq setup. Unfortunately we do not include all tasks from the paper (e.g. graph tasks) but a TF implementation of babi can be found here:

https://github.com/Mostafa-Samir/DNC-tensorflow/tree/master/tasks/babi