Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

kerasR (version 0.8.1)

decode_predictions: Decode predictions from pre-defined imagenet networks

Description

These map the class integers to the actual class names in the pre-defined models.

Usage

decode_predictions(pred, model = c("Xception", "VGG16", "VGG19", "ResNet50",
  "InceptionV3"), top = 5)

Arguments

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.

Author

Taylor B. Arnold, taylor.arnold@acm.org

References

Chollet, Francois. 2015. Keras: Deep Learning library for Theano and TensorFlow.