2018
DOI: 10.21314/jcf.2019.358
|View full text |Cite
|
Sign up to set email alerts
|

Dilated convolutional neural networks for time series forecasting

Abstract: We present a method for conditional time series forecasting based on an adaptation of the recent deep convolutional WaveNet architecture. The proposed network contains stacks of dilated convolutions that allow it to access a broad range of history when forecasting, a ReLU activation function and conditioning is performed by applying multiple convolutional filters in parallel to separate time series which allows for the fast processing of data and the exploitation of the correlation structure between the multiv… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
56
0
1

Year Published

2019
2019
2023
2023

Publication Types

Select...
6
3

Relationship

0
9

Authors

Journals

citations
Cited by 95 publications
(78 citation statements)
references
References 14 publications
0
56
0
1
Order By: Relevance
“…In the literature, different stock market index data were used for the experiments. [123,124,125,126,127,128,129,130,131,132,133,134,114] used S&P500 as their dataset. The authors of [123,124,135,136,137] used NIKKEI as their dataset.…”
Section: Index Forecastingmentioning
confidence: 99%
See 1 more Smart Citation
“…In the literature, different stock market index data were used for the experiments. [123,124,125,126,127,128,129,130,131,132,133,134,114] used S&P500 as their dataset. The authors of [123,124,135,136,137] used NIKKEI as their dataset.…”
Section: Index Forecastingmentioning
confidence: 99%
“…In [138], genetic DNN was used for DJIA index forecasting. The authors of [127] proposed a new DNN model which is called Wavenet convolutional net for time series forecasting. The authors of [148] proposed a (Threshold Autoregressive (TAR)-Vector Error Correction model (VEC)-Recurrent Hybrid Elman (RHE)) model for forex and stock index of return prediction and compared several models.…”
Section: Index Forecastingmentioning
confidence: 99%
“…Furthermore, they present other advantages over RNNs such as lower memory requirements, parallel processing of long sequences as opposed to the sequential approach of RNNs, and a more stable training scheme. Several works have already successfully used TCNs for time series forecasting tasks: the original architecture using stacked dilated convolutions was proposed in [25] to improve the performance of LSTM networks for financial domain problems; Ref. [26] designed a deep TCN for multiple related time series with an encoder-decoder scheme, evaluating over data from the sales domain; the study in [27] proposed a multivariate time series forecasting model for meteorological data, which outperformed several popular deep learning models.…”
Section: Introductionmentioning
confidence: 99%
“…This technique was introduced by [56] to expand the size of CNN's receptive field of images without modifying the data structure. The same technique can be applied to the time series data [57,58] to expand the data length effectively without increasing the neural network structure, as shown in Figure 4c. Due to its sparse connection and weight sharing mechanism, dilated convolution networks can automatically learn translationally-invariant features from longer input time series while having fewer trainable parameters than conventional CNN.…”
Section: Convolutional Neural Networkmentioning
confidence: 99%