Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 283 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 283 Bytes

AutoEncodersAndGANs

Implementation of Popular Autoencoders and GANs.

List of Autoencoders Implemented-

  • Vanilla
  • Sparse
  • Denoising
  • Variational
  • Implementation of MNIST digit generation.

List of GANs Implemented;

  • GAN (simple)
  • DCGAN
  • WGAN
  • Pix2Pix GAN
  • ProGAN