Skip to content

Apply bag of words and Word2vec to sentiment analysis.

Notifications You must be signed in to change notification settings

vikash512/sentiment-analysis

 
 

Repository files navigation

Apply bag of words and Word2vec to sentiment analysis.

Sentence representation

  • Bag of words
    • Logistic regression, support vector machine and feed-forward neural network
  • Word2vec and sentence as the averaging of words vector

Python library dependency

  • nltk and nltk stopwords corpus
  • gensim
  • tensorflow
  • scikit-learn

About

Apply bag of words and Word2vec to sentiment analysis.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%