Should modify the number of layers to make multi-step closed loop NarX
Show older comments
Should modify the number of layers to make multi-step closed loop NarX. How can i have multi-step with closeloop narx?
Accepted Answer
More Answers (1)
Greg Heath
on 4 Feb 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
Categories
Find more on Deep Learning Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!