Skip to content

jjordana/twitter_sentiment_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Sentiment Analysis

A Kaggle's competition

Main Ideas

The following repository uses a Kaggle competition dataset as an example of sentiment analysis.
This competition's data provides us with Twitter data. In fact, we have different tweets that have been already classified by sentiment, distinguishing positive, neutral and negative.

However, the main target of this competition is not to classify our tweets by sentiment. No. What we really want is to get those words that have the highest impact on determining the sentiment of the tweet.

What you can find

The current repository is composed by a set of files that have different analysis.
There is no data due to the fact that we are using directly Kaggle's data.

EDA
It has a fast analysis of all the data. You can get some ideas
First Approach
Gives a first idea of how we can achieve our result.
This part only plays with the data by the use of some functions, but it never tries to give a solution to the competition's problem. It's just an approach.
roBERTa
We use a NN to try to solve the problem.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published