jaanli / variational-autoencoderLinks
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)
☆1,181Updated last year
Alternatives and similar repositories for variational-autoencoder
Users that are interested in variational-autoencoder are comparing it to the libraries listed below
Sorting:
- generate MNIST using a Variational Autoencoder☆715Updated 7 years ago
- Caffe code to accompany my Tutorial on Variational Autoencoders☆521Updated 9 years ago
- Implementations of various VAE-based semi-supervised and generative models in PyTorch☆710Updated 5 years ago
- disentanglement_lib is an open-source library for research on learning disentangled representations.☆1,417Updated 4 years ago
- Wasserstein Auto-Encoders☆507Updated 7 years ago
- Experiments for understanding disentanglement in VAE latent representations☆839Updated 2 years ago
- A wizard's guide to Adversarial Autoencoders☆433Updated 4 years ago
- A curated list of awesome work on VAEs, disentanglement, representation learning, and generative models.☆838Updated 4 years ago
- Pytorch implementation of β-VAE☆564Updated 5 years ago
- A Variational Autoencoder (VAE) implemented in PyTorch☆433Updated 3 years ago
- Tensorflow implementation of variational auto-encoder for MNIST☆500Updated 8 years ago
- This repository contains notebook implementations of the following Neural Process variants: Conditional Neural Processes (CNPs), Neural P…☆1,012Updated 5 years ago
- Probabilistic Torch is library for deep generative models that extends PyTorch☆894Updated last year
- Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN,…☆505Updated 7 years ago
- MADE (Masked Autoencoder Density Estimation) implementation in PyTorch☆585Updated 7 years ago
- Code for reproducing key results in the paper "InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Advers…☆1,070Updated 4 years ago
- code for "Isolating Sources of Disentanglement in Variational Autoencoders".☆351Updated 3 years ago
- Code for reproducing results of NIPS 2014 paper "Semi-Supervised Learning with Deep Generative Models"☆515Updated 11 years ago
- PyTorch implementation of Wasserstein Auto-Encoders☆298Updated 5 years ago
- Experiments with Deep Learning☆1,353Updated 2 years ago
- ☆3,245Updated 7 years ago
- categorical variational autoencoder using the Gumbel-Softmax estimator☆432Updated 8 years ago
- PyTorch implementations of algorithms for density estimation☆585Updated 4 years ago
- Normalizing flows in PyTorch. Current intended use is education not production.