rnnlib
RNN library
A C library for training and synthesizing recurrent neural networks
RNNLIB is a recurrent neural network library for sequence learning problems. Forked from Alex Graves work http://sourceforge.net/projects/rnnl/
900 stars
47 watching
227 forks
Language: C
last commit: almost 5 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
josephwilk/tlearn-rb | A library for building recurrent neural networks in Ruby using the tlearn simulator. | 96 |
element-research/rnn | A Lua-based library for building and working with recurrent neural networks | 941 |
acrylicshrimp/tinnet | A compact C++17-based deep learning library designed to simplify the implementation of neural networks. | 16 |
mrdimosthenis/synapsescsharp | A C# library for building and training neural networks | 1 |
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 |
synsense/sinabs | A deep learning library for training and deploying spiking neural networks using PyTorch. | 81 |
jianbotang/rnn_matlab | A toolbox for building deep learning models of sequences with RNNs and other variants | 79 |
rracinskij/rnntest01 | An implementation of a basic recurrent neural network test case in Lua | 3 |
taolei87/sru | A recurrent neural network implementation optimized for speed and parallelizability | 31 |
mikecmpbll/rann | Provides objects and algorithms for designing, processing and training Artificial Neural Networks in Ruby. | 3 |
100/cranium | A lightweight, portable C implementation of a feedforward artificial neural network library | 592 |
karpathy/recurrentjs | A JavaScript library for building and training neural networks with automatic differentiation | 939 |
glouw/tinn | A lightweight neural network library for training and prediction tasks | 2,108 |
mrdimosthenis/synapses | A collection of libraries for building and training neural networks in various programming languages | 70 |