Experiment - Batching and shuffling
Problem:You are training a neural network on a dataset but the training is slow and the model does not generalize well.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%, Training loss: 0.15, Validation loss: 0.60
Issue:The model is overfitting and training is slow because data is fed one example at a time without shuffling.