Generative Adversarial Networks (GANs)
1. What is the primary application of Deep Convolutional GAN (DCGAN)?
2. Why is adversarial training used in GANs?
3. What is the purpose of noise input in the generator component of a GAN?
4. What does the discriminator output contribute to during GAN training?
5. What does the term "adversarial" in GANs refer to?
6. What type of neural network layers are commonly used in DCGAN?
7. Which optimizer was used in the original DCGAN paper?
8. Why are convolutional layers used in DCGAN instead of fully connected layers?
9. What does the "Real vs Generated" panel help in understanding?
10. What is the format and nature of images in the MNIST dataset used for GAN training?