An open API service indexing awesome lists of open source software.

https://github.com/rekalantar/variationalautoencoders_pytorch

Variational Autoencoder (VAE) PyTorch Tutorial from Scratch
https://github.com/rekalantar/variationalautoencoders_pytorch

deep-learning generative-model pytorch tutorial variational-autoencoder

Last synced: 5 months ago
JSON representation

Variational Autoencoder (VAE) PyTorch Tutorial from Scratch

Awesome Lists containing this project

README

          

# VariationalAutoencoders_Pytorch
Variational Autoencoder (VAE) PyTorch Tutorial from Scratch. [Read the article here](https://medium.com/@rekalantar/variational-auto-encoder-vae-pytorch-tutorial-dce2d2fe0f5f)

• Visualizing the latent space. Mean and variance range [-1.0, 1.0]
![latent01](https://user-images.githubusercontent.com/51782618/202878514-20fc60ba-3ff0-4503-bcf1-6172cffc9450.png)

• Mean and variance range [-5.0, 5.0]
![latent5](https://user-images.githubusercontent.com/51782618/202878535-dd7dc216-8955-4dbc-b393-c27aea40ac34.png)