
Answer-first summary for fast verification
Answer: To provide the model with a set of predefined categories to classify the images.
Labeling images in the context of training a custom computer vision model is crucial for providing the model with a set of predefined categories to classify the images. By assigning labels to the images, you are essentially teaching the model to recognize and differentiate between different types of objects or scenes. This helps the model to learn and improve its classification capabilities.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have chosen to implement an image classification model using Azure AI Vision. The next step is to label the images. What is the purpose of labeling images in this context?
A
To improve the performance of the model by providing it with additional data.
B
To provide the model with a set of predefined categories to classify the images.
C
To reduce the amount of data the model needs to process.
D
To increase the complexity of the model.
No comments yet.