Exam AI-102 All QuestionsBrowse all questions from this exam
Question 106

DRAG DROP

-

You have an app that uses Azure AI and a custom trained classifier to identify products in images.

You need to add new products to the classifier. The solution must meet the following requirements:

• Minimize how long it takes to add the products.

• Minimize development effort.

Which five actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

    Correct Answer:

Discussion
Harry300

First step should be Custom Vision. Then Upload sample images / Label / Retrain / Publish Custom classifiers have to go through custom vision, obviously

audlindr

As per this https://learn.microsoft.com/en-us/azure/ai-services/computer-vision/concept-model-customization You can train a custom model using either the Custom Vision service or the Image Analysis 4.0 service with model customization.

mon2002

From the Custom Vision Portal, Open the Project. Upload Sample images of the new products. Label the Sample images. Retrain the model. Publish the model.

aks_exam

So I will choice, 1. From the Custom Vision portal, open the project 2. Upload sample images of the new products 3. Label the samples images 4. Retrain the model 5. Publish the model labelling after uploading sample images.

arcameon

According to chat GPT, the correct sequence is the following : 1. From the Custom Vision portal, open the project 2. Label the samples images 3. Upload sample images of the new products 4 . Retrain the model 5. Publish the model Labeling the sample images before uploading them is crucial because it helps in structuring and organizing the dataset appropriately.

varinder82

2. Label the samples images 3. Upload sample images of the new products Wrong, How you can label before upload so it should be Upload and then label

Murtuza

Your proposed sequence of actions for adding new products to the classifier is a good start! Let’s refine it a bit to ensure it aligns with best practices: 1) Open the Custom Vision Project: Begin by accessing your project in the Custom Vision portal. This is where you’ll manage your custom-trained classifier. 2) Label the Sample Images: Next, label the sample images you’ve collected for the new products. Assign appropriate tags or classes to each image based on the product category. Proper labeling is crucial for effective training. 3) Upload Sample Images: Upload the labeled sample images to your project. These images will serve as the training data for your classifier. Make sure you have a diverse set of samples to represent different variations of the new products.

Murtuza

4) Retrain the Model: Trigger the retraining process for your custom classifier. This step involves: Using the labeled samples to train the model. Fine-tuning the existing classifier with the new data. 5) Publish the Model: Once the retraining is complete and the model performs well on validation data, publish the updated classifier. The published model will be ready for inference in your application, allowing it to identify the new products.

krzkrzkra

From the Custom Vision portal, open the project. Upload sample images of the new products. Label the sample images. Retrain the model. Publish the model.

takaimomoGcup

1. From the Custom Vision portal, open the project 2. Label 3. Upload 4 .Retrain 5. Publish

reiwanotora

Will this question be on the actual exam?

Murtuza

To add new products to the classifier while minimizing time and development effort, you should perform the following actions in sequence: From the Custom Vision portal, open the project. Upload sample images of the new products. Label the sample images. Retrain the model. Publish the model. This sequence ensures that the new product images are properly added, labeled, and incorporated into the existing model, and that the updated model is made available for use by your application.

varinder82

Final Answer: 1. From the Custom Vision portal, open the project 2. Label the samples images 3. Upload sample images of the new products 4 . Retrain the model 5. Publish the model