THE FUTURE IS HERE

Generative Adversarial Networks – Matchue GANs

This is the first installment of Matchue GANs, where I will be going through many different types of Generative Adversarial Networks. I will walk you through how they work, how to program them in Keras, and show you some of the results!

This episode was all about just regular GANs, or vanilla GANs as I call them. I work through the logic behind GANs, and implement python code for a GAN to generate images of flowers.