Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 622 Bytes

File metadata and controls

12 lines (6 loc) · 622 Bytes

cnn-multistep-timeseries-forecast

Improved CNN architecture for multistep univariate/multivariate timeseries forecasting.

CNN-OUTPUT-TOSHOW

Figure above is the 60hr temperature forecast using the model. The model was trained with 2 years of hourly temperature data. Compared with LSTMs Temporal CNNs proved superior for this particular timeseries data in forecasting.

Keras_lec.pptx

This project has also been used to give a special lecture to computer engineering students about the Keras framework.