Match the project types, classification types, and domains with their correct options.
Match the project types, classification types, and domains with their correct options.
Correct mappings
Explanation
The correct matching begins by understanding each concept's purpose. Classification projects identify and label an image as belonging to one or more categories. "Multiclass" classification assigns a single label to an image (e.g., labeling a cat image as 'cat' only), while "Multilabel" allows for multiple labels per image (e.g., tagging it as both 'cat' and 'outdoor'). Object detection, on the other hand, not only identifies objects in an image but also locates them within bounding boxes. The 'General' domain in tools like Azure Custom Vision offers a flexible pre-trained model suitable for broad image classification tasks when specialized domains aren't needed.
Confusion may arise between Multiclass and Multilabel classification, but the key difference is exclusivity: Multiclass mandates exactly one tag per image, whereas Multilabel allows overlapping tags. Object detection operates differently altogether, as it focuses on spatial positioning in addition to classification. Reviewing documentation on 'Custom Vision Domain and Tagging Practices' can help deepen your understanding of these distinctions and their applications.
Reference: Custom Vision Domain and Tagging Practices
Practice with progress tracking
Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.