Generative Adversarial Networks (GANs)
1. What are the two main components of a GAN?
2. How does the discriminator component in a GAN learn to distinguish between real and generated samples?
3. Which loss function is commonly used in GANs?
4. What is the purpose of the latent space in a GAN?
5. How does the training process of a GAN typically work?
6. Which approach is used to stabilize GAN training by controlling the learning rate of the Generator and Discriminator?
7. In GANs, what happens when the discriminator becomes unable to distinguish real from fake samples?
8. What is the purpose of the adversarial loss in GANs?
9. In which stage of GAN training does mode collapse occur?
10. Which technique can be used to address the problem of mode collapse in GANs?