Which compute type should you use?

You create a deep learning model for image recognition on Azure Machine Learning service using GPU-based training. You must deploy the model to a context that allows for real-time GPU-based inferencing. You need to configure compute resources for model inferencing. Which compute type should you use?A . Azure Container Instance...

March 29, 2023 No Comments READ MORE +

Does the solution meet the goal?

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...

March 28, 2023 No Comments READ MORE +

Which deployment compute option should you use?

You develop and train a machine learning model to predict fraudulent transactions for a hotel booking website. Traffic to the site varies considerably. The site experiences heavy traffic on Monday and Friday and much lower traffic on other days. Holidays are also high web traffic days. You need to deploy...

March 28, 2023 No Comments READ MORE +

How should you complete the code segment?

Topic 1, Case Study 1 Overview You are a data scientist in a company that provides data science for professional sporting events. Models will be global and local market data to meet the following business goals: • Understand sentiment of mobile device users at sporting events based on audio from...

March 28, 2023 No Comments READ MORE +

Which compute types should you use?

DRAG DROP An organization uses Azure Machine Learning service and wants to expand their use of machine learning. You have the following compute environments. The organization does not want to create another compute environment. You need to determine which compute environment to use for the following scenarios. Which compute types...

March 28, 2023 No Comments READ MORE +

How should you complete the code segment?

HOTSPOT 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...

March 28, 2023 No Comments READ MORE +

Which code values should you use?

CORRECT TEXT You create an Azure Machine Learning workspace and a dataset. The dataset includes age values for a large group of diabetes patients. You use the dp.mean function from the SmartNoise library to calculate the mean of the age value. You store the value in a variable named age.mean....

March 28, 2023 No Comments READ MORE +

Which technique should you use?

You need to implement a new cost factor scenario for the ad response models as illustrated in the performance curve exhibit. Which technique should you use?A . Set the threshold to 0.5 and retrain if weighted Kappa deviates +/- 5% from 0.45. B. Set the threshold to 0.05 and retrain...

March 28, 2023 No Comments READ MORE +

Which three options should you select?

HOTSPOT You plan to preprocess text from CSV files. You load the Azure Machine Learning Studio default stop words list. You need to configure the Preprocess Text module to meet the following requirements: ✑ Ensure that multiple related words from a single canonical form. ✑ Remove pipe characters from text....

March 28, 2023 No Comments READ MORE +

Which three code segments should you use to develop the solution?

DRAG DROP You need to implement early stopping criteria as suited in the model training requirements. Which three code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct...

March 28, 2023 No Comments READ MORE +