1. AI-102 Topic 2 Question 9
Question
HOTSPOT -
You are building a model that will be used in an iOS app.
You have images of cats and dogs. Each image contains either a cat or a dog.
You need to use the Custom Vision service to detect whether the images is of a cat or a dog.
How should you configure the project in the Custom Vision portal? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:
Suggested Answer

Answer Description Click to expand
Box 1: Classification -
Incorrect Answers:
An object detection project is for detecting which objects, if any, from a set of candidates are present in an image.
Box 2: Multiclass -
A multiclass classification project is for classifying images into a set of tags, or target labels. An image can be assigned to one tag only.
Incorrect Answers:
A multilabel classification project is similar, but each image can have multiple tags assigned to it.
Box 3: General -
General: Optimized for a broad range of image classification tasks. If none of the other specific domains are appropriate, or if you're unsure of which domain to choose, select one of the General domains.
Reference:
https://cran.r-project.org/web/packages/AzureVision/vignettes/customvision.html

















































































































Comment 1
The third choice should be General compact, in other that the model can be exported to be used in iOS device
Comment 1.1
it seems the general compact is for edge device not ios.
https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/select-domain#image-classification
Comment 1.1.1
Custom Vision Service only exports projects with compact domains. The models generated by compact domains are optimized for the constraints of real-time classification on mobile devices. Classifiers built with a compact domain might be slightly less accurate than a standard domain with the same amount of training data.
https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/export-your-model
Comment 1.1.2
So general compact is correct since ios device is an edge device.
Comment 2
Classification
Multiclass
General (compact)
Comment 3
General (Compact) is the right choice for iOS: https://learn.microsoft.com/en-us/azure/ai-services/custom-vision-service/export-your-model
Comment 4
I chose:
Classification
Multiclass
general (compact)
Comment 5
Classification
Multiclass
General (compact)
Comment 6
classification
multiclass
General (compact): Since the model will be used in an iOS app, a compact model is preferred for performance and size reasons. The "General (compact)" domain is suitable for a wide range of image classification tasks and is optimized for mobile and edge devices.
Comment 7
1. Classification
2. Multiclass
3. General (compact)
Comment 8
1. Classification
2. Multiclass
3. General (compact)
Comment 9
1. Classification
2. Multiclass
3. General (compact)
Comment 10
Final Answer:
Classification
Multiclass
General (compact)
Comment 11
I also think that General(compact) https://docs.microsoft.com/en-us/azure/cognitive-services/custom-vision-service/export-your-model
1. It can be running offline
2. Real time locally
Comment 12
Correct