Generative adversarial network

Mau Rua
1 min readSep 28, 2020

A generative adversarial network (GAN) is a class of machine learning frameworks designed by Ian Goodfellow and his colleagues in 2014.

Two neural networks contest with each other in a game (in the form of a zero-sum game, where one agent’s gain is another agent’s loss).

Given a training set, this technique learns to generate new data with the same statistics as the training set.

For example, a GAN trained on photographs can generate new photographs that look at least superficially authentic to human observers, having many realistic characteristics.

Though originally proposed as a form of generative model for unsupervised learning, GANs have also proven useful for semi-supervised learning, fully supervised learning, and reinforcement learning.

The core idea of a GANs is based on the “indirect” training through the discriminator, which itself is also being updated dynamically.

This basically means that the generator is not trained to minimize the distance to a specific image, but rather to fool the discriminator.

This enables the model to learn in an unsupervised manner.

--

--

Mau Rua

Welcome to my software engineering blog. Please visit my career portfolio at https://mruanova.com 🚀🌎