NLP on IMDB Dataset – Sentiment Analysis
Sentiment analysis and text completion on the IMDB dataset using PyTorch
This project demonstrates how NLP models are able to perform sentiment analysis and text completion on the IMDB movie reviews dataset, achieving state-of-the-art results using PyTorch.
The model learns to classify reviews as positive or negative, and can also complete partial sentences based on learned patterns.
Tech Stack
- Python
- PyTorch
- NLP / Sentiment Analysis