Experiment - Why processing prepares images for analysis
Problem:You want to classify images of handwritten digits using a simple neural network. The images are raw and have different brightness and sizes.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%
Issue:The model overfits the training data and performs poorly on new images because the raw images have noise, inconsistent brightness, and varying sizes.