Skip to content

Our group aims to learn about Variational Autoencoders by training a VAE model using Keras. The dataset we used was Fashion MNIST, a collection of 28x28 pixel images split into 10 classes of clothing items. We used the encoder model to output a visualization of the dataset’s latent space, and plotted similarity between images. To learn more abou…

Notifications You must be signed in to change notification settings

junanguo/VAE-On-Fashion-MNist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

VAE-On-Fashion-MNist

Our group aims to learn about Variational Autoencoders by training a VAE model using Keras. The dataset we used was Fashion MNIST, a collection of 28x28 pixel images split into 10 classes of clothing items. We used the encoder model to output a visualization of the dataset’s latent space, and plotted similarity between images. To learn more about VAEs, we also analyzed the mathematical models behind concept, compared the method to autoencoders + PCA, and explored applications of VAE in domains other than image generation.

About

Our group aims to learn about Variational Autoencoders by training a VAE model using Keras. The dataset we used was Fashion MNIST, a collection of 28x28 pixel images split into 10 classes of clothing items. We used the encoder model to output a visualization of the dataset’s latent space, and plotted similarity between images. To learn more abou…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages