필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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.

채택된 답변

Greg Heath
Greg Heath 2014년 3월 24일
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
shapna
shapna 2014년 3월 25일
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.

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Greg Heath
Greg Heath 2014년 3월 28일
select outputs by want you want predicted
select inputs by using data that will help predict the outputs.
Greg

shapna
shapna 2014년 3월 31일
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.

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by