decode_predictions | R Documentation |
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)
pred |
the output of predictions from the specified model |
model |
the model you wish to preprocess to |
top |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.