VariationalRecurrentNeuralNetwork
RNN processor
A deep learning implementation of a VRNN model for sequential data processing
Pytorch implementation of the Variational Recurrent Neural Network (VRNN).
282 stars
8 watching
69 forks
Language: Python
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Implementations of Dilated Recurrent Neural Networks in PyTorch | 211 |
| A demonstration project of a recurrent neural network implemented with Theano | 377 |
| An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| A recurrent neural network implementation optimized for speed and parallelizability | 31 |
| Repurposes pre-trained neural networks for new classification tasks through adversarial reprogramming of their inputs. | 6 |
| An implementation of a lightweight convolutional neural network architecture for mobile devices | 191 |
| An implementation of a deep neural network architecture for image classification tasks | 273 |
| This library provides an implementation of an algorithm for segmenting and clustering sequential data, learning from examples. | 1,564 |
| A PyTorch implementation of an optimized deep learning model for time series forecasting on GPUs. | 319 |
| A toolbox for creating and training recurrent neural networks | 99 |
| A framework for building custom recurrent neural networks with Keras | 765 |
| A C library for training and synthesizing recurrent neural networks | 900 |
| An implementation of neural network components and optimization methods for text analysis, including rationales for neural predictions. | 355 |
| A deep learning framework on top of PyTorch for building neural networks. | 61 |
| A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 809 |