Question 280 of 280
Single answerYou 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?
ATrain an AutoML image classification model.
BCreate a custom training job that uses the Vertex AI Vizier SDK for parameter optimization.
✓CCreate a Vertex AI hyperparameter tuning job.
DCreate a Vertex AI pipeline that runs different model training jobs in parallel.
✓
Correct Answer: C
Create a Vertex AI hyperparameter tuning job.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.