AI-900 · Question #45
Drag and Drop Question Match the types of machine learning to the appropriate scenarios. To answer, drag the appropriate machine learning type from the column on the left to its scenario on the…
The correct answer is Image classification; Object detection; Semantic segmentation. The three correct answers map to progressively granular computer vision tasks: Image Classification labels an entire image with a category (e.g., 'this image contains a cat'), Object Detection identifies and draws bounding boxes around multiple objects within an image (e.g…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Image classification
- Object detection
- Semantic segmentation
Explanation
The three correct answers map to progressively granular computer vision tasks: Image Classification labels an entire image with a category (e.g., 'this image contains a cat'), Object Detection identifies and draws bounding boxes around multiple objects within an image (e.g., 'there is a cat at coordinates X,Y'), and Semantic Segmentation goes furthest by labeling every individual pixel in an image according to the class it belongs to (e.g., painting all road pixels one color and all sky pixels another). These three form a natural progression from whole-image understanding to region-level to pixel-level understanding, making them the standard trio used in core computer vision scenario matching questions.
Topics
Community Discussion
No community discussion yet for this question.
