DeepLearning/Model - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : DeepLearning/Model

DeepLearning

  

Model

  

model object

 

Description

Generating Models

Operations with Models

Compatibility

Description

• 

An 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 an 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.

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