peace195 / sentence-based-sentiment-analysis

Sentence Based Sentiment Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SemEval-2013: Sentiment Analysis in Twitter

Sentence-Level Sentiment Analysis

Descriptions

One model to learn them all (both language model and sentiment analysis -> sentiment2vec) alt text

Version

  • se-v1.ipynb: using sum all LSTM output vectors to predict sentiment label.
  • se-v2.ipynb: using sum all LSTM output vectors of sentiment word to predict sentiment label.
  • se-v3.ipynb: using sentiment embedding instead of one-hot vector.

Data & Result

Prerequisites

  • tensorflow 1.2
  • ipython notebook

Author

Binh Do

About

Sentence Based Sentiment Analysis


Languages

Language:Jupyter Notebook 90.1%Language:Python 9.9%