DeepLearning/Model/Compile
compile model object
Calling Sequence
Parameters
Options
Description
Details
Examples
Compatibility
mdl:-Compile(opts)
mdl
-
a Model object
loss = string, function, or none
metrics = list of string
optimizer = string or symbol
Compile constructs an executable version of a Model which can be used for training, testing, and prediction.
The implementation of Compile uses the compile method from tf.keras.Model in the TensorFlow Python API. Consult the TensorFlow Python API documentation for tf.keras.Model for more information on its use during TensorFlow computations.
The DeepLearning/Model/Compile command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
DeepLearning Overview
Download Help Document