3 Matching Annotations
- Oct 2019
-
developers.google.com developers.google.com
-
The portion of the GAN that trains the generator includes: random input generator network, which transforms the random input into a data instance discriminator network, which classifies the generated data discriminator output generator loss, which penalizes the generator for failing to fool the discriminator
GAN- Generator
Steps or the exact work happening in the network
-
generator part of a GAN learns to create fake data by incorporating feedback from the discriminator
GAN- Generator learns to create fake data by incorporating feedback from discriminator
-
generated instances become negative training examples for the discriminator
GAN- Generator. It is trying to produce the input for discriminator
-