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: almost 8 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A deep learning implementation of a VRNN model for sequential data processing | 282 |
| A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 319 |
| This project provides benchmarking results comparing various deep learning RNN implementations across different frameworks. | 169 |
| A toolbox for creating and training recurrent neural networks | 99 |
| Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
| An implementation of a basic recurrent neural network test case in Lua | 3 |
| Implementations of Dilated Recurrent Neural Networks in PyTorch | 211 |
| A Python implementation of a character-level Recurrent Neural Network (RNN) text generator using the MXNet Gluon framework. | 58 |
| An implementation of artificial neural networks using NumPy | 98 |
| A PyTorch implementation of Dual Path Networks (DPNs) with pre-trained weights and conversion scripts. | 206 |
| An R client for interacting with the National Phenology Network's web services to access observational data and geospatial phenological model and climatological data. | 19 |
| A recurrent neural network implementation optimized for speed and parallelizability | 31 |
| A framework for building custom recurrent neural networks with Keras | 765 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| An implementation of reinforcement learning algorithm using PyTorch and designed to work with Atari games. | 96 |