future value prediction using narx

Illustration
treshamaan_singh - 2021-04-22T13:00:57+00:00
Question: future value prediction using narx

I have a trained series-parallel configuration NARX neural network with %inputs one output value. I have data of 4months 'Aug-nov'. Now i want to predict the future values of the next week i.e Dec first week. How to do that??? will using sim help??? How??? Any reference???

Expert Answer

Profile picture of Kshitij Singh Kshitij Singh answered . 2025-11-20

Scanty info.
 
 
 [ Xc Xci Aci Tc ] = preparets(netc,X,{},T);

 [ Yc Xcf Acf ] = net(Xc, Xci, Aci);
where (Xci,Aci) and (Xcf,Acf) are initial and final input and layer states, respectively.
 
With NARX, you cannot get a valid future output unless you have a valid future input.
 
If you do not have a valid future input you can try to predict one using NARNET.
 
Also you could use NARNET to predict the future output!
Obviously, if you do both you can compare and even consider combining.


Not satisfied with the answer ?? ASK NOW

Get a Free Consultation or a Sample Assignment Review!