...

/

Generating Images

Generating Images

Learn how we can generate images, what the possible methods are, and the challenges.

Before we jump into exploring GANs, let’s set the scene a little.

Neural network summarizes information!

Normally we use neural networks to reduce, distill, summarize information. The MNIST classifier is a good example of this. It takes 784 values as input and outputs 10 ...