torch-ntm
NTM model
An implementation of a Neural Turing Machine model using Torch
A Neural Turing Machine implementation in Torch.
279 stars
26 watching
54 forks
Language: Lua
last commit: about 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
aciditeam/torch-models | A collection of Lua implementations of state-of-the-art machine learning models using the Torch framework. | 54 |
jiasenlu/cdssm | An implementation of a specific deep learning model in PyTorch for natural language processing tasks. | 40 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |
aiqm/torchani | A PyTorch implementation of a neural network potential for molecular simulations | 465 |
iassael/torch-bnlstm | An implementation of a recurrent neural network architecture with batch normalization | 92 |
kaixhin/nninit | Provides parameter initialisation schemes for neural network modules in Torch7 | 100 |
nagadomi/kaggle-cifar10-torch7 | A deep neural network architecture optimized for image classification on the CIFAR-10 dataset | 246 |
jwyang/jule.torch | Implementations of joint unsupervised learning algorithm for deep representations and image clusters using Torch | 288 |
nearai/torchfold | A PyTorch module for dynamic batching and optimized computation on deep neural networks | 221 |
mbzuai-oryx/groundinglmm | An end-to-end trained model capable of generating natural language responses integrated with object segmentation masks. | 781 |
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,343 |
loudinthecloud/pytorch-ntm | An implementation of Neural Turing Machines in PyTorch | 590 |
koraykv/torch-svm | A collection of libraries for building Support Vector Machines in Torch7. | 43 |
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
macournoyer/neuralconvo | An implementation of a conversational model using sequence-to-sequence learning and LSTM layers in Torch | 777 |