Text sentiment classification

Github Repo

Problem description:

Use an RNN model to determine whether a Twitter post is positive or negative, label 1 means positive and label 0 means negative.

Hello!

Word embedding

Compare the scores between a bag of words (BOW) and a RNN model

 “today is a good day, but it is hot”“today is hot, but it is a good day”
BOW0.490398970.48992708
RNN0.316602470.94093776

Semi-supervised learning

Result