How could I do a Multi-step ahead Prediction without know the input serie validation.HELPPP
Show older comments
I am learning neural networks, I am doing some small exercises to learn it, but I have a huge question that I cannot figure it out. If I have a time series(input=X, target=T), and I am using input_training=X(1:end-N), target_train=T(1:end-N). My validation data is: input_val=X(end-N+1:end), target_val=T(end-N+1:end). I am testing a NARX, if this happen: - input_val(it is available). - target_val(it is not available). If that conditions happen I get good predictions(error<3%), but I would like to know how could I get good predictions if : - input_val(it is not available). - target_val(it is not available).
Thanks for you help....
Accepted Answer
More Answers (0)
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!