An open API service indexing awesome lists of open source software.

https://github.com/abhilashg001/meanmelon

Sentiment analysis using LSTM
https://github.com/abhilashg001/meanmelon

deep-learning glove-embeddings lstm natural-language-processing sentiment-analysis

Last synced: 3 days ago
JSON representation

Sentiment analysis using LSTM

Awesome Lists containing this project

README

        

# 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](https://www.bioinf.jku.at/publications/older/2604.pdf).

:warning: The pre-trained GloVe word vectors can be found [here](https://nlp.stanford.edu/projects/glove/)