Skip to content

mahimajain15/Sentiment-Classifier-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Sentiment-Classifier-using-Python

Here is the full blog : https://mahima15.medium.com/project-sentiment-classifier-using-python-b9d5105195f6

Here is the code and how I've implemented Sentiment Classifier using Python. For this purpose data set used is tensorflow dataset of IMDB reviews. IMDB reviews given by viewers about various movies (tensorflow_dataset). The dataset is consists of reviews in English language.

Algorithm in short : 

  1. preprocess the data

  2. convert English data to numerical representations

  3. prepare it to be fed as input for our deeplearning model with GRUs.

In this code, all you have to do is improve the accuracy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published