Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 470 Bytes

File metadata and controls

11 lines (6 loc) · 470 Bytes

GAN - Generative Adversarial Networks

GAN is an algorithm comprised of 2 networks, a generator and a discriminator.

The generator "creates" fake data and pass to the discriminator. The discriminator predicts if the data received is real or bogus, according to a perceived measure of loss.

The original paper is available here.


link{:target="_blank"}