Model - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


DeepLearning

  

Model

  

model object

 

Description

Generating Models

Operations with Models

Compatibility

Description

• 

A Model is an object which encapsulates a high-level interface which encapsulates tasks for training, evaluation, and prediction with machine learning models.

Generating Models

• 

To construct a Model object encapsulating a certain classification or regression task, see the DeepLearning Overview section on Models.

Operations with Models

• 

The following functions can be performed with a Model.

Compile

Evaluate

Fit

Predict

Compatibility

• 

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