We're going to build a GAN to generate some images using Tensorflow. This will help you grasp the ar...
We're going to build a GAN to generate some images using Tensorflow. This will help you grasp the architecture and intuition behind adversarial approaches to machine learning. We're building a Deep Convolutional GAN to generate MNIST digits.
Code for this video:
https://github.com/llSourcell/Generat...