Should modify the number of layers to make multi-step closed loop NarX
Ältere Kommentare anzeigen
Should modify the number of layers to make multi-step closed loop NarX. How can i have multi-step with closeloop narx?
Akzeptierte Antwort
Weitere Antworten (1)
Greg Heath
am 4 Feb. 2013
0 Stimmen
A single hidden layer is sufficient.
Use the autocorrelation function of the target and the crosscorrelation function of the target and input to determine which input and feedback lags are significant.
Do not use the default division function 'dividerand' because the randomness destroys the correlations needed for prediction. I find 'divideblock' to be more appropriate. However, you may prefer 'divideind' or 'divideint'.
Hope this helps.
Greg
1 Kommentar
FRANCISCO
am 4 Feb. 2013
Kategorien
Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!