Should modify the number of layers to make multi-step closed loop NarX
Afficher commentaires plus anciens
Should modify the number of layers to make multi-step closed loop NarX. How can i have multi-step with closeloop narx?
Réponse acceptée
Plus de réponses (1)
Greg Heath
le 4 Fév 2013
0 votes
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 commentaire
FRANCISCO
le 4 Fév 2013
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!