Exam AI-102 Topic 5 Question 364 Discussion
Actual exam question for Microsoft's AI-102 exam
Question #: 364
Topic #: 5
Question #: 364
Topic #: 5
You are building a model to detect objects in images.
The performance of the model based on training data is shown in the following exhibit.

The performance of the model based on training data is shown in the following exhibit.

Suggested Answer:

Explanation:
The percentage of false positives is [0].
The value for the number of true positives divided by the total number of true positives and false negatives is [100].
The screenshot shows the Performance tab of a Custom Vision object detection model after training.
Two key performance metrics are in focus:
False Positives (FP):
False positives occur when the model incorrectly predicts an object that isn't present.
In the provided exhibit, the model shows 0% false positives.
This means it did not incorrectly classify any non-object as an object.
Recall (True Positives ÷ (True Positives + False Negatives)):
This measures how many of the actual objects were correctly detected.
Formula: Recall = TP / (TP + FN).
In the performance report, recall is 100%, meaning the model correctly detected all the actual objects (no false negatives).
Evaluating the answer choices:
False positives: 0%
Recall (TP ÷ (TP + FN)): 100%
Correct Answers:
False positives # 0
Recall # 100
Microsoft References
Custom Vision performance metrics
Precision, recall, and accuracy in machine learning
by Ina at May 01, 2026, 07:32 AM
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).