DP-100 Exam Question 16

You train a model by using Azure Machine Learning. You use Azure Blob Storage to store production data.
The model must be re-trained when new data is uploaded to Azure Blob Storage. You need to minimize development and coding.
You need to configure Azure services to develop a re-training solution.
Which Azure services should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-100 Exam Question 17

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are creating a model to predict the price of a student's artwork depending on the following variables: the student's length of education, degree type, and art form.
You start by creating a linear regression model.
You need to evaluate the linear regression model.
Solution: Use the following metrics: Mean Absolute Error, Root Mean Absolute Error, Relative Absolute Error, Relative Squared Error, and the Coefficient of Determination.
Does the solution meet the goal?
  • DP-100 Exam Question 18

    You are using a decision tree algorithm. You have trained a model that generalizes well at a tree depth equal to 10.
    You need to select the bias and variance properties of the model with varying tree depth values.
    Which properties should you select for each tree depth? To answer, select the appropriate options in the answer area.

    DP-100 Exam Question 19

    You create a script that trains a convolutional neural network model over multiple epochs and logs the validation loss after each epoch. The script includes arguments for batch size and learning rate.
    You identify a set of batch size and learning rate values that you want to try.
    You need to use Azure Machine Learning to find the combination of batch size and learning rate that results in the model with the lowest validation loss.
    What should you do?
  • DP-100 Exam Question 20

    You need to implement a feature engineering strategy for the crowd sentiment local models.
    What should you do?