DeepLearning
Model
model object
Description
Generating Models
Operations with Models
Compatibility
A Model is an object which encapsulates a high-level interface which encapsulates tasks for training, evaluation, and prediction with machine learning models.
To construct a Model object encapsulating a certain classification or regression task, see the DeepLearning Overview section on Models.
The following functions can be performed with a Model.
Compile
Evaluate
Fit
Predict
The DeepLearning[Model] 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