Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Neural Network Controller using NARX developed in Simulink. One of the problems I encountered during Neural Network training of control application using Simulink is the normalization issue. In this project, a simple NARX network was used to replace PID in Simulink. This is particularly useful because we addressed the following
1. How to write your own Matlab version of Mapminmax in Simulink (https://au.mathworks.com/help/deeplearning/ref/mapminmax.html)
2. The PID inputs and outputs serve as the NARX network input and target
3. Before training in Matlab, firstly normalize your inputs and target (to +1 to -1)
4. Use the "fnc" function block, replace the xmin, ymin, xmax and ymax with the maximum and minimum of your inputs and targets.
5. Since you trained using normalized inputs, you need to apply reverse normalization during the inference stage in Simulink hence the use of the third function block.
Cita come
Adedamola Wuraola (2026). Neural Network Controller using NARX developed in Simulink (https://it.mathworks.com/matlabcentral/fileexchange/69183-neural-network-controller-using-narx-developed-in-simulink), MATLAB Central File Exchange. Recuperato .
Categorie
Scopri di più su Modeling and Prediction with NARX and Time-Delay Networks in Help Center e MATLAB Answers
Informazioni generali
- Versione 1.0.0 (31,6 KB)
Compatibilità della release di MATLAB
- Compatibile con qualsiasi release
Compatibilità della piattaforma
- Windows
- macOS
- Linux
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.0.0 |
