From Scratch - Generative Adversarial Networks
Generative Adversarial Networks (GANs), discovered by Ian Goodfellow in 2014, were an early method in the area of generative AI. I will focus on image generation as set out in the paper Generative Adversarial Nets1. This paper is the focal point of this blog post, and I will guide you through the implementation of the paper. After reading this I hope you understand GANs better and how to build them.
A small note, this blog post will attempt to show you my full process for understanding and imple...
Read more at ym2132.github.io