Skip to content

This is a simple exercise about out of core opinion mining using hashing vectorizer and SGDclassifier

arcisad/opinion_mining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

opinion_mining

This is a simple exercise about out of core opinion mining using hashing vectorizer and SGDclassifier. A vectorizer is used to claean the data and prepare the text according to its word counts. An SGDclassifier then is used to implement fast gradient decent optimization and classification.

The data is downloaded from: http://ai.stanford.edu/~amaas/data/sentiment/ ( ACL 2011 paper )

About

This is a simple exercise about out of core opinion mining using hashing vectorizer and SGDclassifier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published