MATLAB: Water demand forecasting using neural network

Deep Learning Toolboxneural network

my project is to develope and ANN network which will forecast water demand depending on previous consumption and temperatuer.i have per day consumption data from year 2005-2011 i want to use this data and predict cnsumption for 2011 so how can i design a neural network for my application. plz help.regarding the same as i am new to neural network.

Best Answer

Start by reading the documentation and try to reproduce the timeseries forecasting examples. Additional information can be obtained by searching the Newsgroup using the search words
timeseries and/or forecasting.
Hope this helps,
Greg