Should modify the number of layers to make multi-step closed loop NarX
Mostrar comentarios más antiguos
Should modify the number of layers to make multi-step closed loop NarX. How can i have multi-step with closeloop narx?
Respuesta aceptada
Más respuestas (1)
Greg Heath
el 4 de Feb. de 2013
0 votos
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 comentario
FRANCISCO
el 4 de Feb. de 2013
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!