Google Cloud Professional Machine Learning Engineer — Question 312
You are an ML researcher and are evaluating multiple deep learning-based model architectures and hyperparameter configurations. You need to implement a robust solution to track the progress of each model iteration, visualize key metrics, gain insights into model internals, and optimize training performance.
You want your solution to have the most efficient and powerful approach to compare the models and have the strongest visualization abilities. How should you bull this solution?
Answer options
- A. Use Vertex AI TensorBoard for in-depth visualization and analysis, and use BigQuery for experiment tracking and analysis.
- B. Use Vertex AI TensorBoard for visualizing training progress and model behavior, and use Vertex AI Feature Store to stove and manage experiment data for analysis and reproducibility.
- C. Use Vertex AI Experiments for tracking iterations and comparison, and use Vertex AI TensorBoard for visualization and analysis of the training metrics and model architecture.
- D. Use Vertex AI Experiments for tracking iterations and comparison, and use BigQuery and Looker Studio for visualization and analysis of the training metrics and model architecture.
Correct answer: C
Explanation
The correct answer is C because Vertex AI Experiments allows for effective tracking of model iterations and comparisons, while Vertex AI TensorBoard provides powerful visualization and analysis capabilities for training metrics and model architectures. Options A, B, and D do not combine the best tools for both tracking and visualization as effectively as option C does.