TrainableModel
Base abstract class for all trainable models.
Constructors
Functions
Configures the model for training.
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.
Predicts labels for all observation in dataset.
Generates output prediction for the input sample.
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).
Generates output predictions for the input samples. Each prediction is a vector of probabilities instead of specific class in predict method.
Predicts vector of probabilities instead of specific class in predict method.
Saves the model as graph and weights.
Returns model summary.
Properties
Inheritors
Extensions
Formats and log model summary to logger By defaults prints to ModelSummaryLogger
Formats and prints model summary to output stream By defaults prints to console