nssTrainingOptions
Syntax
Description
Returns either an Adam, SGDM, RMSProp, or L-BFGS options set object to train an
idNeuralStateSpace
network using nlssest
.
returns a default optimizer option set to train an adamOpts
= nssTrainingOptions("adam")idNeuralStateSpace
object using the adaptive moment estimation solver. Use dot notation to access the object
properties.
returns a default optimizer option set to train an sgdmOpts
= nssTrainingOptions("sgdm")idNeuralStateSpace
object using the stochastic gradient descent with momentum solver. Use dot notation to
access the object properties.
returns a default optimizer option set to train an rmspropOpts
= nssTrainingOptions("rmsprop")idNeuralStateSpace
object using the root mean square propagation solver. Use dot notation to access the
object properties.
Examples
Output Arguments
Version History
Introduced in R2022b
See Also
Objects
Functions
createMLPNetwork
|setNetwork
|nlssest
|generateMATLABFunction
|idNeuralStateSpace/evaluate
|idNeuralStateSpace/linearize
|sim
Blocks
Live Editor Tasks
Topics
- What are Neural State-Space Models?
- Estimate Neural State-Space System
- Estimate Nonlinear Autonomous Neural State-Space System
- Neural State-Space Model of Simple Pendulum System
- Reduced Order Modeling of a Nonlinear Dynamical System using Neural State-Space Model with Autoencoder
- Augment Known Linear Model with Flexible Nonlinear Functions