« home

Generative Adversarial Network

Creator: Petar Veličković (original)

Generative adversarial network (GAN) architecture. A GAN has two parts. The discriminator DD acts as a classifier that learns to distinguish fake data produced by the generator GG from real data. GG incurs a penalty when DD detects implausible results. This signal is backpropagated through the generator weights such that GG learns to produce more realistic samples over time, eventually fooling the discriminator if training succeeds.


Generative Adversarial Network

  Download

PNGPDFSVG

  Code

  generative-adversarial-network.typ (80 lines)

  generative-adversarial-network.tex (33 lines)