Experiment - Model evaluation best practices
Problem:You have trained a computer vision model to classify images into 5 categories. The model shows 95% accuracy on training data but only 70% accuracy on validation data.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%, Validation loss: 1.2
Issue:The model is overfitting. It performs very well on training data but poorly on validation data, indicating it does not generalize well.