MaxwellRebo / seriesnet

Time series prediction using dilated causal convolutional neural nets (temporal CNN)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seriesnet

Time series prediction using dilated causal convolutional neural nets by Krist Papadopoulos

In this paper, state of the art deep learning techniques for time series forecasting were surveyed and a dilated causal convolutional neural network was developed (i.e. SeriesNet) based on the WaveNet architecture to forecast time series. It was found that SeriesNet without data preprocessing and ensemble methods achieved comparable results to top performing deep learning models on the international Computational Intelligence in Forecasting (CIF2016) competition dataset. This work extends previous work on using convolutional neural networks for time series forecasting.

About

Time series prediction using dilated causal convolutional neural nets (temporal CNN)

License:MIT License


Languages

Language:Python 100.0%