DeepLearning/Model/Predict - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : DeepLearning/Model/Predict

DeepLearning/Model/Predict

model object

 

Calling Sequence

Parameters

Options

Description

Compatibility

Calling Sequence

mdl:-Predict(opts)

Parameters

mdl

-

a Model object

Options

• 

loss=string, function, or none

• 

metrics=list of string

• 

optimizer=string or symbol

Description

• 

Predict constructs an executable version of a Model which can be used for training, testing, and prediction.

Compatibility

• 

The DeepLearning/Model/Predict command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

See Also

DeepLearning Overview