An open API service indexing awesome lists of open source software.

https://github.com/ypxie/pytorch-NeuCom

Pytorch implementation of DeepMind's differentiable neural computer paper.
https://github.com/ypxie/pytorch-NeuCom

Last synced: 7 months ago
JSON representation

Pytorch implementation of DeepMind's differentiable neural computer paper.

Awesome Lists containing this project

README

          

# DNC pytorch

This is a Pytorch implementation of DeepMind's Differentiable Neural Computer (DNC) architecture introduced in their recent Nature paper:
> [Graves, Alex, et al. "Hybrid computing using a neural network with dynamic external memory." Nature 538.7626 (2016): 471-476.](http://www.nature.com/articles/nature20101.epdf?author_access_token=ImTXBI8aWbYxYQ51Plys8NRgN0jAjWel9jnR3ZoTv0MggmpDmwljGswxVdeocYSurJ3hxupzWuRNeGvvXnoO8o4jTJcnAyhGuZzXJ1GEaD-Z7E6X_a9R-xqJ9TfJWBqz)

## Local Environment Specification
pytorch

Anaconda 2.7

## How To Run
Go to folder tasks/Copy

`python train.py`

## Dynamic Memory Mechanisms

![DNC-Memory-Mechanisms](/figures/dnc_digram.png)

## Acknowlegement
Mostafa-Samir's [tensorflow implementation](https://github.com/Mostafa-Samir/DNC-tensorflow)

## License
MIT