GitHub / Tech-Guyy / 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%).
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Jupyter Notebook
Size: 0 Bytes
Dependencies parsed at: Pending
Created at: about 1 year ago
Updated at: about 1 year ago
Pushed at: about 1 year ago
Last synced at: about 1 year ago
Topics: bag-of-words, logistic-regression, machine-learning, sentiment-analysis, sentiment-classification, support-vector-machines, textprocessing, tf-idf