February 2018
Intermediate to advanced
450 pages
11h 27m
English
When building a GAN for generating images, we trained both the generator and the discriminator at the same time. After training, we can discard the discriminator because we only used it for training the generator.

In semi-supervised learning, we need to transform the discriminator into a multi-class classifier. This new model has to be able to generalize well on the test set, even though we do not have many labeled examples for training. Additionally, this time, by the end of training, we can actually throw away the generator. Note that ...
Read now
Unlock full access