Neural Network: What kind of NARX do i need: one step or multi step prediction
Ältere Kommentare anzeigen
Hello,
I'm a beginner in ANN and I want to use it to make predictions of elevation changes over time Z(t). I have measured data of an applied force F(t), which is all the time (past and future) available and can work as input and past data of elevation changes, which can work as the target. I think NARX can work pretty well in my case, as future development of the elevation Z(t+1) depends on the force F(t+1) and the previous elevation Z(t) - as at a certain point more force will not lead to a further development.
- Question 1: Is NARX a good tool for this task, or has someone a better idea?
I studied the provided example NARX-Maglev but I could not really get what is the difference between "Multi Step Ahead prediction" or "one-step ahead prediction" - and which one I need.
- Question 2: Which type of prediction do I need, to make predictions in the future for every timestep?
Many thanks, Markus
Akzeptierte Antwort
Weitere Antworten (0)
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!