WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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

Notifications You must be signed in to change notification settings

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