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