Question 171

You train a machine learning model.
You must deploy the model as a real-time inference service for testing. The service requires low CPU utilization and less than 48 MB of RAM. The compute target for the deployed service must initialize automatically while minimizing cost and administrative overhead.
Which compute target should you use?
  • Question 172

    You create an Azure Machine Learning compute target named ComputeOne by using the STANDARD_D1 virtual machine image.
    You define a Python variable named was that references the Azure Machine Learning workspace. You run the following Python code:

    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    Question 173

    You are hired as a data scientist at a winery. The previous data scientist used Azure Machine Learning.
    You need to review the models and explain how each model makes decisions.
    Which explainer modules should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 174

    You manage an Azure Machine Learning workspace. You submit a training job with the Azure Machine Learning Python SDK v2. You must use MLflow to log metrics, model parameters, and mode! artifacts automatically when training a model.
    You start by writing the following code segment:

    For each of the following statements, select Yes If the statement is true. Otherwise, select No.

    Question 175

    You arc I mating a deep learning model to identify cats and dogs. You have 25,000 color images.
    You must meet the following requirements:
    * Reduce the number of training epochs.
    * Reduce the size of the neural network.
    * Reduce over-fitting of the neural network.
    You need to select the image modification values.
    Which value should you use? To answer, select the appropriate Options in the answer area.
    NOTE: Each correct selection is worth one point.