Our main goal is for the generator to produce realistic images and the GAN framework is a vehicle for that goal. We'll train the generator and the discriminator separately and sequentially (one after the other), and alternate between the two phases multiple times.
Before going into more detail, let's use the following figure to introduce some notations:
- We'll denote the generator with , where are the network weights, and is the ...