Experiment - Early stopping implementation
Problem:Train a neural network on a classification task but the model starts to overfit after some epochs.
Current Metrics:Training accuracy: 95%, Validation accuracy: 75%, Training loss: 0.15, Validation loss: 0.45
Issue:The model overfits: training accuracy is high but validation accuracy is much lower and validation loss increases after some epochs.
