
Ultimate access to all questions.
You have deployed multiple versions of an image classification model on Google Cloud AI Platform. These models are designed to identify different categories of images based on provided data. You want to continuously monitor the performance of each version of the model over time to ensure that they remain accurate and reliable. How should you perform this comparison?
A
Compare the loss performance for each model on a held-out dataset.
B
Compare the loss performance for each model on the validation data.
C
Compare the receiver operating characteristic (ROC) curve for each model using the What-If Tool.
D
Compare the mean average precision across the models using the Continuous Evaluation feature.