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

https://github.com/dragen1860/ntm-pytorch

Neural Turing Machine or Differentiable Neural Computer Implementation in Pytorch 0.4.0, with cuda
https://github.com/dragen1860/ntm-pytorch

Last synced: 6 months ago
JSON representation

Neural Turing Machine or Differentiable Neural Computer Implementation in Pytorch 0.4.0, with cuda

Awesome Lists containing this project

README

          

# NTM-Pytorch
Neural Turing Machine or Differentiable Neural Computer Implementation in Pytorch
Support CUDA accerleration.

# Platform
- python: 3.x
- pytorch: 0.4+

# Screenshot
- copy task: Left: Copied Images, Right: Initial Images, each image as 32 rows(sequence numbers) with 32 columns(sequence length).
![copy_img](res/copy_img.png)

- running print
![run](res/run.png)

# HOWTO

`python copy_task.py`