Generative Adversarial Networks (GANs) Quiz Questions

1. What type of learning task is GANs often used for?

view answer: C) Image generation
Explanation: GANs are commonly used for generating images.
2. In GANs, what is the role of the latent vector?

view answer: B) To encode features of the data
Explanation: The latent vector encodes features of the data in GANs.
3. Which GAN variant is used for image synthesis tasks and includes convolutional layers?

view answer: B) BigGAN
Explanation: BigGAN is used for image synthesis tasks and includes convolutional layers.
4. What is the main purpose of Super Resolution GAN (SRGAN)?

view answer: B) To enhance image resolution
Explanation: SRGAN is designed to enhance the resolution of images.
5. Which GAN variant is suitable for hierarchical image generation?

view answer: C) LAPGAN
Explanation: LAPGAN is used for hierarchical image generation.
6. What is the primary focus of Conditional GAN (CGAN)?

view answer: D) Adding conditional information
Explanation: CGAN adds conditional information to both the generator and discriminator.
7. Which GAN variant is used for generating diverse and customizable samples, including hyper-realistic human faces?

view answer: B) StyleGAN
Explanation: StyleGAN allows for diverse and customizable sample generation.
8. What does the generator model aim to do in GANs?

view answer: D) Generate new data samples
Explanation: The generator's goal is to create new data samples in GANs.
9. What is the primary application of Deep Convolutional GAN (DCGAN)?

view answer: C) High-resolution image generation
Explanation: DCGAN is used for high-resolution image generation tasks.
10. Which GAN variant is used for multi-domain image-to-image translation?

view answer: A) StarGAN
Explanation: StarGAN is used for multi-domain image-to-image translation.
11. What does the discriminator model in GANs try to do?

view answer: B) Identify real data samples
Explanation: The discriminator's goal is to distinguish real data from fake data.
12. In GANs, what happens when the discriminator becomes unable to distinguish real from fake samples?

view answer: B) Generator updates its weights
Explanation: When the discriminator cannot distinguish, the generator updates its weights.
13. Which GAN variant focuses on controlling the generation process using style and noise inputs?

view answer: C) StyleGAN
Explanation: StyleGAN allows control over the generation process using style and noise inputs.
14. What type of neural network layers are commonly used in DCGAN?

view answer: C) Convolutional layers
Explanation: DCGAN uses convolutional layers for image synthesis tasks.
15. What is the primary goal of Conditional GAN (CGAN)?

view answer: C) To add conditional information to the generator
Explanation: CGAN adds conditional information to both the generator and discriminator.
16. What is the main purpose of LAPGAN?

view answer: A) To generate high-resolution images
Explanation: LAPGAN is used to generate high-resolution images with improved visual quality.
17. Which GAN variant introduces a cycle consistency loss for unpaired image-to-image translation?

view answer: D) CycleGAN
Explanation: CycleGAN introduces a cycle consistency loss for unpaired image-to-image translation tasks.
18. What is the main advantage of using Wasserstein GAN (WGAN)?

view answer: C) Stable training dynamics
Explanation: WGAN is known for its stable training dynamics compared to traditional GANs.
19. Which GAN variant is designed for text-to-image generation?

view answer: C) Text2Image GAN
Explanation: Text2Image GAN focuses on generating images from text descriptions.
20. What does the term "adversarial" in GANs refer to?

view answer: A) The competitive process between two sub-models
Explanation: "Adversarial" in GANs refers to the competition between the generator and discriminator.
21. What does GAN stand for?

view answer: B) Generative Adversarial Networks
Explanation: GAN stands for Generative Adversarial Networks, a type of deep learning model for generating data.
22. Which component of GANs is responsible for creating new data samples?

view answer: C) Generative
Explanation: The generative component in GANs is responsible for generating new data samples.
23. What is the primary goal of the generator model in GANs?

view answer: B) To learn the underlying data distribution
Explanation: The generator's goal is to learn the data distribution of the training data.
24. In GANs, what is the role of the discriminator model?

view answer: B) To compete with the generator
Explanation: The discriminator competes with the generator by distinguishing between real and fake data.
25. What type of learning task is generative modeling in GANs?

view answer: C) Unsupervised learning
Explanation: Generative modeling in GANs is an example of unsupervised learning.
26. What is the latent space in GANs?

view answer: D) The space of random input vectors
Explanation: The latent space consists of random input vectors used by the generator.
27. Which GAN variant is designed for single image super-resolution?

view answer: C) SRGAN
Explanation: SRGAN is specifically designed for single image super-resolution tasks.
28. What is the primary application of CycleGAN?

view answer: C) Image-to-image translation
Explanation: CycleGAN is used for unpaired image-to-image translation tasks.
29. Which GAN variant is suitable for generating high-resolution images for large-scale tasks like ImageNet?

view answer: B) BigGAN
Explanation: BigGAN is designed for generating high-quality, high-resolution images for large-scale tasks.
30. What is the objective of Wasserstein GAN (WGAN)?

view answer: C) To mitigate stability issues in GANs
Explanation: WGAN aims to address stability problems in traditional GAN training.

© aionlinecourse.com All rights reserved.