theano-rnn
RNN demonstrator
A demonstration project of a recurrent neural network implemented with Theano
Demonstration of recurrent neural network implemented with Theano
377 stars
42 watching
164 forks
Language: Python
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
emited/variationalrecurrentneuralnetwork | A deep learning implementation of a VRNN model for sequential data processing | 283 |
damitkwr/esrnn-gpu | A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 318 |
glample/rnn-benchmarks | This project provides benchmarking results comparing various deep learning RNN implementations across different frameworks. | 169 |
yabata/pyrenn | A toolbox for creating and training recurrent neural networks | 99 |
paarthneekhara/rnn_adversarial_reprogramming | Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
rracinskij/rnntest01 | An implementation of a basic recurrent neural network test case in Lua | 3 |
zalandoresearch/pytorch-dilated-rnn | Implementations of Dilated Recurrent Neural Networks in PyTorch | 211 |
l1aoxingyu/char-rnn-gluon | A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
ahmedfgad/numpyann | An implementation of artificial neural networks using NumPy | 98 |
rwightman/pytorch-dpn-pretrained | A PyTorch implementation of Dual Path Networks (DPNs) with pre-trained weights and conversion scripts. | 206 |
usa-npn/rnpn | An R client providing access to the National Phenology Network's data web services | 19 |
taolei87/sru | A recurrent neural network implementation optimized for speed and parallelizability | 31 |
farizrahman4u/recurrentshop | A framework for building custom recurrent neural networks with Keras | 765 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
floringogianu/categorical-dqn | An implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games. | 96 |