Learn Before
Concept

Visual Illustration of Generative Adversarial Network (GAN) Training

Legend for the visual illustration of GAN training:

  • z\bold{z}: Noise distribution (mapped to x\bold{x}).
  • x\bold{x}: Data distribution.
  • Blue: Discriminative distribution.
  • Green: Generative distribution.
  • Black: Data distribution (real data).

The discriminative distribution is repeatedly updated to minimize the difference between the generative distribution and the true data distribution (shown in the figure from left to right) so that the generative distribution becomes a more accurate approximation of the real data.

Image 0

0

1

Updated 2026-06-18

Tags

Data Science