Learn Before
Visual Illustration of Generative Adversarial Network (GAN) Training
Legend for the visual illustration of GAN training:
- : Noise distribution (mapped to ).
- : 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.

0
1
Contributors are:
Who are from:
Tags
Data Science
Related
Generative Adversarial Networks
Method of GAN
Applications of GAN
Different types of GANs
Auto-Regressive Network
Related Work to GANs
GANs tested performance
Updating Algorithm for GAN's
Advantages and Disadvantages of GANs
Mathematical Formulation of Generative Adversarial Networks (GANs)
Visual Illustration of Generative Adversarial Network (GAN) Training