Experiment - Multi-label classification
Problem:We want to classify images where each image can have multiple labels at the same time, like tagging a photo with 'beach', 'sunset', and 'people'. Our current model predicts labels but tends to overfit the training data.
Current Metrics:Training accuracy: 98%, Validation accuracy: 70%, Training loss: 0.05, Validation loss: 0.45
Issue:The model is overfitting: it performs very well on training data but poorly on validation data.