Unsupervised Learning: Difference between revisions

Line 203: Line 203:
==GANs==
==GANs==
{{main | Generative adversarial network}}
{{main | Generative adversarial network}}
===Wasserstein GAN===
[https://arxiv.org/abs/1701.07875 Paper]<br>
The main idea is to ensure the that discriminator is lipschitz continuous and to limit the lipschitz constant (i.e. the derivative) of the discriminator.<br>
If the correct answer is 1.0 and the generator produces 1.0001, we don't want the discriminator to give us a very high loss.<br>