Machine Learning in Image Processing

Week 08 - GANs

In this tutorial, you will learn how to create and train a generative adversarial network (GAN).
We will also show you how to inspect the latent space of a GAN and how conditions could be added to a GAN to acquire a conditional GAN.


Goals:

  • Learn what GANs are and how to train them.
  • Get a basic understanding of a latent space of a GAN.
  • Learn how to transform a GAN into a conditional one.