Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Sentiment Analysis using RNN

This project performs sentiment analysis on movie reviews using a Recurrent Neural Network (RNN). The model classifies reviews as positive or negative.


Features

  • Text preprocessing (cleaning, tokenization)
  • Word embedding
  • RNN-based deep learning model
  • Binary sentiment classification
  • Trained on IMDB dataset

Tech Stack

  • Python
  • TensorFlow / Keras
  • NumPy & Pandas
  • Scikit-learn

Dataset

  • IMDB Movie Reviews Dataset (CSV format)
  • Contains labeled reviews (positive/negative)

About

This project performs sentiment analysis on movie reviews using a Recurrent Neural Network (RNN). The model classifies reviews as positive or negative.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages