๐๏ธ Dataset Used
๐ Sentiment Analysis Dataset โ Binary Classification
๐ Available on Kaggle: https://www.kaggle.com/datasets/dineshpiyasamara/sentiment-analysis-dataset
In this video, weโll perform Sentiment Analysis on real-world text data using the SentimentIntensityAnalyzer from NLTKโs VADER module.
We use the Sentiment Analysis Dataset โ Binary Classification (from Kaggle) to analyze the polarity of tweets and classify them as Positive, Negative, or Neutral.
This project is perfect for beginners in NLP and Data Science who want hands-on practice with text preprocessing, stopword removal, and sentiment scoring using Python.
๐ What Youโll Learn
โ What Sentiment Analysis is in NLP
โ How to clean text and remove stopwords
โ Using NLTKโs SentimentIntensityAnalyzer for sentiment scoring
โ Understanding compound scores (positive, negative, neutral)
โ Applying the model to a Kaggle dataset
โ Creating sentiment-based labels for each text
#machinelearning #nlp #sentimentanalysis