Experiment - Data augmentation importance
Problem:We want to train a model to recognize handwritten digits using the MNIST dataset. The current model trains well on the training data but performs poorly on new images.
Current Metrics:Training accuracy: 98%, Validation accuracy: 85%, Validation loss: 0.45
Issue:The model is overfitting. It learns the training data too well but does not generalize to new data.
