You create a script that trains a convolutional neural network model over multiple epochs and logs the validation loss after each epoch. The script includes arguments for batch size and learning rate. You identify a set of batch size and learning rate values that you want to try. You need to use Azure Machine Learning to find the combination of batch size and learning rate that results in the model with the lowest validation loss. What should you do? A. Run the script in an experiment based on an AutoMLConfig object B. Create a PythonScriptStep object for the script and run it in a pipeline C. Use the Automated Machine Learning interface in Azure Machine Learning studio D. Run the script in an experiment based on a ScriptRunConfig object E. Run the script in an experiment based on a HyperDriveConfig object  Suggested Answer: E Reference: https://docs.microsoft.com/en-us/azure/machine-learning/how-to-tune-hyperparameters This question is in DP-100 Exam For getting Microsoft Azure Data Scientist Associate Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer