Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 657 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 657 Bytes

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