This is an example of which Microsoft guiding principle for responsible AI?
When you design an AI system to assess whether loans should be approved, the factors used to make the decision should be explainable. This is an example of which Microsoft guiding principle for responsible AI?A . transparency B. inclusiveness C. fairness D. privacy and securityView AnswerAnswer: A Explanation: Achieving transparency...
Which metric can you use to evaluate a classification model?
Which metric can you use to evaluate a classification model?A . true positive rate B. mean absolute error (MAE) C. coefficient of determination (R2) D. root mean squared error (RMSE)View AnswerAnswer: A Explanation: What does a good model look like? An ROC curve that approaches the top left corner with...
Which type of modules should you use to complete the model?
DRAG DROP You need to use Azure Machine Learning designer to build a model that will predict automobile prices. Which type of modules should you use to complete the model? To answer, drag the appropriate modules to the correct locations. Each module may be used once, more than once, or...
For a machine learning progress, how should you split data for training and evaluation?
For a machine learning progress, how should you split data for training and evaluation?A . Use features for training and labels for evaluation. B. Randomly split the data into rows for training and rows for evaluation. C. Use labels for training and features for evaluation. D. Randomly split the data...
To complete the sentence, select the appropriate option in the answer area
HOTSPOT To complete the sentence, select the appropriate option in the answer area. View AnswerAnswer: Explanation: In the most basic sense, regression refers to prediction of a numeric target. Linear regression attempts to establish a linear relationship between one or more independent variables and a numeric outcome, or dependent variable....
Match the types of AI workloads to the appropriate scenarios
DRAG DROP Match the types of AI workloads to the appropriate scenarios. To answer, drag the appropriate workload type from the column on the left to its scenario on the right. Each workload type may be used once, more than once, or not at all. NOTE: Each correct selection is...
To complete the sentence, select the appropriate option in the answer area
HOTSPOT To complete the sentence, select the appropriate option in the answer area. View AnswerAnswer: Explanation: Classification
To complete the sentence, select the appropriate option in the answer area
HOTSPOT To complete the sentence, select the appropriate option in the answer area. View AnswerAnswer: Explanation: Accelerate your business processes by automating information extraction. Form Recognizer applies advanced machine learning to accurately extract text, key/value pairs, and tables from documents. With just a few samples, Form Recognizer tailors its understanding...
Which type of machine learning should you use to predict the number of gift cards that will be sold next month?
Which type of machine learning should you use to predict the number of gift cards that will be sold next month?A . classification B. regression C. clusteringView AnswerAnswer: B
When training a model, why should you randomly split the rows into separate subsets?
When training a model, why should you randomly split the rows into separate subsets?A . to train the model twice to attain better accuracy B. to train multiple models simultaneously to attain better performance C. to test the model by using data that was not used to train the modelView...