neural-turing-machines
There are 24 repositories under neural-turing-machines topic.
carpedm20/NTM-tensorflow
"Neural Turing Machine" in Tensorflow
loudinthecloud/pytorch-ntm
Neural Turing Machines (NTM) - PyTorch Implementation
hmishra2250/NTM-One-Shot-TF
One Shot Learning using Memory-Augmented Neural Networks (MANN) based on Neural Turing Machine architecture in Tensorflow
snowkylin/ntm
TensorFlow implementation of Neural Turing Machines (NTM), with its application on one-shot learning (MANN)
thtrieu/essence
AutoDiff DAG constructor, built on numpy and Cython. A Neural Turing Machine and DeepQ agent run on it. Clean code for educational purpose.
clemkoa/ntm
Neural Turing Machines in pytorch
siddk/npi
Neural Programmer-Interpreter Implementation (Reed, de Freitas: https://arxiv.org/abs/1511.06279), in Tensorflow
Leputa/MANN-meta-learning
A tensorflow implement of Memory-Augmented Neural Network
camigord/Neural-Turing-Machine
TensorFlow implementation of a Neural Turing Machine
david-wb/neural-turing-machine
A minimal implementation of NTM with detailed explanation
Octavian-ai/genetic-curriculum
Curriculum training a Differentiable Neural Computer using Population Based Training
rs9000/Neural-Turing-machine
NTM in PyTorch
shravan97/Neural_Turing_Machine
A basic implementation of DeepMind's first NTM
bombs-kim/visual_ntm
pytorch ntm python neural-network neural-turing-machines
buffer51/ntm
Neural Turing Machine implementation in Torch
therealjtgill/neural-turing-machine
Neural Turing Machine in TensorFlow
ngc92/MemoryAugmentedNetworks
Implementation of Memory Augmented Networks in tensorflow.
rudosz/reptile-machine
Implementation of neural turing machine for chainer framework and other stuff.
sagebei/learning_parities
Learning parities with various neural network architectures
yazanobeidi/sentience
What if you could make another You?
DavideA/ntm-copy
A naive Neural Turing Machine for the copy task. In Tensorflow.