paper-with-me

Papers

Recurrent Neural Networks for Forecasting Time Series with Multiple Seasonality: A Comparative Study

2022-03-17 · Grzegorz Dudek, Slawek Smyl, Paweł Pełka

This paper compares recurrent neural networks (RNNs) with different types of gated cells for forecasting time series with multiple seasonality. The cells we compare include classical long short term memory (LSTM), gated recurrent unit (GRU), modified LSTM with dilation, and two new cells we proposed recently, which are equipped with dilation and attention mechanisms. To model the temporal dependencies of different scales, our RNN architecture has multiple dilated recurrent layers stacked with hierarchical dilations. The proposed RNN produces both point forecasts and predictive intervals (PIs) for them. An empirical study concerning short-term electrical load forecasting for 35 European countries confirmed that the new gated cells with dilation and attention performed best.

📄 PDF Abstract BibTeX arXiv:2203.09170

Code (0)

등록된 구현이 없습니다.

Tasks

Load ForecastingTime SeriesTime Series Analysis

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Forecasting with Multiple Seasonality

2020-08-27 · Tianyang Xie, Jie Ding

An emerging number of modern applications involve forecasting time series data that exhibit both short-time dynamics and long-time seasonality. Specifically, time series with multiple seasonality is a difficult task with…

Time SeriesTime Series Analysis

Randomized Neural Networks for Forecasting Time Series with Multiple Seasonality

2021-07-04 · Grzegorz Dudek

This work contributes to the development of neural forecasting models with novel randomization-based learning methods. These methods improve the fitting abilities of the neural model, in comparison to the standard method…

Time SeriesTime Series AnalysisTime Series Forecasting

ES-dRNN with Dynamic Attention for Short-Term Load Forecasting

2022-03-02 · Slawek Smyl, Grzegorz Dudek, Paweł Pełka

Short-term load forecasting (STLF) is a challenging problem due to the complex nature of the time series expressing multiple seasonality and varying variance. This paper proposes an extension of a hybrid forecasting mode…

Load ForecastingTime SeriesTime Series Analysis

Neural Networks with LSTM and GRU in Modeling Active Fires in the Amazon

2024-09-04 · Ramon Tavares, Ricardo Olinda

This study presents a comprehensive methodology for modeling and forecasting the historical time series of active fire spots detected by the AQUA\_M-T satellite in the Amazon, Brazil. The approach employs a mixed Recurre…

Time SeriesTime Series Forecasting

A Multi-Horizon Quantile Recurrent Forecaster

2017-11-29 · Ruofeng Wen, Kari Torkkola, Balakrishnan Narayanaswamy, Dhruv Madeka

We propose a framework for general probabilistic multi-step time series regression. Specifically, we exploit the expressiveness and temporal nature of Sequence-to-Sequence Neural Networks (e.g. recurrent and convolutiona…

quantile regressionregressionTime SeriesTime Series Analysis+1