Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gazeux33/variational-autoencoders

The aim is to create a VAEs in with PyTorch to create synthetic data
https://github.com/gazeux33/variational-autoencoders

Last synced: 19 days ago
JSON representation

The aim is to create a VAEs in with PyTorch to create synthetic data

Awesome Lists containing this project

README

        

# Variational-Autoencoders(VAEs)

## The project

This project is an implementation of Variational Autoencoders (VAEs) using PyTorch. VAEs are generative models that learn to represent high-dimensional data in a lower-dimensional latent space and can generate new data samples similar to the training data.

## Features
+ Implementation of a Variational Autoencoder architecture.
+ Training pipeline for learning latent representations.
+ Generation of new data samples from the learned latent space.

## What is a VAE ?


VAE


## Technical specifications

| Property | Value |
|----------------|---------------|
| Device | MAC M2 |
| Training Time | ~20 min |
| Epochs | 5 |
| Training Data | FashionMNIST |
| Framework | PyTorch |
| Learning rate | 0.001 |
|Z_DIM |10 |
|BATCH_SIZE |32 |

## Examples of constructions and reconstructions


VAE


## Examples of images extracted directly from latent space (fictives images)


VAE