VariationalRecurrentNeuralNetwork
RNN processor
A deep learning implementation of a VRNN model for sequential data processing
Pytorch implementation of the Variational Recurrent Neural Network (VRNN).
283 stars
8 watching
69 forks
Language: Python
last commit: almost 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
zalandoresearch/pytorch-dilated-rnn | Implementations of Dilated Recurrent Neural Networks in PyTorch | 211 |
gwtaylor/theano-rnn | A demonstration project of a recurrent neural network implemented with Theano | 377 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
taolei87/sru | A recurrent neural network implementation optimized for speed and parallelizability | 31 |
paarthneekhara/rnn_adversarial_reprogramming | Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
randl/shufflenetv2-pytorch | An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
dyhan0920/pyramidnet-pytorch | An implementation of a deep neural network architecture for image classification tasks | 273 |
google/uis-rnn | This library provides an implementation of an algorithm for segmenting and clustering sequential data, learning from examples. | 1,560 |
damitkwr/esrnn-gpu | A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 318 |
yabata/pyrenn | A toolbox for creating and training recurrent neural networks | 99 |
farizrahman4u/recurrentshop | A framework for building custom recurrent neural networks with Keras | 765 |
szcom/rnnlib | A C library for training and synthesizing recurrent neural networks | 900 |
taolei87/rcnn | An implementation of neural network components and optimization methods for text analysis, including rationales for neural predictions. | 355 |
ramon-oliveira/aorun | A deep learning framework on top of PyTorch for building neural networks. | 61 |
kimhc6028/relational-networks | A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 812 |