Skip to content

Twitter Sentiment Analysis with RNNs (BiGRU + MLP model VS Bi-LSTM + deep self-attention + MLP model)

Notifications You must be signed in to change notification settings

giorgosfatouros/Twitter-Sentiment-Analysis-with-RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Twitter-Sentiment-Analysis

Twitter Sentiment Analysis using RNNs and fasttext pretrained word embeddings.

This is the sentiment140 dataset. It contains 1,600,000 tweets extracted using the twitter api . The tweets have been annotated (0 = negative, 4 = positive) and they can be used to detect sentiment.

Content

  • It contains the following 6 fields:

  • target: the polarity of the tweet (0 = negative, 2 = neutral, 4 = positive)

  • ids: The id of the tweet ( 2087)

  • date: the date of the tweet (Sat May 16 23:58:44 UTC 2009)

  • flag: The query (lyx). If there is no query, then this value is NO_QUERY.

  • user: the user that tweeted (robotickilldozr)

  • text: the text of the tweet (Lyx is cool)

About

Twitter Sentiment Analysis with RNNs (BiGRU + MLP model VS Bi-LSTM + deep self-attention + MLP model)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published