How should i select inputs and outputs for a power load forecasting problem by back propagation method in neural networks?

1 Ansicht (letzte 30 Tage)
I have a set of data on real time power consumption with hourly granularity. I need to to use neural networks to predict future data. I need help on selecting inputs and outputs for the backpropagation model in neural networks. Thanks.

Akzeptierte Antwort

Greg Heath
Greg Heath am 24 Mär. 2014
Your choice of inputs and outputs are chosen by YOUR needs. Your choice of neural network and initial choice of network parameters are chosen, in most part, by the size and type of data.
What are your inputs and outputs?
How much data do you have?
  1 Kommentar
shapna
shapna am 25 Mär. 2014
Thanks for your help. I have data of hourly granularity for a year. It is real time data and it doesn't need pre-processing.I have weather data also linked to this for an entire year. now i would like to choose prediction in backpropagation method. I need to analyse this data based on seasons,weekdays,weekends and holidays. I would like to know how to select inputs and outputs for this scenario. Thanks.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (2)

Greg Heath
Greg Heath am 28 Mär. 2014
select outputs by want you want predicted
select inputs by using data that will help predict the outputs.
Greg

shapna
shapna am 31 Mär. 2014
Thanks for your help sir. My inputs are date,hour, power consumption in mwh,and mean temperature.I need outputs that is the power prediction for next year. The targets i give in a matrix what should it contain sir? The values that i assume? Thanks.

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by