Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 481 Bytes

readme.md

File metadata and controls

5 lines (5 loc) · 481 Bytes

Sentiment Analysis and Classification on Tweets

Classify tweets to positive, negative or neutral based on their emotions.
Different vectorization methods used and tested: bag-of-words, tf-idf, word embeddings.
Different classification methods: KNN, SVM, Round Robin (Pairwise classifier).
For more details on the project read/run the Jupyter notebook.