Generative Adversarial Networks (GANs)
1. What are the two main components of a GAN?
2. How does the discriminator improve during GAN training?
3. Which loss function is commonly used in standard GANs?
4. What is the purpose of the latent space in a GAN?
5. How is GAN training formulated in the original GAN framework proposed by Ian Goodfellow?
6. Which technique is commonly used to improve GAN training stability?
7. What does it indicate when the discriminator can no longer reliably distinguish real from generated samples?
8. What is the purpose of the adversarial loss in GANs?
9. What is mode collapse in GAN training?
10. Which technique can help reduce mode collapse in GANs?