Accuracy is the most appropriate metric to measure the performance of an image classification model. It indicates the percentage of correctly classified images out of the total number of images. In the context of classifying plant diseases from images, accuracy will help the company determine how well the model is performing by showing how many images were correctly classified.
Option B (Correct): " Accuracy " : This is the correct answer because accuracy measures the proportion of correct predictions made by the model, which is suitable for evaluating the performance of a classification model.
Option A: " R-squared score " is incorrect as it is used for regression analysis, not classification tasks.
Option C: " Root mean squared error (RMSE) " is incorrect because it is also used for regression tasks to measure prediction errors, not for classification accuracy.
Option D: " Learning rate " is incorrect as it is a hyperparameter for training, not a performance metric.
AWS AI Practitioner References:
Evaluating Machine Learning Models on AWS: AWS documentation emphasizes the use of appropriate metrics, like accuracy, for classification tasks.
Submit