LGMLJul 28, 2018

SEA: A Combined Model for Heat Demand Prediction

arXiv:1808.00331v14 citations
AI Analysis

This work addresses heat demand forecasting for intelligent energy networks, but it is incremental as it combines existing methods without introducing new paradigms.

The authors tackled heat demand prediction by proposing SEA, a combined model using STL decomposition, ENN for seasonal components, and ARIMA for trend components, achieving promising performance in experiments.

Heat demand prediction is a prominent research topic in the area of intelligent energy networks. It has been well recognized that periodicity is one of the important characteristics of heat demand. Seasonal-trend decomposition based on LOESS (STL) algorithm can analyze the periodicity of a heat demand series, and decompose the series into seasonal and trend components. Then, predicting the seasonal and trend components respectively, and combining their predictions together as the heat demand prediction is a possible way to predict heat demand. In this paper, STL-ENN-ARIMA (SEA), a combined model, was proposed based on the combination of the Elman neural network (ENN) and the autoregressive integrated moving average (ARIMA) model, which are commonly applied to heat demand prediction. ENN and ARIMA are used to predict seasonal and trend components, respectively. Experimental results demonstrate that the proposed SEA model has a promising performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes