Q: 12
A healthcare company is using NVIDIA AI infrastructure to develop a deep learning model that can
analyze medical images and detect anomalies. The team has noticed that the model performs well
during training but fails to generalize when tested on new, unseen dat
a. Which of the following actions is most likely to improve the model’s generalization?
Options
Discussion
C , I’ve seen similar in official practice questions. Data augmentation like flips and rotations is almost always the next step for generalization, especially with medical imaging and overfitting showing up. Unless they already have heavy augmentation, C makes more sense than tweaking epoch count or model size. Anyone disagree?
The wording here is classic NVIDIA vagueness, makes stuff like this more painful than it should be. Probably C since data augmentation is always top advice for overfitting, but does the question specify if they're already using any augmentation at all? If they already apply strong augmentation, the answer could change. "Most likely" hangs on that detail.
C every time for generalization, unless the question says they're already doing lots of augmentation.
C, data augmentation is the go-to trick for fixing overfitting on new image data.
Option D
Be respectful. No spam.