rnn
RNN library
A Lua-based library for building and working with recurrent neural networks
Recurrent Neural Network library for Torch7's nn
941 stars
99 watching
313 forks
Language: Lua
last commit: almost 7 years ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
element-research/dpnn | A package of reusable building blocks for deep neural networks in Lua | 194 |
rracinskij/rnntest01 | An implementation of a basic recurrent neural network test case in Lua | 3 |
torch/nngraph | Graphical computation library for building neural network architectures | 299 |
josephwilk/tlearn-rb | A library for building recurrent neural networks in Ruby using the tlearn simulator. | 96 |
szcom/rnnlib | A C library for training and synthesizing recurrent neural networks | 900 |
rlidwka/node-fann | Bindings for a neural network library in C++ to be used with Node.js | 185 |
torch/nn | An open-source neural network package providing a modular framework for building and training neural networks. | 1,343 |
taolei87/sru | A recurrent neural network implementation optimized for speed and parallelizability | 31 |
clementfarabet/lua---nnx | An extension to Torch7's neural network package with experimental modules and optimizations. | 97 |
tangledpath/ruby-fann | A Ruby library that provides an interface to the FANN neural network library. | 497 |
farizrahman4u/recurrentshop | A framework for building custom recurrent neural networks with Keras | 765 |
emited/variationalrecurrentneuralnetwork | A deep learning implementation of a VRNN model for sequential data processing | 283 |
libfann/fann | A C++ library for building and training artificial neural networks | 1,594 |
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |
ankane/torch.rb | A Ruby implementation of deep learning libraries inspired by PyTorch. | 733 |