AbhilashG97 / MeanMelon

Sentiment analysis using LSTM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sentiment analysis using LSTM


Languages

Language:Jupyter Notebook 100.0%