Forecasting Energy Consumption using Recurrent Neural Networks: A Comparative Analysis
This provides a more accurate forecasting method for power grid management and resource allocation, but it is incremental as it applies existing deep learning techniques to a known problem.
The study tackled short-term energy consumption forecasting by proposing an LSTM-based approach that integrates historical data with external variables, and found it substantially outperformed a baseline feed-forward neural network with lower MAE and RMSE.
Accurate short-term energy consumption forecasting is essential for efficient power grid management, resource allocation, and market stability. Traditional time-series models often fail to capture the complex, non-linear dependencies and external factors affecting energy demand. In this study, we propose a forecasting approach based on Recurrent Neural Networks (RNNs) and their advanced variant, Long Short-Term Memory (LSTM) networks. Our methodology integrates historical energy consumption data with external variables, including temperature, humidity, and time-based features. The LSTM model is trained and evaluated on a publicly available dataset, and its performance is compared against a conventional feed-forward neural network baseline. Experimental results show that the LSTM model substantially outperforms the baseline, achieving lower Mean Absolute Error (MAE) and Root Mean Squared Error (RMSE). These findings demonstrate the effectiveness of deep learning models in providing reliable and precise short-term energy forecasts for real-world applications.