Professional Machine Learning Engineer Exam QuestionsBrowse all questions from this exam

Professional Machine Learning Engineer Exam - Question 285


You have recently developed a custom model for image classification by using a neural network. You need to automatically identify the values for learning rate, number of layers, and kernel size. To do this, you plan to run multiple jobs in parallel to identify the parameters that optimize performance. You want to minimize custom code development and infrastructure management. What should you do?

Show Answer
Correct Answer: CD

To automatically identify optimal values for learning rate, number of layers, and kernel size without extensive custom code development and infrastructure management, creating a Vertex AI hyperparameter tuning job is the best approach. This service allows you to specify the hyperparameters you want to optimize, and it runs multiple training jobs with different combinations of these hyperparameters to find the best configuration. This minimizes the need for custom code development and manages the scaling and parallel execution of the jobs efficiently.

Discussion

4 comments
Sign in to comment
guilhermebutzkeOption: C
Feb 19, 2024

My Answer: C Vertex AI provides a service for hyperparameter tuning which allows you to specify the hyperparameters you want to optimize, such as learning rate, number of layers, and kernel size, and then it automatically runs multiple training jobs with different combinations of these hyperparameters to find the configuration that maximizes performance.

omermahgoubOption: C
Apr 13, 2024

Leverage Vertex AI Hyperparameter Tuning

pinimichele01
Apr 28, 2024

why not b?

alfieroy16Option: C
Mar 22, 2024

True that

VinaoSilvaOption: C
Jun 29, 2024

https://cloud.google.com/vertex-ai/docs/training/using-hyperparameter-tuning