Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 575 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 575 Bytes

Hi! This repo contains my implementation of Notebook's from GANS Specialization from deeplearning.ai by Andrew Ng.

  • Understand GAN components, build basic GANs using PyTorch and advanced DCGANs using convolutional layers, control your GAN and build conditional GAN
  • Compare generative models, use FID method to assess GAN fidelity and diversity, learn to detect bias in GAN, and implement StyleGAN techniques
  • Use GANs for data augmentation and privacy preservation, survey GANs applications, and examine and build Pix2Pix and CycleGAN for image translation