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

Online Help

All Products    Maple    MapleSim


DeepLearning

  

Sequential

  

group layers into model

 

Calling Sequence

Parameters

Description

Details

Compatibility

Calling Sequence

Sequential(L)

Parameters

L

-

list of Layer objects.

Description

• 

Sequential builds a Model from a list of one or more Layers.

• 

This function is part of the DeepLearning package, so it can be used in the short form Sequential(..) only after executing the command with(DeepLearning). However, it can always be accessed through the long form of the command by using DeepLearning[Sequential](..).

Details

• 

The implementation of Sequential uses the tf.keras.Sequential command from the TensorFlow Python API. Consult the TensorFlow Python API documentation for tf.keras.Sequential for more information on its use during TensorFlow computations.

Compatibility

• 

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

• 

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

See Also

DeepLearning Overview