Generative Adversarial Network (GAN)

From
Revision as of 17:22, 11 May 2018 by BPeat (talk | contribs) (BPeat moved page Generative Adversarial Networks (GANs) to Generative Adversarial Network (GAN) without leaving a redirect)
Jump to: navigation, search

YouTube search...

Comprised of two nets, pitting one against the other (thus the “adversarial”). GANs’ potential is huge, because they can learn to mimic any distribution of data. That is, GANs can be taught to create worlds eerily similar to our own in any domain: images, music, speech, prose. Discriminative algorithms map features to labels. They are concerned solely with that correlation. One way to think about generative algorithms is that they do the opposite. Instead of predicting a label given certain features, they attempt to predict features given a certain label.