Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 704 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 704 Bytes

MeanMelon

Introduction

According to Wikipedia -

Sentiment analysis (also known as opinion mining or emotion AI) refers to the use of natural language processing, text analysis, computational linguistics, and biometrics to systematically identify, extract, quantify, and study affective states and subjective information.

Task

Predict the sentiment of English corpus using LSTM.

LSTM

Long short-term memory (LSTM) is an artificial recurrent neural network (RNN) architecture.

The paper on LSTM can be found here.

⚠️ The pre-trained GloVe word vectors can be found here