Question 231 of 280
Single answerYou are using Vertex AI and TensorFlow to develop a custom image classification model. You need the model’s decisions and the rationale to be understandable to your company’s stakeholders. You also want to explore the results to identify any issues or potential biases. What should you do?
A1. Use TensorFlow to generate and visualize features and statistics.
2. Analyze the results together with the standard model evaluation metrics.
2. Analyze the results together with the standard model evaluation metrics.
B1. Use TensorFlow Profiler to visualize the model execution.
2. Analyze the relationship between incorrect predictions and execution bottlenecks.
2. Analyze the relationship between incorrect predictions and execution bottlenecks.
C1. Use Vertex Explainable AI to generate example-based explanations.
2. Visualize the results of sample inputs from the entire dataset together with the standard model evaluation metrics.
2. Visualize the results of sample inputs from the entire dataset together with the standard model evaluation metrics.
✓D1. Use Vertex Explainable AI to generate feature attributions. Aggregate feature attributions over the entire dataset.
2. Analyze the aggregation result together with the standard model evaluation metrics.
2. Analyze the aggregation result together with the standard model evaluation metrics.
✓
Correct Answer: D
1. Use Vertex Explainable AI to generate feature attributions. Aggregate feature attributions over the entire dataset.<br> 2. Analyze the aggregation result together with the standard model evaluation metrics.
▥
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.