Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 307 Bytes

File metadata and controls

5 lines (4 loc) · 307 Bytes

Sentiment-Analysis

The code is performing sentiment analysis (classification) of a set of reviews each with a label (0/1) that is used for training. I used Convolutional Neural Network to train the model and then perform classification. The accuracy is about 50%.

There are a lot to improve of course :D