Hey there! π
This is my latest NLP & ML project on IMDB movie review sentiment classification. Over the past three weeks, I added new features in VS Code like topic modeling and gradient boosting to boost accuracy and deepen insights.
- Text cleaning & preprocessing
- Sentiment polarity & subjectivity from TextBlob β¨
- TF-IDF vectorization + topic modeling (LDA)
- Logistic Regression & Gradient Boosting models
- Confusion matrix & feature importance visualization
Using IMDB Dataset of 50K Movie Reviews from Kaggle.
Please download and place IMDB Dataset.csv inside the data/ folder before running.
Just run:
python src/imdb_sentiment_classification.pyMake sure you have installed the required Python packages (pandas, numpy, nltk, matplotlib, seaborn, scikit-learn, textblob).
Combining classic NLP with modern ML, exploring topic modeling, and improving model interpretability.
Feel free to β or reach out to chat about NLP, ML, or movies!
Keep coding, keep growing. ππ»