Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 494 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 494 Bytes

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.