Skip to content

PyTorch implementation of Neural Turing Machine recurrent neural network

Notifications You must be signed in to change notification settings

denizetkar/ntmcell_pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch Neural Turing Machine (NTM)

PyTorch implementation of Neural Turing Machines (NTM) in a way similar to LSTMCell.

This repository does not include any training examples. It only includes a simple comparison between torch.nn.LSTMCell and NTMCell implemented here.

Much of the code used here is inspired by this repository.

About

PyTorch implementation of Neural Turing Machine recurrent neural network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages