How close loop works in NAR neural network?
Mostrar comentarios más antiguos
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.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!