Skip to content

The author implemented support vector machine for sentiments analysis and applied two feature extractions, Bag-of-Words (CountVectorizer) and TF-IDF (TfidfVectorizer), after which the results for both methods were analysed. The accuracy obtained for both methods were (BoW = 87%) and (TF-IDF = 86%).

Notifications You must be signed in to change notification settings

Tech-Guyy/Text-processing-sentiments-analysis

Repository files navigation

Text-processing-sentiments-analysis

The author implemented support vector machine for sentiments analysis and applied two feature extractions, Bag-of-Words (CountVectorizer) and TF-IDF (TfidfVectorizer), after which the results for both methods were analysed. The accuracy obtained for both methods were (BoW = 87%) and (TF-IDF = 86%).

The author improved the result of the previous approach by implementing a different machine learning classifier, logistic regression using the two previous extractions methods Bag-of-Words (CountVectorizer) and TF-IDF (TfidfVectorizer). The result will be analysed and discussed. The author will further analyse and critically appraise the performance of logistic regression and support vector machine methods for sentiments analysis using the same feature extractions, discuss the suitability, advantages and drawbacks of these methods for text analysis

About

The author implemented support vector machine for sentiments analysis and applied two feature extractions, Bag-of-Words (CountVectorizer) and TF-IDF (TfidfVectorizer), after which the results for both methods were analysed. The accuracy obtained for both methods were (BoW = 87%) and (TF-IDF = 86%).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published