Exam NCA-GENM Topic 1 Question 23 Discussion
Actual exam question for NVIDIA's NCA-GENM exam
Question #: 23
Topic #: 1
Question #: 23
Topic #: 1
Which of the following best describes the purpose of GAN (Generative Adversarial Networks)?
Suggested Answer: A Vote an answer
A GAN consists of two networks trained in an adversarial minimax game: a generator that learns to produce synthetic samples from random noise, and a discriminator that learns to distinguish those generated samples from real training data. As training progresses, the generator improves at producing increasingly realistic samples in an attempt to fool the discriminator, while the discriminator improves at detecting fakes - at convergence (ideally), the generator produces samples statistically indistinguishable from the real training distribution. This generative objective - producing new, realistic data resembling the training distribution - is GAN's defining purpose, applied to images, audio, tabular data, and other domains.
The remaining options describe fundamentally different task categories that GANs are not designed for:
decision optimization based on historical data (B) describes reinforcement learning or classical decision- theoretic optimization, not generative modeling. Classification and categorization (C) is a discriminative task
- GANs' discriminator component performs a real-vs-fake discrimination internally as a training mechanism, but the discriminator is not GAN's end product or purpose; the generator is. Search algorithm optimization (D) is an information-retrieval concern entirely outside generative modeling's scope.
GANs are one of several generative model families tested in this domain alongside diffusion models (which power the U-Net-based denoising questions elsewhere in this set) and variational autoencoders, each with different training dynamics and stability characteristics.
Reference: Core Machine Learning and AI Knowledge domain - GANs, generative modeling.
The remaining options describe fundamentally different task categories that GANs are not designed for:
decision optimization based on historical data (B) describes reinforcement learning or classical decision- theoretic optimization, not generative modeling. Classification and categorization (C) is a discriminative task
- GANs' discriminator component performs a real-vs-fake discrimination internally as a training mechanism, but the discriminator is not GAN's end product or purpose; the generator is. Search algorithm optimization (D) is an information-retrieval concern entirely outside generative modeling's scope.
GANs are one of several generative model families tested in this domain alongside diffusion models (which power the U-Net-based denoising questions elsewhere in this set) and variational autoencoders, each with different training dynamics and stability characteristics.
Reference: Core Machine Learning and AI Knowledge domain - GANs, generative modeling.
by Camille at Aug 28, 2026, 02:57 PM
0
0
0
10
Comments
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Report Comment
Commenting
You can sign-up / login (it's free).