All Projects → lyeoni → Pytorch Mnist Vae

lyeoni / Pytorch Mnist Vae

Projects that are alternatives of or similar to Pytorch Mnist Vae

Tf Vqvae
Tensorflow Implementation of the paper [Neural Discrete Representation Learning](https://arxiv.org/abs/1711.00937) (VQ-VAE).
Stars: ✭ 226 (+606.25%)
Mutual labels:  jupyter-notebook, generative-model, mnist, vae
Tensorflow Mnist Vae
Tensorflow implementation of variational auto-encoder for MNIST
Stars: ✭ 422 (+1218.75%)
Mutual labels:  autoencoder, mnist, vae
Tensorflow Generative Model Collections
Collection of generative models in Tensorflow
Stars: ✭ 3,785 (+11728.13%)
Mutual labels:  generative-model, mnist, vae
Generative Models
Annotated, understandable, and visually interpretable PyTorch implementations of: VAE, BIRVAE, NSGAN, MMGAN, WGAN, WGANGP, LSGAN, DRAGAN, BEGAN, RaGAN, InfoGAN, fGAN, FisherGAN
Stars: ✭ 438 (+1268.75%)
Mutual labels:  jupyter-notebook, autoencoder, vae
Tensorflow Mnist Cvae
Tensorflow implementation of conditional variational auto-encoder for MNIST
Stars: ✭ 139 (+334.38%)
Mutual labels:  autoencoder, mnist, vae
Vae protein function
Protein function prediction using a variational autoencoder
Stars: ✭ 57 (+78.13%)
Mutual labels:  jupyter-notebook, generative-model, vae
tensorflow-mnist-AAE
Tensorflow implementation of adversarial auto-encoder for MNIST
Stars: ✭ 86 (+168.75%)
Mutual labels:  mnist, autoencoder, vae
Awesome Vaes
A curated list of awesome work on VAEs, disentanglement, representation learning, and generative models.
Stars: ✭ 418 (+1206.25%)
Mutual labels:  generative-model, vae
Disentangling Vae
Experiments for understanding disentanglement in VAE latent representations
Stars: ✭ 398 (+1143.75%)
Mutual labels:  mnist, vae
Sentence Vae
PyTorch Re-Implementation of "Generating Sentences from a Continuous Space" by Bowman et al 2015 https://arxiv.org/abs/1511.06349
Stars: ✭ 462 (+1343.75%)
Mutual labels:  generative-model, vae
Early Stopping Pytorch
Early stopping for PyTorch
Stars: ✭ 612 (+1812.5%)
Mutual labels:  jupyter-notebook, mnist
Dancenet
DanceNet -💃💃Dance generator using Autoencoder, LSTM and Mixture Density Network. (Keras)
Stars: ✭ 469 (+1365.63%)
Mutual labels:  generative-model, autoencoder
Deeplearningmugenknock
でぃーぷらーにんぐを無限にやってディープラーニングでDeepLearningするための実装CheatSheet
Stars: ✭ 684 (+2037.5%)
Mutual labels:  jupyter-notebook, vae
Joint Vae
Pytorch implementation of JointVAE, a framework for disentangling continuous and discrete factors of variation 🌟
Stars: ✭ 404 (+1162.5%)
Mutual labels:  jupyter-notebook, vae
Deepsvg
[NeurIPS 2020] Official code for the paper "DeepSVG: A Hierarchical Generative Network for Vector Graphics Animation". Includes a PyTorch library for deep learning with SVG data.
Stars: ✭ 403 (+1159.38%)
Mutual labels:  jupyter-notebook, autoencoder
Tensorflow Book
Accompanying source code for Machine Learning with TensorFlow. Refer to the book for step-by-step explanations.
Stars: ✭ 4,448 (+13800%)
Mutual labels:  jupyter-notebook, autoencoder
Advanced Deep Learning With Keras
Advanced Deep Learning with Keras, published by Packt
Stars: ✭ 917 (+2765.63%)
Mutual labels:  autoencoder, vae
Generative Models
Collection of generative models, e.g. GAN, VAE in Pytorch and Tensorflow.
Stars: ✭ 6,701 (+20840.63%)
Mutual labels:  generative-model, vae
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-28.12%)
Mutual labels:  jupyter-notebook, autoencoder
Mnist Ewc
Implementation of ews weight constraint mentioned in recent Deep Mind paper: http://www.pnas.org/content/early/2017/03/13/1611835114.full.pdf
Stars: ✭ 9 (-71.87%)
Mutual labels:  jupyter-notebook, mnist

pytorch-mnist-VAE

Variational AutoEncoder on the MNIST data set using the PyTorch

Dependencies

  • PyTorch
  • torchvision
  • numpy

Results

Generated samples from 2-D latent variable with random numbers from a normal distribution with mean 0 and variance 1

alt text

Reference

  1. Auto-Encoding Variational Bayes. Diederik P Kingma, Max Welling (paper): https://arxiv.org/abs/1312.6114
  2. 오토인코더의 모든 것 (slides): https://www.slideshare.net/NaverEngineering/ss-96581209
  3. Basic VAE Example (github): https://github.com/pytorch/examples/tree/master/vae
  4. hwalsuklee/tensorflow-mnist-VAE (github): https://github.com/hwalsuklee/tensorflow-mnist-VAE
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].