Skip to Content
Python Deep Learning - Second Edition
book

Python Deep Learning - Second Edition

by Ivan Vasilev, Daniel Slater, Gianmario Spacagna, Peter Roelants, Valentino Zocca
January 2019
Intermediate to advanced
386 pages
11h 13m
English
Packt Publishing
Content preview from Python Deep Learning - Second Edition

Conditional GANs

Conditional GANs (CGANs) are an extension of the GAN framework where both the generator and discriminator receive some additional conditioning input information,. This could be the class of the current image or some other property.

For example, if we train a GAN to generate new MNIST images, we could add an additional input layer with values of one-hot-encoded image labels:

Conditional GAN

CGANs have the one disadvantage that are not strictly unsupervised and we need some kind of labels for them to work. However, they have some ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Deep Learning

Python Deep Learning

Valentino Zocca, Gianmario Spacagna, Daniel Slater, Peter Roelants

Publisher Resources

ISBN: 9781789348460Supplemental Content