imdb_decode, a keras code which shows how to decode an IMDB dataset movie review.
The information on this web page is distributed under the MIT license.
imdb_dataset_load, a python/keras script which can download a copy of the IMDB dataset and place it in the default location if that has not already been done.
movie_review, a python/keras script which sets up a neural network to classify movie reviews from the IMDB database.
John Burkardt, based on the text of Francois Chollet.