Question 121

You are tuning a hyperparameter for an algorithm. The following table shows a data set with different hyperparameter, training error, and validation errors.

Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.

Question 122

You are building recurrent neural network to perform a binary classification.
The training loss, validation loss, training accuracy, and validation accuracy of each training epoch has been provided. You need to identify whether the classification model is over fitted.
Which of the following is correct?
  • Question 123


    You need to obtain the output from the pipeline execution. Where will you find the output?
  • Question 124

    You are implementing hyperparameter tuning for a model training from a notebook. The notebook is in an Azure Machine Learning workspace. You add code that imports all relevant Python libraries.
    You must configure Bayesian sampling over the search space for the num_hidden_layers and batch_size hyperparameters.
    You need to complete the following Python code to configure Bayesian sampling.
    Which code segments should you use? To answer, select the appropriate options in the answer area NOTE: Each correct selection is worth one point.

    Question 125

    You need to implement source control for scripts in an Azure Machine Learning workspace. You use a terminal window in the Azure Machine Learning Notebook tab You must authenticate your Git account with SSH.
    You need to generate a new SSH key.
    Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them m the correct order.