
Ultimate access to all questions.
Consider a scenario where you have trained a custom image classification model using Azure AI Vision. The model is intended to classify images of animals into different species. After training, you notice that the model's performance is not meeting the expected accuracy levels. What steps would you take to improve the model's performance, including potential adjustments to the training process and data augmentation techniques?
A
Increase the number of training epochs, add more images to the dataset, and apply geometric transformations.
B
Decrease the number of training epochs, remove some images from the dataset, and apply color adjustments.
C
Increase the number of training epochs, balance the dataset classes, and apply noise injection.
D
Decrease the number of training epochs, balance the dataset classes, and apply geometric transformations.