google-deepmind / dnc

A TensorFlow implementation of the Differentiable Neural Computer.
Apache License 2.0
2.5k stars 443 forks source link

wherer is the official code release as the paper promised? #18

Closed SeekPoint closed 6 years ago

SeekPoint commented 7 years ago

also is there a open source for task bAbi?

phunghx commented 7 years ago

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

dm-jrae commented 6 years ago

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