dD2405 / Twitter_Sentiment_Analysis

Detecting whether a particular tweet contains negative emotions attached with it or not from the given dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter_Sentiment_Analysis

Cyber bullying and hate speech has been a menace for quite a long time,So our objective for this task is to detect tweets associated with negative sentiments. From this dataset we classify a tweet as hate speech if it has racist or sexist tweets associated with it.

So our task here is to classify racist and sexist tweets from other tweets and filter them out. With the given twitter dataset consisting of train.csv and test.csv files where we have 31962 labeled tweets and 17191 unlabeled tweets where we train and validate on the train.csv file and then test our best possible model on the test.csv file.

The image file present in this repository is used for super-imposing the twitter logo on the generated wordcloud.

Medium Article link

Part 1: “Social Media Sentiment Analysis using Machine Learning : Part — I” by Deepak Das https://link.medium.com/dvr0UN1Zr6

Part 2: “Social Media Sentiment Analysis using Machine Learning : Part — II” by Deepak Das https://link.medium.com/fhTGul4Zr6

About

Detecting whether a particular tweet contains negative emotions attached with it or not from the given dataset


Languages

Language:HTML 56.9%Language:Jupyter Notebook 43.1%