How close loop works in NAR neural network?
Afficher commentaires plus anciens
Hello,
I'm quite new to neural networks, but I'm currently using them to forecast crude oil prices. Now I'm working with only Brent time series as data, so I'm using NAR model to forecasting. I've seen that for multispet prediction I have to close loop after have trained the net, as:
netc = closeloop(net);
[x,xi,ai,t]=preparets(netc,{},{},T);
yc = netc(x,xi,ai);
I don't understand why I have to give the target T? If I have to do prediction, how can I know the target price? I'm new to NN, so probably the answer is very easy. Thanks in advance if someone can clarify it to me.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!