This project performs sentiment analysis on movie reviews using a Recurrent Neural Network (RNN). The model classifies reviews as positive or negative.
- Text preprocessing (cleaning, tokenization)
- Word embedding
- RNN-based deep learning model
- Binary sentiment classification
- Trained on IMDB dataset
- Python
- TensorFlow / Keras
- NumPy & Pandas
- Scikit-learn
- IMDB Movie Reviews Dataset (CSV format)
- Contains labeled reviews (positive/negative)