Experiment - Limitations of classical methods
Problem:Classical NLP methods like bag-of-words and TF-IDF are used to classify movie reviews as positive or negative. The current model uses a simple logistic regression on TF-IDF features.
Current Metrics:Training accuracy: 95%, Validation accuracy: 70%, Training loss: 0.15, Validation loss: 0.60
Issue:The model overfits the training data and performs poorly on validation data, showing classical methods struggle with capturing context and semantics.