pytorch_RVAE
RVAE
A deep learning implementation of a recurrent variational autoencoder for generating sequential data.
Recurrent Variational Autoencoder that generates sequential data implemented with pytorch
357 stars
9 watching
87 forks
Language: Python
last commit: over 8 years ago deep-learningnlppythonpytorchvae
Related projects:
| Repository | Description | Stars |
|---|---|---|
| | A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,823 |
| | An implementation of Adversarial Autoencoders using PyTorch for training neural networks on structured data. | 199 |
| | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 830 |
| | Implementations of deep learning architectures using PyTorch for image classification tasks on various datasets. | 112 |
| | A PyTorch implementation of volume-preserving flows for variational autoencoders. | 90 |
| | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| | Re-implementation of Coursera's Deep Learning specialization assignments in PyTorch | 149 |
| | A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| | A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. | 312 |
| | Assesses and evaluates images using deep learning models | 335 |
| | A Pytorch implementation of a neural network model for machine translation | 47 |
| | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 245 |
| | Decoupled Neural Interfaces using Synthetic Gradients for PyTorch | 236 |
| | A PyTorch-based framework for training and studying artificial species in bio-inspired environments | 72 |
| | Provides Python wrappers for PyTorch and Lua, enabling developers to use PyTorch's deep learning capabilities from both languages. | 432 |