leo-p / papers

Papers and their summary (in issue)
22 stars 4 forks source link

NIPS Tutorial - Generative Adversarial Networks #15

Open leo-p opened 7 years ago

leo-p commented 7 years ago

https://arxiv.org/pdf/1701.00160.pdf, video and slides.

This report summarizes the tutorial presented by the author at NIPS 2016 on generative adversarial networks (GANs). The tutorial describes: (1) Why generative modeling is a topic worth studying, (2) how generative models work, and how GANs compare to other generative models, (3) the details of how GANs work, (4) research frontiers in GANs, and (5) state-of-the-art image models that combine GANs with other methods. Finally, the tutorial contains three exercises for readers to complete, and the solutions to these exercises.

leo-p commented 7 years ago

Summary:

Deepomatic

A must read for anybody really interested in GANs, see also How to Train a GAN? from NIPS 2016 for even more insights.