
Explanation:
The question requires selecting two sampling methods that can handle both continuous (learning_rate: 0.001 to 0.1) and discrete (batch_size: 16, 32, 64) hyperparameters without an early termination policy. Based on Azure ML documentation and community consensus (57% selected CD with upvoted comments):
Ultimate access to all questions.
You plan to use Azure Machine Learning's Hyperdrive to find the optimal hyperparameters for training a model. You need to test combinations of the following values without using an early termination policy:
learning_rate: any value between 0.001 and 0.1batch_size: 16, 32, or 64Which two sampling methods should you configure for the Hyperdrive experiment? Each correct answer presents a complete solution.
A
No sampling
B
Grid sampling
C
Bayesian sampling
D
Random sampling
No comments yet.