Skip to content

A recurrent neural network model to analyze how travelers expressed their feelings on Twitter

Notifications You must be signed in to change notification settings

andikarachman/RNN-Twitter-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Sentiment Analysis Using Recurrent Neural Network

In this notebook, we implement a recurrent neural network to analyze how travelers in February 2015 expressed their feelings on Twitter. Using an RNN rather than a strictly feedforward network is more accurate since we can include information about the sequence of words.

A sentiment analysis job about the problems of each major U.S. airline. Twitter data was scraped from February of 2015 and contributors were asked to first classify positive, negative, and neutral tweets, followed by categorizing negative reasons (such as "late flight" or "rude service").

The dataset can be downloaded here.

In this notebook, our goal is to identify whether a tweet is negative or non-negative (positive or neutral).

This project is inspired by one of the mini-projects in the Udacity Deep Learning Nanodegree.

About

A recurrent neural network model to analyze how travelers expressed their feelings on Twitter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published