dogs_vs_cats_data, a keras code which sets up test, train, and valid directories with data for the dogs versus cats example.
As described in the reference, the original data comes from 25,000 jpeg images of dogs and cats, used in a kaggle competition. This program copies 1000 images for training, 500 for validation, and 500 for testing, from each of the cat and dog collections, and places them in local directories, for easy access by example programs.
The information on this web page is distributed under the MIT license.
dogs_vs_cats1, a keras code which sets up a convolutional neural network to classify jpeg images as being of dogs or of cats.
imdb_dataset_load, a keras code which downloads a copy of the IMDB dataset and places it in the default location if that has not already been done.
Original keras version by Francois Chollet; This version by John Burkardt.