rnntest01
RNN test
An implementation of a basic recurrent neural network test case in Lua
3 stars
2 watching
4 forks
Language: Lua
last commit: over 8 years ago Related projects:
Repository | Description | Stars |
---|---|---|
element-research/rnn | A Lua-based library for building and working with recurrent neural networks | 941 |
gwtaylor/theano-rnn | A demonstration project of a recurrent neural network implemented with Theano | 377 |
taolei87/sru | A recurrent neural network implementation optimized for speed and parallelizability | 31 |
szcom/rnnlib | A C library for training and synthesizing recurrent neural networks | 900 |
clementfarabet/lua---nnx | An extension to Torch7's neural network package with experimental modules and optimizations. | 97 |
emited/variationalrecurrentneuralnetwork | A deep learning implementation of a VRNN model for sequential data processing | 282 |
paarthneekhara/rnn_adversarial_reprogramming | Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
glample/rnn-benchmarks | This project provides benchmarking results comparing various deep learning RNN implementations across different frameworks. | 169 |
jianbotang/rnn_matlab | A Matlab toolbox providing a flexible implementation of deep learning architectures for sequences learning, including RNNs, LSTMs, and sequence-to-sequence models. | 80 |
josephwilk/tlearn-rb | A library for building recurrent neural networks in Ruby using the tlearn simulator. | 96 |
yabata/pyrenn | A toolbox for creating and training recurrent neural networks | 99 |
karpathy/recurrentjs | A JavaScript library for building and training neural networks with automatic differentiation | 937 |
l1aoxingyu/char-rnn-gluon | A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
robertsdionne/neural-network-papers | A curated collection of research papers on neural networks and deep learning | 1,958 |
zalandoresearch/pytorch-dilated-rnn | Implementations of Dilated Recurrent Neural Networks in PyTorch | 211 |