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
- Host: GitHub
- URL: https://github.com/dragen1860/ntm-pytorch
- Owner: dragen1860
- Created: 2018-05-22T06:50:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T05:56:50.000Z (over 7 years ago)
- Last Synced: 2025-02-08T10:43:41.890Z (8 months ago)
- Language: Python
- Homepage:
- Size: 223 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).
- running print
# HOWTO
`python copy_task.py`