Experiment - Classification reports
Problem:You have trained a neural network to classify images into 3 categories. The model shows good accuracy but you want to understand how well it performs on each class.
Current Metrics:Overall accuracy: 85%, no detailed class-wise metrics available.
Issue:The model's overall accuracy is known but you lack detailed insights like precision, recall, and F1-score per class to evaluate performance properly.