Experiment - Evaluation and confusion matrix
Problem:We have trained a simple image classifier to recognize two types of fruits: apples and oranges. The model currently shows good training accuracy but we want to understand how well it performs on new images by evaluating it with a confusion matrix.
Current Metrics:Training accuracy: 95%, Validation accuracy: 88%
Issue:We do not have detailed insight into the types of errors the model makes, such as whether it confuses apples for oranges or vice versa.