You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project explores emotion classification in social media texts using multiple text representation techniques (TF-IDF, Word2Vec, GloVe) and deep recurrent neural networks (GRU, LSTM, Bi-GRU, Bi-LSTM). The best model achieved an F1-Score of 0.9248, with Word2Vec and Bi-LSTM outperforming other combinations.
The "Bag of Words" (BoW) is a basic and fundamental technique in Natural Language Processing (NLP) for representing text data as numerical features that can be used in machine learning models.