Experiment - Feature extraction approach
Problem:You want to classify images of handwritten digits using a simple machine learning model. Currently, you use raw pixel values as input features.
Current Metrics:Training accuracy: 98%, Validation accuracy: 75%
Issue:The model overfits the training data and performs poorly on validation data because raw pixels contain too much noise and irrelevant information.