prakharjadaun / Opinion-Classification-of-IMDB-Moview-Reviews

Performed text categorization on 50K IMDB movie reviews using LSTM and GRU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Opinion Classification of IMDB Movie Reviews

πŸ“‹ Project Description

This project aims to classify the sentiment of text data, here we have chosen IMDB movie reviews. Firstly, I have performed data preprocessing techniques to process our data. And for classification I have used LSTM and GRU algorithms to train and test the model.

πŸ“Š Accessing Dataset

You can download the dataset from here: IMDB 50k Movie Reviews

Getting Started

If you are not able to view the .ipynb file uploaded in the repo, then click here: Opinion Classification
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

This project requires the following libraries:

  • NumPy
  • Pandas
  • Scikit-learn
  • TensorFlow
  • nltk
  • Keras
  • Seaborn

About

Performed text categorization on 50K IMDB movie reviews using LSTM and GRU

License:MIT License


Languages

Language:Jupyter Notebook 100.0%