DP-100 Exam Question 151

You plan to use a Deep Learning Virtual Machine (DLVM) to train deep learning models using Compute Unified Device Architecture (CUDA) computations.
You need to configure the DLVM to support CUDA.
What should you implement?
  • DP-100 Exam Question 152

    You have a Python data frame named salesData in the following format:

    The data frame must be unpivoted to a long data format as follows:

    You need to use the pandas.melt() function in Python to perform the transformation.
    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.

    DP-100 Exam Question 153

    You have a dataset that contains records of patients tested for diabetes. The datasei includes the patient s age.
    You plan to create an analysis that will report the mean age value from the differentially private data derived from the dataset- You need to identify the epsilon value to use in the analysis that minimizes the risk of exposing the actual data.
    Which epsilon value should you use?
  • DP-100 Exam Question 154

    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 are using Azure Machine Learning Studio to perform feature engineering on a dataset.
    You need to normalize values to produce a feature column grouped into bins.
    Solution: Apply an Entropy Minimum Description Length (MDL) binning mode.
    Does the solution meet the goal?
  • DP-100 Exam Question 155

    You are creating a classification model for a banking company to identify possible instances of credit card fraud. You plan to create the model in Azure Machine Learning by using automated machine learning.
    The training dataset that you are using is highly unbalanced.
    You need to evaluate the classification model.
    Which primary metric should you use?