3 Matching Annotations
  1. Oct 2019
    1. 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

    2. 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

    3. generated instances become negative training examples for the discriminator

      GAN- Generator. It is trying to produce the input for discriminator