January 2019
Intermediate to advanced
386 pages
11h 13m
English
In the following diagram, we can see a sample generator network in the DCGAN framework:

As usual, the generator starts with a random latent vector,
. To transform it into an image, we'll use a network with a special type of convolution operation, called transposed convolution (also known as deconvolution or fractionally-strided convolution). We briefly touched on it in Chapter 4, Computer Vision with Convolutional Networks, in the Backpropagation in convolutional layers section ...