Skip to content

aanyasinghdhaka/AIMLMonth2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

🤖
AI-ML-Month 2023
AI Club IGDTUW

5th June 2023 - 19th July 2023

Twitter Sentiment Analysis

This sentiment analysis project aimed to predict the sentiment of tweets using the Sentiment140 dataset. The dataset was cleaned, and the text was transformed into numerical representations using the Bag-of-Words approach.

A Naive Bayes model was trained and evaluated, achieving accurate sentiment classification. The model's performance was enhanced through hyperparameter tuning. Users can now input their own tweets and obtain sentiment predictions as negative, positive, or neutral values.

In summary, this project successfully developed a sentiment analysis model for tweets with an overall accuracy of approximately 78.09% and precision for the positive sentiment of approximately 80.42%.

About

AI ML Month 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%