A power load forecasting model based on a combined neural network

Jie Li,Chenguang Qiu,Yulin Zhao,Yuyang Wang
DOI: https://doi.org/10.1063/5.0185448
IF: 1.697
2024-04-01
AIP Advances
Abstract:The supply of electric power is vital for the daily lives of people, industrial production, and business services. At present, although enough electric power can be supplied to meet the power demand, there are still some challenges, especially in terms of long-distance power transmissions and long-term power storage. Consequently, if the power production capacity exceeds the immediate consumption requirements, i.e., the produced electric power cannot be consumed in a short period, and much electric power could be wasted. Evidently, to minimize the wastage of electric power, it is necessary to properly plan power production by accurately forecasting the future power load. Therefore, a preferable power load forecasting algorithm is crucial for the planning of power production. This paper proposes a novel deep learning model for the purpose of power load forecasting, termed the SSA-CNN-LSTM-ATT model, which combines the CNN-LSTM model with SSA optimization and attention mechanisms. In this model, the CNN module extracts the features from the sequential data, and then the features are passed to the LSTM module for modeling and capturing the long-term dependencies hidden in the sequences. Subsequently, an attention layer is employed to measure the importance of different features. Finally, the output is obtained through a fully connected layer, yielding the forecasting results of the power load. Extensive experiments have been conducted on a real-world dataset, and the metric R2 can reach 0.998, indicating that our proposed model can accurately forecast the power load.
materials science, multidisciplinary,nanoscience & nanotechnology,physics, applied
What problem does this paper attempt to address?
The paper aims to address the issue of power load forecasting. Specifically, the researchers propose a new deep learning model—SSA-CNN-LSTM-ATT model, to improve the accuracy of power load forecasting. This model combines Convolutional Neural Networks (CNN), Long Short-Term Memory networks (LSTM), and attention mechanisms, and utilizes the Sparrow Search Algorithm (SSA) to optimize the number of LSTM units. Through these technical means, the model can better capture the features in time series data and demonstrate high prediction accuracy in practical applications. The researchers conducted experimental validation using the actual power load dataset of Jiangsu Province in 2022. The results show that the proposed model significantly outperforms other models, such as LSTM and CNN-LSTM, in terms of prediction accuracy and performs well on data from different seasons (summer and winter). Additionally, the time cost of the model is within an acceptable range. Overall, the SSA-CNN-LSTM-ATT model provides a more accurate power load forecasting method for power companies, helping to reduce power resource waste and improve production efficiency.