imdb_decode


imdb_decode, a keras code which shows how to decode an IMDB dataset movie review.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

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.

Author:

John Burkardt, based on the text of Francois Chollet.

Reference:

  1. Francois Chollet,
    Deep Learning with Python,
    Manning, 2018,
    ISBN: 9781617294433.

Source Code:


Last revised on 12 November 2019.