What is the input to layer recurrent network for time-series prediction task?
Mostrar comentarios más antiguos
In all the examples of `layrecnet` I've seen so far the task is to predict an output of a function based on an output from some other function. Like here: Design Layer-Recurrent Neural Networks. In my case I have only one-dimensional time-series data and I need to predict future values of it. How do I train layrecnet for that purpose?
I managed to do it with NARX network by supplying my y values for both inputs and targets during training. Somehow I can't do it with layrecnet and I started to get confused. Some intuition tells me that my input should be my data points and targets should be the same but shifted by 1 to the left. Am I even going the right direction? I'd appreciate examples.
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!