Skip to content

A sentiment analysis project focused on movie reviews, using machine learning techniques to classify reviews as positive or negative. The repository includes data preprocessing, model training, and visualizations to showcase audience sentiment trends for various movies.

Notifications You must be signed in to change notification settings

himanibhammar/CinemaSentiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Using LSTM

This project leverages deep learning techniques to perform sentiment analysis on textual data. Using TensorFlow and the IMDB dataset, it trains an LSTM-based neural network to classify movie reviews as positive or negative.

Key Features

  • LSTM Model Architecture: Implements a Sequential model with layers such as Embedding, LSTM, Dense, and Dropout for robust sentiment classification.
  • IMDB Dataset Utilization: Preprocessed and padded sequences for training and testing using the IMDB dataset.
  • Data Preprocessing: Includes tokenization and sequence padding for handling text data efficiently.
  • Visualizations: Generates graphs to visualize training accuracy, loss, and other metrics.
  • User-Friendly Design: Structured for easy replication and experimentation.

Installation

Follow these steps to set up the project on your local machine:

1. Clone the repository:

Clone the repository to your local machine:

git clone https://github.com/himanibhammar/CinemaSentiment.git
cd CinemaSentiment

About

A sentiment analysis project focused on movie reviews, using machine learning techniques to classify reviews as positive or negative. The repository includes data preprocessing, model training, and visualizations to showcase audience sentiment trends for various movies.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published