How do I arrange and input my data for a time series problem?

Hi,
I have data for 62 households. I have 9 parameters (eg. floor area, number of occupants, income etc) and the dependent variable is energy consumption (kWh). I know energy consumption of the houses every hour (for a 24 hour period) and want to build a neural network model to predict energy consumption over a 24 hour period for other houses based on parameter inputs (test set).
Do I suppose: inputs = 9 x 62 matrix (ie. 9 variables and 62 cases) target = 24 x 62 matrix (ie. the energy consumption every 24 hours for the 62 houses observed)
What neural network is better suited - time series or fitting a function (or other)?
If anyone can help a MATLAB virgin I would be grateful!
Thanks in advance.
Regards, David

 채택된 답변

Greg Heath
Greg Heath 2014년 6월 9일
This is a fitting problem.
help fitnet
doc fitnet
Search
fitnet
greg fitnet {;>)
Hope this helps

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2011년 3월 11일

답변:

2014년 6월 9일

Community Treasure Hunt

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

Start Hunting!

Translated by