Question 71

You use Azure Machine Learning Studio to build a machine learning experiment.
You need to divide data into two distinct datasets.
Which module should you use?
  • Question 72

    You create an experiment in Azure Machine Learning Studio. You add a training dataset that contains 10,000 rows. The first 9,000 rows represent class 0 (90 percent).
    The remaining 1,000 rows represent class 1 (10 percent).
    The training set is imbalances between two classes. You must increase the number of training examples for class 1 to 4,000 by using 5 data rows. You add the Synthetic Minority Oversampling Technique (SMOTE) module to the experiment.
    You need to configure the module.
    Which values should you use? To answer, select the appropriate options in the dialog box in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 73

    You create machine learning models by using Azure Machine Learning.
    You plan to train and score models by using a variety of compute contexts. You also plan to create a new compute resource in Azure Machine Learning studio.
    You need to select the appropriate compute types.
    Which compute types should you select? To answer, drag the appropriate compute types to the correct requirements. Each compute type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    Question 74

    You need to implement a model development strategy to determine a user's tendency to respond to an ad.
    Which technique should you use?
  • Question 75

    You create a multi-class image classification deep learning model.
    You train the model by using PyTorch version 1.2.
    You need to ensure that the correct version of PyTorch can be identified for the inferencing environment when the model is deployed.
    What should you do?