Jump to content

Generative adversarial network: Difference between revisions

(Created page with "GANs are generative adversarial networks. They were developed by Ian Goodfellow.<br> Goal: Learn to generate examples from the same distribution as your training set. ==Basis...")
 
Line 16: Line 16:
===InfoGAN===
===InfoGAN===
===SinGAN===
===SinGAN===
[https://arxiv.org/abs/1905.01164 Paper]
{{ main | SinGan}}
[https://arxiv.org/abs/1905.01164 Paper]<br>
[http://webee.technion.ac.il/people/tomermic/SinGAN/SinGAN.htm Website]<br>
[https://github.com/tamarott/SinGAN Github Official PyTorch Implementation]<br>
SinGAN: Learning a Generative Model from a Single Natural Image<br>