Difference between revisions of "Generative Adversarial Network (GAN)"
m |
m (BPeat moved page Generative Adversarial Networks (GANs) to Generative Adversarial Network (GAN) without leaving a redirect) |
(No difference)
| |
Revision as of 17:22, 11 May 2018
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.