What the function "preparets" does in NARX neural network toolbox
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Sara
el 5 de Dic. de 2018
Comentada: Sara
el 6 de Dic. de 2018
I am using the NN timeseries App(NARX), I didn't understand the idea of using function "preparets" my input is 13*15 and my target is 13*1 but after running this line of code "[x,xi,ai,t] = preparets(net,X,{},T); " the number of rows will be reduced to 11 in input and target. I am wonder what's going on after applying this function
Thanks for your help
0 comentarios
Respuesta aceptada
Greg Heath
el 5 de Dic. de 2018
The data in 2 rows are taken to provide the initial delay conditions,
Hope this helps.
Thank you for formally accepting my answer
Greg
Más respuestas (0)
Ver también
Categorías
Más información sobre Modeling and Prediction with NARX and Time-Delay Networks en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!