Skip to content

🎬 Binary Sentiment Analysis on the IMDB 50K dataset. A classic NLP pipeline utilizing NLTK for preprocessing, TF-IDF for vectorization, and Logistic Regression for high-accuracy text classification.

Notifications You must be signed in to change notification settings

MDVR9980/imdb-sentiment-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis of IMDB Movie Reviews 🎬

This project uses Natural Language Processing (NLP) and Machine Learning to classify IMDB movie reviews as positive or negative.

Features

  • Preprocessing and cleaning text
  • TF-IDF vectorization
  • Logistic Regression classifier
  • Accuracy and confusion matrix evaluation

Tools

  • Python
  • Pandas, Scikit-learn, NLTK

link dataset: https://www.kaggle.com/datasets/lakshmi25npathi/imdb-dataset-of-50k-movie-reviews

About

🎬 Binary Sentiment Analysis on the IMDB 50K dataset. A classic NLP pipeline utilizing NLTK for preprocessing, TF-IDF for vectorization, and Logistic Regression for high-accuracy text classification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages