Future Load Prediction with Neural Network Time Series Prediction
Mostrar comentarios más antiguos
Hello,First of All I would like to explain my project.I have 5 years daily and hourly load data.Also I have another column indicates day type.I need to get next 5 days prediction of load values.When I tried to predict this,i saw that I should use NARX network Time series. So My dataset is like that;
913 days-Hour1,Hour2,....Hour24,Daytype,
and My targetset;
913 days-Hour1.Hour2,...,Hour24
My first Question:May dataset and targetset include different number of days? Second Question:When I run the network,I have 911 days prediction,however I have 913 days.When I searched in answer i saw that the reason is number of delays.How will I solve this problem?
Last Question:After the network is trained ,how i will get next 5 days prediction?I want to write last 5 days load data to get next 5 days load data.Could anyone help me please?I really need this.Thanks for your interests!
Respuesta aceptada
Más respuestas (1)
Faik BATAN
el 18 de Ag. de 2014
0 votos
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!