RNN(p) for Power Consumption Forecasting
Roberto Baviera, Pietro Manzoni
TL;DR
This work introduces RNN($p$), a simple nonlinear autoregressive model with $p$ Jordan feedbacks designed to capture multi-scale seasonality in time series, particularly for energy data. It provides closed-form gradient expressions for three learning algorithms—RTRL, BPTT, and AAD—and derives their leading-time and space-usage complexities, showing that BPTT suffers exponential growth for $p\ge 2$ while AAD achieves linear scaling in sequence length. The authors demonstrate strong forecasting performance on two power-demand datasets (New England load and London net load), with multi-lag configurations delivering notable accuracy gains and reliable probabilistic forecasts, while also highlighting AAD’s computational efficiency over alternatives. The results support RNN($p$) as an interpretable and effective tool for energy forecasting and decision-making in fintech applications, offering practical benefits in both accuracy and training efficiency. $RNN(p)$ thus provides a compelling balance between model simplicity, interpretability, and predictive power in seasonally rich time series.
Abstract
An elementary Recurrent Neural Network that operates on p time lags, called an RNN(p), is the natural generalisation of a linear autoregressive model ARX(p). It is a powerful forecasting tool for variables displaying inherent seasonal patterns across multiple time scales, as is often observed in energy, economic, and financial time series. The architecture of RNN(p) models, characterised by structured feedbacks across time lags, enables the design of efficient training strategies. We conduct a comparative study of learning algorithms for these models, providing a rigorous analysis of their computational complexity and training performance. We present two applications of RNN(p) models in power consumption forecasting, a key domain within the energy sector where accurate forecasts inform both operational and financial decisions. Experimental results show that RNN(p) models achieve excellent forecasting accuracy while maintaining a high degree of interpretability. These features make them well-suited for decision-making in energy markets and other fintech applications where reliable predictions play a significant economic role.
