Topic 1 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?
Train an AutoML image classification model.
Create a custom training job that uses the Vertex AI Vizier SDK for parameter optimization.
Create a Vertex AI hyperparameter tuning job.
Create a Vertex AI pipeline that runs different model training jobs in parallel.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: C
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.
👍 9guilhermebutzke2024/02/19 - 正解だと思う選択肢: C
Leverage Vertex AI Hyperparameter Tuning
👍 2omermahgoub2024/04/13 - 正解だと思う選択肢: C👍 2VinaoSilva2024/06/29
シャッフルモード