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.
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.
Saves the model as graph and weights.
Returns model summary.
Properties
Extensions
Loads weights from hdf5 file created in Keras TensorFlow framework for non-trainable (or frozen) layers only.