Topic 1 Question 203
You work for a bank. You have been asked to develop an ML model that will support loan application decisions. You need to determine which Vertex AI services to include in the workflow. You want to track the model’s training parameters and the metrics per training epoch. You plan to compare the performance of each version of the model to determine the best model based on your chosen metrics. Which Vertex AI services should you use?
Vertex ML Metadata, Vertex AI Feature Store, and Vertex AI Vizier
Vertex AI Pipelines, Vertex AI Experiments, and Vertex AI Vizier
Vertex ML Metadata, Vertex AI Experiments, and Vertex AI TensorBoard
Vertex AI Pipelines, Vertex AI Feature Store, and Vertex AI TensorBoard
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C
Vertex ML Metadata: Tracks model training parameters, hyperparameters, metrics, and lineage information. Stores metadata in a central repository for easy access and comparison. Integrates seamlessly with Vertex AI Experiments and TensorBoard. Vertex AI Experiments: Organizes and manages model training runs as experiments. Visualizes experiment results, including metrics and parameter comparisons. Facilitates tracking of the best performing model versions. Vertex AI TensorBoard: Provides detailed visualizations of training metrics and model performance. Enables analysis of model behavior at each training epoch. Integrates with Vertex AI Experiments for seamless access to experiment data.
👍 1pikachu0072024/01/12 - 正解だと思う選択肢: C
use Tensorboard to track the model’s training parameters and the metrics per training epoch.
👍 1winston92024/01/13
シャッフルモード