Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-100 Topic 8 Question 37 Discussion

Actual exam question for Microsoft's DP-100 exam
Question #: 37
Topic #: 8
[All DP-100 Questions]

You plan to use the Hyperdrive feature of Azure Machine Learning to determine the optimal hyperparameter values when training a model.

You must use Hyperdrive to try combinations of the following hyperparameter values:

* learning_rate: any value between 0.001 and 0.1

* batch_size: 16, 32, or 64

You need to configure the search space for the Hyperdrive experiment.

Which two parameter expressions should you use? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: B, D

B: Continuous hyperparameters are specified as a distribution over a continuous range of values. Supported distributions include:

uniform(low, high) - Returns a value uniformly distributed between low and high

D: Discrete hyperparameters are specified as a choice among discrete values. choice can be:

one or more comma-separated values

a range object

any arbitrary list object


https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters

Comments

Currently there are no comments in this discussion, be the first to comment!


Save Cancel