Create Any Image with C# And A Generative Adversarial Network

Mark Farragher
11 min readDec 13, 2019

In this article I’m going to build a specialized neural network architecture called a Generative Adversarial Network (GAN).

GANs are weird. Here’s what they look like:

The Generator is a convolutional neural network (CNN) laid out in reverse.

--

--