Complex Optimization of a Recurrent Neural Network
This package includes files for modelling nonlinear dynamic systems using a recurrent generalized neural network. The learning scheme uses the complex method of nonlinear nonderivative optimization, thereby avoiding the problems of computing the derivative of an infinite impulse response filter such as a recurrent neural network.
This package includes files for modelling nonlinear dynamic systems using a recurrent generalized neural network. The learning scheme uses the complex method of nonlinear nonderivative optimization, thereby avoiding the problems of computing the derivative of an infinite impulse response filter such as a recurrent neural network.
The example given is the modelling of a load-sensing hydraulic pump. The model output is the pump flow, as a response to inputs of pump pressure and the pressure in the control piston. Real experimental data is included.
For further details, refer to:
T. Wiens, R. Burton, G. Schoenau, D. Bitner, "Recursive Generalized Neural Networks (RGNN) for the Modeling of a Load Sensing Pump," Bath Symposium on Power Transmission and Motion Control, Sept 2008.
http://homepage.usask.ca/~tkw954/
http://blog.nutaksas.com
Note that this package requires the "Complex Method of Optimization" package in your path, available from http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=18342&objectType=FILE
Zitieren als
Travis Wiens (2024). Complex Optimization of a Recurrent Neural Network (https://www.mathworks.com/matlabcentral/fileexchange/20935-complex-optimization-of-a-recurrent-neural-network), MATLAB Central File Exchange. Abgerufen.
Kompatibilität der MATLAB-Version
Plattform-Kompatibilität
Windows macOS LinuxKategorien
- AI and Statistics > Deep Learning Toolbox > Function Approximation, Clustering, and Control > Function Approximation and Clustering >
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Live Editor erkunden
Erstellen Sie Skripte mit Code, Ausgabe und formatiertem Text in einem einzigen ausführbaren Dokument.
complex_pump_0_03/
Version | Veröffentlicht | Versionshinweise | |
---|---|---|---|
1.1.0.0 | Removed GPL per Mathworks' requirements. |
||
1.0.0.0 | Changed to not use mex file by default. |