Skip to content

My solutions for exercises of Generative AI course under Dr. Parimala Kancharla at IIT Mandi.

Notifications You must be signed in to change notification settings

arora-riya/generative-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

generative-ai

variational_autoencoder.ipynb

  • Implementation of VAE using PyTorch, trained on celebA faces dataset.
  • Making images smile, using both original image space and latent space arithmetic.

gan_cifar10.ipynb

  • Implementation of standard GAN on CIFAR-10 data.

gan_mnist.ipynb

  • Implementation of standard GAN on MNIST data.
  • Used the following to prevent discriminator from becoming too good for the generator to learn.
    • Simple architecture for discriminator
    • Low learning rate for the discriminator
    • Label smoothening
    • Updating generator more often

About

My solutions for exercises of Generative AI course under Dr. Parimala Kancharla at IIT Mandi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published