📚Learning Points in Handwritten Digits
Let's summarize how we've used GAN to generate handwritten digits
We'll cover the following...
-
Working with monochrome images doesn’t need a change in neural network design. The 2-dimensional array of pixel values are simply unrolled or reshaped into a 1-dimensional list to be fed to the input layer of the discriminator. How this is done isn’t important, ...