Question 76

You need to select a feature extraction method.
Which method should you use?
  • Question 77

    You are performing a classification task in Azure Machine Learning Studio.
    You must prepare balanced testing and training samples based on a provided data set.
    You need to split the data with a 0.75:0.25 ratio.
    Which value should you use for each parameter? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 78

    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 create an Azure Machine Learning service datastore in a workspace. The datastore contains the following files:
    * /data/2018/Q1 .csv
    * /data/2018/Q2.csv
    * /data/2018/Q3.csv
    * /data/2018/Q4.csv
    * /data/2019/Q1.csv
    All files store data in the following format:
    id,M,f2,l
    1,1,2,0
    2,1,1,1
    32,10
    You run the following code:

    You need to create a dataset named training_data and load the data from all files into a single data frame by using the following code:

    Solution: Run the following code:

    Does the solution meet the goal?
  • Question 79

    You are using the Azure Machine Learning Service to automate hyperparameter exploration of your neural network classification model.
    You must define the hyperparameter space to automatically tune hyperparameters using random sampling according to following requirements:
    The learning rate must be selected from a normal distribution with a mean value of 10 and a standard deviation of 3.
    Batch size must be 16, 32 and 64.
    Keep probability must be a value selected from a uniform distribution between the range of 0.05 and 0.1.
    You need to use the param_sampling method of the Python API for the Azure Machine Learning Service.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 80

    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 first 1.000 rows represent class 1 (10 percent).
    The training set is unbalanced between two Classes. You must increase the number of training examples for class 1 to 4,000 by using 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.