← Glossary · Techniques

GAN

Acronym

Fact-checked Jul 27, 2026

Also called: Generative Adversarial Network, Generative Adversarial Networks, GANs

A GAN, or Generative Adversarial Network, is a type of artificial intelligence system made of two competing neural networks that learn to create realistic new data, like images or audio, that didn't exist before.

What does GAN stand for?

A Generative Adversarial Network, or GAN, is a clever setup of two artificial intelligence models that work together in a unique way. Imagine an artist who specializes in forging paintings and an art critic who is an expert at spotting fakes. The artist tries to create a fake painting that looks so real the critic can't tell it apart from a genuine one. The critic, on the other hand, tries to improve their ability to distinguish real art from the forgeries.

In the world of GANs, these two roles are played by two neural networks: the 'Generator' (the artist) and the 'Discriminator' (the critic). The Generator's job is to create new data, like an image, based on what it has learned from a vast collection of real examples. The Discriminator's job is to look at a mix of real data and the fake data produced by the Generator, and then try to correctly identify which is which. Initially, both are not very good, but they learn by playing this game over and over.

As the training progresses, the Generator gets better and better at producing incredibly convincing fakes, forcing the Discriminator to become more sophisticated in its detection. Conversely, as the Discriminator improves at spotting fakes, it pushes the Generator to create even more realistic outputs. This adversarial, or competing, process continues until the Generator can create data that is so realistic that the Discriminator can no longer tell the difference more accurately than guessing randomly.

You might encounter GANs in various applications. For example, they're often used to generate hyper-realistic images of people who don't exist, to create new designs, or even to improve the quality of low-resolution photos. They also play a role in developing "deepfakes," which are synthetic media where a person in an existing image or video is replaced with someone else's likeness. A common misconception is that GANs simply copy and paste existing data; however, they actually learn the underlying patterns and structures of the data to create entirely new, unique examples.

Common questions

What does GAN mean in AI?

A Generative Adversarial Network, or GAN, is a clever setup of two artificial intelligence models that work together in a unique way. Imagine an artist who specializes in forging paintings and an art critic who is an expert at spotting fakes. The artist tries to create a fake painting that looks so real the critic can't tell it apart from a genuine one. The critic, on the other hand, tries to improve their ability to distinguish real art from the forgeries.

What else is GAN called?

GAN is also referred to as Generative Adversarial Network, Generative Adversarial Networks, GANs.

Learn AI in 5 minutes a day.

Daily Deck explains terms like GAN as part of a free seven-card daily brief. No jargon. No fluff.

Start free