Skip to content

arjundatt/SupervisedSentimentAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SupervisedSentimentAnalysis

This project performs sentiment analysis of text to classify it into positive/negative categories (tested over Twitter and IMDB data) using supervised learning technques. For classification of data, Logistic Regression and Naive Bayes Classifier has been used seperately. In order to generate feature vectors, two approaches have been used:

  1. A more traditional NLP technique where features are "important" words (based on certain criteria) and feature vectors are corresponding binary vectors.
  2. Doc2Vec technique where document vectors are learned via artificial neural networks. (ref)

Note: The project was part of coursework in 'Algorithms for Data Guided Business Intelligence' at NCSU, Raleigh. The content must not be used for illicit purposes.

About

Code up

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages