/sentiment-analysis

Apply bag of words and Word2vec to sentiment analysis.

Primary LanguageJupyter Notebook

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