Functional
A Functional model is defined as a directed graph of layers.
Constructors
Creates a Functional model via sequence of layers.
Types
Functions
Configures the model for training.
Returns a copy of this model.
Creates a copy.
Returns the metrics and loss values for the model in test (evaluation) mode.
Trains the model for a fixed number of epochs (iterations over a dataset).
Trains the model for a fixed number of epochs (iterations over a dataset).
Trains the model for a fixed number of epochs (iterations on a dataset).
Forms the graph description in string format.
Loads variable data from .txt files.
Generates output prediction for the input sample.
Predicts labels for all observation in dataset.
Generates output prediction for the input sample using output of the predictionTensorName tensor.
Predicts and returns not only prediction but list of activations values from intermediate model layers (for visualisation or debugging purposes).
Predicts vector of probabilities instead of specific class in predict method.
Generates output predictions for the input samples. Each prediction is a vector of probabilities instead of specific class in predict method.
Generates output predictions for the input samples. Each prediction is a vector of probabilities instead of specific class in predict method.
Removes the last layer from the Functional model, if it's not compiled yet! .
Saves the model as graph and weights.
Returns model summary.