These map the class integers to the actual class names in the pre-defined models.
decode_predictions(pred, model = c("Xception", "VGG16", "VGG19", "ResNet50",
"InceptionV3"), top = 5)
the output of predictions from the specified model
the model you wish to preprocess to
integer, how many top-guesses to return.
Taylor B. Arnold, taylor.arnold@acm.org
Chollet, Francois. 2015. Keras: Deep Learning library for Theano and TensorFlow.