Future Load Prediction with Neural Network Time Series Prediction
Afficher commentaires plus anciens
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!
Réponse acceptée
Plus de réponses (1)
Faik BATAN
le 18 Août 2014
0 votes
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!