Microsoft Certified Azure AI Engineer Associate · Free Practice Question Medium
Question 8
You train a Conversational Language Understanding model to understand the natural language input of users. You need to evaluate the accuracy of the model before deploying it. What are two methods you can use?
-
A
From the language authoring REST endpoint, retrieve the model evaluation summary.
-
B
From Language Studio, enable Active Learning, and then validate the utterances logged for review.
-
C
From Language Studio, select Model performance.
-
D
From the Azure portal, enable log collection in Log Analytics, and then analyse the logs.
Reveal correct answers
Correct answers: A, C
A.
Active Learning cannot be initiated prior to the deployment of the model. The primary purpose of the 'Active Learning' feature is to leverage actual user interaction data to enhance the model's understanding capabilities. This is a continuous learning and optimization process that takes place after the model has been deployed and put into actual use.
C.
Active Learning cannot be initiated prior to the deployment of the model. The primary purpose of the 'Active Learning' feature is to leverage actual user interaction data to enhance the model's understanding capabilities. This is a continuous learning and optimization process that takes place after the model has been deployed and put into actual use.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
