Artificial Intelligence

Generative Adversarial Network

A framework where two neural networks compete — a generator creates fake data and a discriminator tries to tell real from fake. This adversarial process drives both networks to improve, producing increasingly realistic outputs.

Why It Matters

GANs pioneered realistic image generation and are still used for data augmentation, style transfer, and super-resolution. They laid groundwork for the generative AI revolution.

Example

A GAN generating realistic human faces that do not belong to real people (as seen on thispersondoesnotexist.com), with the generator and discriminator improving in tandem.

Think of it like...

Like a counterfeiter and a detective in an arms race — the counterfeiter gets better at making fakes, the detective gets better at spotting them, and both improve together.

Related Terms