Question 121

You plan to use Hyperdrive to optimize the hyperparameters selected when training a model. You create the following code to define options for the hyperparameter experiment


For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Question 122

You plan to build a team data science environment. Data for training models in machine learning pipelines will be over 20 GB in size.
You have the following requirements:
Models must be built using Caffe2 or Chainer frameworks.

Data scientists must be able to use a data science environment to build the machine learning pipelines

and train models on their personal devices in both connected and disconnected network environments.
Personal devices must support updating machine learning pipelines when connected to a network.
You need to select a data science environment.
Which environment should you use?
  • Question 123

    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.

    Question 124

    You plan to use the Hyperdrive feature of Azure Machine Learning to determine the optimal hyperparameter values when training a model.
    You must use Hyperdrive to try combinations of the following hyperparameter values. You must not apply an early termination policy.
    learning_rate: any value between 0.001 and 0.1
    * batch_size: 16, 32, or 64
    You need to configure the sampling method for the Hyperdrive experiment Which two sampling methods can you use? Each correct answer is a complete solution.
    NOTE: Each correct selection is worth one point.
  • Question 125

    You need to implement early stopping criteria as suited in the model training requirements.
    Which three code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.
    NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.