kristpapadopoulos / seriesnet

Time series prediction using dilated causal convolutional neural nets (temporal CNN)
MIT License
233 stars 64 forks source link
cnn convolutional-neural-networks deep-learning dilated-cnn financial-analysis keras krist-papadopoulos machine-learning series series-forecasting series-prediction seriesnet tcnn time-series toronto university-of-toronto wavenet

SeriesNet

Time series prediction using dilated causal convolutional neural nets

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.

Example of time series predictions with SeriesNet

log_noise log_sine

Requirements