Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 631 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 631 Bytes

Comparison of DCGAN, CapsuleGAN and Variational Autoencoder for Image Generation

Description

This project aims to compare the results of Variational Autoencoders (VAE), Deep Convolutional Generative Adversarial Networks (DCGAN) and Capsule Generative Adversarial Networks (CapsuleGAN) in generating images of handwritten digits from the MNIST dataset. Their performance is evaluated via loss computation and the generated images are compared after a certain fixed number of epochs.

Project Paper and Results:

The link to the project approach and results generated can be found here: Paper link