We are going to use the Large Movie Review dataset for training and testing the mode. Additionally, we will be using the Sentiment labeled Sentences dataset for making a single prediction on reviews on products, movies, and restaurants.
Datasets and pre-trained model description
Large Movie Review dataset for training and testing
The former one is a dataset for binary sentiment classification containing substantially more data than previous benchmark datasets. The dataset can be downloaded from http://ai.stanford.edu/~amaas/data/sentiment/. Alternatively, I have utilized a Java method that comes from DL4J examples that also downloads and extracts this dataset.
I would like to acknowledge the following publications: Andrew...