predictSoftly
Generates output predictions for the input samples. Each prediction is a vector of probabilities instead of specific class in predict method.
Return
Array of labels. All labels are vectors that represents the probability distributions of a list of potential outcomes. The length is equal to the Number of samples on the dataset.
Parameters
Data to predict on.
Number of samples per batch of computation.
Callbacks to be used during prediction phase.
Predicts vector of probabilities instead of specific class in predict method.
Return
Vector that represents the probability distributions of a list of potential outcomes
Parameters
The single example with unknown vector of probabilities.
The name of prediction tensor. It could be changed, if you need to get alternative outputs from model graph.