AI-102 Exam QuestionsBrowse all questions from this exam

AI-102 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.

Show Answer
Correct Answer:

Discussion

11 comments
Sign in to comment
Harry300
Mar 1, 2024

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

audlindr
Mar 2, 2024

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
Jun 12, 2024

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.

arcameon
Mar 5, 2024

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
Mar 26, 2024

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

aks_exam
May 12, 2024

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.

Murtuza
Mar 17, 2024

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
Mar 17, 2024

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.

varinder82
Mar 26, 2024

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

Murtuza
Mar 29, 2024

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.

reiwanotora
May 19, 2024

Will this question be on the actual exam?

takaimomoGcup
May 25, 2024

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

krzkrzkra
Jul 15, 2024

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.