February 2020
Intermediate to advanced
328 pages
8h 19m
English
Convolutional GANs are a very successful variation of GANs. They contain convolution layers in both the generator and discriminator networks. In this recipe, we will implement a deep convolutional generative adversarial network (DCGAN). This is an improvement over vanilla GANs because of its stable architecture. There are some standard guidelines that, when followed, result in the robust performance of DCGAN.
They are as follows:
Read now
Unlock full access