Skip to content

IMDB Movie reviews sentiment classification, prints prediction scores + original review sentence, easy to retrain and pretrained weights included (3 epochs, 99.24% acc)

Notifications You must be signed in to change notification settings

0xPr0xy/keras-imdb-sentiment-classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB Movie reviews sentiment classification

Dataset of 25,000 movies reviews from IMDB, labeled by sentiment (positive/negative). Reviews have been preprocessed, and each review is encoded as a sequence of word indexes (integers). For convenience, words are indexed by overall frequency in the dataset, so that for instance the integer "3" encodes the 3rd most frequent word in the data. This allows for quick filtering operations such as: "only consider the top 10,000 most common words, but eliminate the top 20 most common words".

As a convention, "0" does not stand for a specific word, but instead is used to encode any unknown word.

keras documentation about dataset

About

IMDB Movie reviews sentiment classification, prints prediction scores + original review sentence, easy to retrain and pretrained weights included (3 epochs, 99.24% acc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages