Question 16

You create an Azure Machine Learning workspace and set up a development environment. You plan to train a deep neural network (DNN) by using the Tensorflow framework and by using estimators to submit training scripts.
You must optimize computation speed for training runs.
You need to choose the appropriate estimator to use as well as the appropriate training compute target configuration.
Which values should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Question 17

You have the following Azure subscriptions and Azure Machine Learning service workspaces:

You need to obtain a reference to the ml-project workspace.
Solution: Run the following Python code:

Does the solution meet the goal?
  • Question 18

    You are conducting feature engineering to prepuce data for further analysis.
    The data includes seasonal patterns on inventory requirements.
    You need to select the appropriate method to conduct feature engineering on the data.
    Which method should you use?
  • Question 19

    You need to visually identify whether outliers exist in the Age column and quantify the outliers before the outliers are removed.
    Which three Azure Machine Learning Studio modules should you use in sequence? To answer, move the appropriate modules from the list of modules to the answer area and arrange them in the correct order.

    Question 20

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