Neural Turing Machines (NTM) - PyTorch Implementation
Stars
609
Forks
131
Watchers
609
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
1
commits
Removed the unnecessary softplus in _address_memory
d7b3840View on GitHubMade the outer products in NTMMemory.write parallel batch-wise
db56fb8View on GitHubCorrected the width of the circular convolution adjustment
7ae872dView on GitHubtrain: move train_batch() and evaluate() from tasks to train.py
91fb9d6View on GitHubntm: fix batching, clone() vector key so it can be reshaped
6ccb456View on GitHub