Skip to content

Are the reviews about the movies positive or negative? We are trying to predict this using the RNN model.

License

Notifications You must be signed in to change notification settings

RafetKandar/Python-RNN-Sentiment-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-RNN-Sentiment-Analysis

Are the reviews about the movies positive or negative? We are trying to predict this using the RNN model.

Dataset used :

IMDB

  • X train shape : (25000,)
  • Y train shape : (25000,)
  • Y train values: [0 1]
  • Y test values: [0 1]
  • Y train distrubution : {0: 12500, 1: 12500}
  • Y test distrubution : {0: 12500, 1: 12500}

Result

About

Are the reviews about the movies positive or negative? We are trying to predict this using the RNN model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages