Generative Model Flashcards

1
Q

Question 1: What is the primary purpose of a Generative Adversarial Network (GAN)?

A

A) To improve the performance of classification algorithms.
B) To generate new data similar to the training set.
C) To reduce the dimensionality of the input data.
D) To predict future trends based on past data

ANSWER: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Question 2: What are the main components of a GAN? (Select all that apply)

A

A) Encoder
B) Generator
C) Discriminator
D) Decoder

ANSWER: B, C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Question 3: How does the discriminator component of a GAN function?

A

A) It generates new data.
B) It identifies whether data is real or generated by the generator.
C) It classifies different types of real-world objects.
D) It helps in compressing data for efficient storage.

ANSWER: B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Question 4: What role does the generator play in a GAN setup?

A

A) It learns to make real data indistinguishable from fake data.
B) It directly learns from real data to improve its accuracy.
C) It uses labeled data to learn data distributions.
D) It compresses data into a lower-dimensional space.

ANSWER: A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Question 5: In the context of GANs, what does the training process involve? (Select all that apply)

A

A) An adversarial game between the generator and the discriminator.
B) Minimizing the error in classification tasks.
C) The generator and discriminator improving through feedback from each other.
D) The discriminator minimizing its own prediction error while maximizing the generator’s error.

ANSWER: A, C, D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Question 6: Which applications are GANs known for? (Select all that apply)

A

A) Image denoising
B) Creating realistic images from text descriptions
C) Enhancing low-resolution images
D) Speech recognition

ANSWER: B, C

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Question 7: What is the geometric intuition behind GANs often compared to?

A

A) A cat and mouse game
B) A balancing act
C) A thief and police game
D) A teacher-student relationship

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Question 8: When does the training of a GAN typically stop?

A

A) When the discriminator can no longer differentiate real data from fake.
B) When the generator produces the maximum data possible.
C) When the discriminator achieves perfect accuracy.
D) When the dataset is fully used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Question 1: What is the primary objective of a generative model in the context of GANs?

A

A) To classify images as real or fake.
b) To generate realistic samples indistinguishable from real data.
c) To recognize patterns in textual data.
d) To enhance the resolution of images.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Question 2: Which are the main

A

components of a GAN?
Encoder
Generator
Discriminator
Autoencoder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Question 3: In GAN architecture, what role does the discriminator play?

A

Generates new data samples.
Classifies samples as real or generated.
Translates images from one domain to another.
Compresses data into a latent space.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Question 4: How does the generator improve its performance during training?

A

A)] By correctly classifying real and fake images.
Through feedback from the discriminator on its output.
By optimizing classification accuracy.
By reducing its dimensionality of the input data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly