DeepLearning/Layer - Maple Help

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : DeepLearning/Layer

DeepLearning

  

Layer

 

Description

Generating Layers

Operations with Layers

Compatibility

Description

• 

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

Generating Layers

• 

To construct an Layer object encapsulating a certain classification or regression task, see the DeepLearning Overview section on Layers.

Operations with Layers

• 

The following functions can be performed with an Layer.

Compatibility

• 

The DeepLearning[Layer] command was introduced in Maple 2021.

• 

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

See Also

DeepLearning Overview