AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: Scenario: The Serpent Society is a highly azure video

Question 1
« Back   Next azure Cloud dp-100-data-scientist-assoc Question »

Full Certification Question

Scenario: The Serpent Society is a highly organized and successful sector coalition, recognized as one of the best in operation today. Its founder, Seth Voelker, has approached you for assistance with their Microsoft Azure implementation. Project Details: The team is working on a multi-class image classification deep learning model that uses a set of labeled photographs. To optimize the model’s performance, the team has implemented hyperparameter tuning using Bayesian Parameter Sampling with the following Python code: python from azureml . train . hyperdrive import BayesianParameterSampling param_sampling = BayesianParameterSampling ({ "learning_rate" : uniform ( 0.01 , 0.1 ), "batch_size" : choice ( 16 , 32 , 64 , 128 ) }) Request: The team has compiled a list of statements regarding the project—some correct and some incorrect. Question: Based on the given information, Seth has asked you to identify which statements are true. (Select two.)