Experiment - Lowercasing and normalization
Problem:You have a text classification model that uses raw text input. The model's accuracy is low because the text data is inconsistent in letter cases and contains extra spaces and punctuation.
Current Metrics:Training accuracy: 75%, Validation accuracy: 70%
Issue:The model struggles to learn patterns because the input text is not normalized. Different cases and extra spaces cause the model to treat similar words as different.