An autoencoder is a type of unsupervised neural network that learns to represent input data in a compressed latent space. This compressed representation captures the essential features of the data ...
This project will introduce the Variational Auto Encoder for processing images, using CelebA dataset in Python. The aim of this project is to introduce the Variational Auto Encoder, both theoretically ...