The GAN 44 consists of two networks: the generator network maps a latent vector to data space and a discriminator network to distinguish whether the samples are coming from the empirical data distribution or generated distribution . Hence, the discriminator network acts like a classifier that assigns probability if is an actual training sample, and probability if is generated by the model through with . The original GAN 44 problem aims to maximize/minimize the binary cross entropy (an adversarial game):
with respect to Discriminator/Generator. Theoretically, when the adversarial process reaches the Nash equilibrium, the mini‐max game attains its global optimum.
Do you have any questions about this protocol?
Post your question to gather feedback from the community. We will also invite the authors of this article to respond.
Tips for asking effective questions
+ Description
Write a detailed description. Include all information that will help others answer your question including experimental processes, conditions, and relevant images.