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 is the role of the discriminator in a GAN during the training process?
5. What does the term "adversarial" in GANs refer to?
6. What type of neural network layers are commonly used in DCGAN?
7. Which optimization algorithm is commonly used to train GANs?
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?