Understanding Generative Adversarial Networks

Naoki
6 min readNov 3, 2017

If you see the above image and it does not make much sense, this article is written for you. I explain how GAN works using a simple project that generates hand-written digit images.

I use Keras on TensorFlow and the notebook code is available in my Github.

Background

--

--