Reader small image

You're reading from  Generative AI with Python and TensorFlow 2

Product typeBook
Published inApr 2021
PublisherPackt
ISBN-139781800200883
Edition1st Edition
Right arrow

Improved GANs

Vanilla GAN proved the potential of adversarial networks. The ease of setting up the models and the quality of the output sparked much interest in this field. This led to a lot of research in improving the GAN paradigm. In this section, we will cover a few of the major improvements in developing GANs.

Deep Convolutional GAN

Published in 2016, this work by Radford et al. introduced several key contributions to improve GAN outputs apart from focusing on convolutional layers, which are discussed in the original GAN paper. The 2016 paper emphasized using deeper architectures instead. Figure 6.10 shows the generator architecture for a Deep Convolutional GAN (DCGAN) (as proposed by the authors). The generator takes the noise vector as input and then passes it through a repeating setup of up-sampling layers, convolutional layers, and batch normalization layers to stabilize the training.

Figure 6.10: DCGAN generator architecture7

Until the introduction of...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Generative AI with Python and TensorFlow 2
Published in: Apr 2021Publisher: PacktISBN-13: 9781800200883