Google Cloud Professional Machine Learning Engineer — Question 237

You work on a team that builds state-of-the-art deep learning models by using the TensorFlow framework. Your team runs multiple ML experiments each week, which makes it difficult to track the experiment runs. You want a simple approach to effectively track, visualize, and debug ML experiment runs on Google Cloud while minimizing any overhead code. How should you proceed?

Answer options

Correct answer: A

Explanation

The correct answer is A because Vertex AI Experiments is specifically designed for tracking metrics and parameters of ML experiments efficiently, while Vertex AI TensorBoard provides integrated visualization capabilities. The other options involve more complex setups and local hosting of TensorBoard, which increases overhead and complexity compared to using Vertex AI's built-in tools.