Experiment - ReduceLROnPlateau
Problem:You have trained a neural network on a classification task. The training loss decreases steadily, but the validation loss stops improving after some epochs, causing the validation accuracy to plateau around 75%.
Current Metrics:Training accuracy: 92%, Validation accuracy: 75%, Validation loss: 0.65
Issue:The learning rate is fixed and too high, causing the model to stop improving on validation data and get stuck at a plateau.
