Courseiva
AI Models and Data EngineeringmediumMultiple ChoiceObjective-mapped

AI0-001 AI Models and Data Engineering Practice Question

A healthcare startup is developing a deep learning model to detect diabetic retinopathy from retinal images. The model is trained on a dataset of 10,000 labeled images. During initial testing, the model achieves 99% accuracy on the training set but only 85% on the test set. The startup wants to deploy the model in a clinical setting where false negatives (missing a disease) are critical. The team has access to additional unlabeled retinal images from multiple sources. Which strategy should the team use to improve the model's generalization and reduce false negatives?

⚠ Common exam trap

CompTIA often tests the misconception that simply increasing data or model complexity (augmentation, layers) always improves generalization, when in fact semi-supervised learning is the targeted solution for leveraging unlabeled data to close the train-test accuracy gap and address class-specific metrics like false negatives.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Use semi-supervised learning with the unlabeled images to improve feature representations

Semi-supervised learning leverages the large pool of unlabeled retinal images to learn robust feature representations, which helps the model generalize better to unseen data. By reducing overfitting (the gap between 99% training and 85% test accuracy), this approach directly improves test-set performance. Additionally, semi-supervised methods can be tuned to emphasize recall, thereby reducing false negatives critical in clinical diabetic retinopathy screening.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Use semi-supervised learning with the unlabeled images to improve feature representations

    Why this is correct

    Semi-supervised learning utilizes unlabeled data to learn generalizable features, reducing overfitting and improving test performance.

  • Apply aggressive data augmentation to the training set

    Why it's wrong here

    Data augmentation helps but may not fully leverage the unlabeled data; semi-supervised learning is more effective when unlabeled data is available.

  • Increase the learning rate during training

    Why it's wrong here

    A higher learning rate can cause the loss to diverge and does not directly address overfitting.

  • Add more convolutional layers to the model

    Why it's wrong here

    Adding layers increases capacity and may worsen overfitting.

About these practice questions

Courseiva writes every AI0-001 question from scratch — 754 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This AI0-001 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the AI0-001 exam.