Main Content

Neuronale Zustandsraummodelle

Verwenden Sie neuronale Netzwerke, um die Funktionen darzustellen, die die nicht lineare Zustandsraum-Realisierung Ihres Systems definieren

Neuronale Zustandsraummodelle sind ein Typ nicht linearer Zustandsraummodelle, bei denen die Zustandsübergang- und Messfunktionen mithilfe neuronaler Netzwerke modelliert werden. Sie können die Gewichte und Verzerrungen dieser Netzwerke mithilfe der System Identification Toolbox™-Software ermitteln. Sie können das trainierte Modell für Regelung, Schätzung, Optimierung und Modellierung reduzierter Ordnung verwenden.

Live Editor Tasks

Schätzen eines neuronalen ZustandsraummodellsEstimate neural state-space model in the Live Editor (Seit R2023b)

Funktionen

createMLPNetworkCreate and initialize a Multi-Layer Perceptron (MLP) network to be used within a neural state-space system (Seit R2022b)
setNetworkAssign dlnetwork object as the state or output function of a neural state-space model (Seit R2024b)
nssTrainingOptionsCreate training options object for neural state-space systems (Seit R2022b)
nlssestEstimate nonlinear state-space model using measured time-domain system data (Seit R2022b)
generateMATLABFunctionGenerate MATLAB functions that evaluate the state and output functions, and their Jacobians, of a nonlinear grey-box or neural state-space model (Seit R2022b)
idNeuralStateSpace/evaluateEvaluate a neural state-space system for a given set of state and input values and return state derivative (or next state) and output values (Seit R2022b)
idNeuralStateSpace/linearizeLinearize a neural state-space model around an operating point (Seit R2022b)
simSimulate response of identified model

Objekte

idNeuralStateSpaceNeural state-space model with identifiable network weights (Seit R2022b)
nssTrainingADAMAdam training options object for neural state-space systems (Seit R2022b)
nssTrainingSGDMSGDM training options object for neural state-space systems (Seit R2022b)
nssTrainingRMSPropRMSProp training options object for neural state-space systems (Seit R2024b)
nssTrainingLBFGSL-BFGS training options object for neural state-space systems (Seit R2024b)

Blöcke

Neural State-Space ModelSimulate neural state-space model in Simulink (Seit R2022b)

Themen