NARX multi step predictions for external test data by using training data?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Oguz BEKTAS
el 14 de Mayo de 2015
Comentada: Oguz BEKTAS
el 11 de Sept. de 2015
I am trying to build a network to do some long term predictions. I've uploaded the data and the network architecture. My data is comprised of two datasets (training and test subsets as attached). NARX neural network is used for training Input_Data and Output_Data. Then I tried to make multiple step predictions for test set (Input_Data1 and Output_Data1) by using trained net function but I cannot do predictions longer than length of test day and the predictions are very poor. When I replace the test input data with train data to predict output time steps as {x2 = X(1,predictOutputTimesteps); >> x2 = X2(1,predictOutputTimesteps);} and {LI=length(Input_Data1); >> LI=length(Input_Data);}, the result follows same pattern with train data.
How can I correctly form multi step predictions for test data by using net functions of training data?
I hope I was clear in my query.
6 comentarios
Greg Heath
el 14 de Mayo de 2015
>Please, import the data as tables.
I have no idea what that means.
Please give me the commands to read these 4 data files into matrices.
Respuesta aceptada
Greg Heath
el 14 de Mayo de 2015
Editada: Greg Heath
el 14 de Mayo de 2015
I have found several problems with your exercise.
You will see the major problem if you just plot your data.
You should also see that your choice of lags and number of hidden nodes may be inadequate.
Look at the correlation and crosscorrelation functions to determine an effective subset of lags.
Thank you for formally accepting my answer
Greg
3 comentarios
Greg Heath
el 24 de Mayo de 2015
Search the NEWSGROUP and ANSWERS with
greg NARXNET nncorr
Pay special attention to the tutorial.
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!