Research On Peak Load Prediction of Distribution Network Lines Based On Prophet-LSTM Model
Research On Peak Load Prediction of Distribution Network Lines Based On Prophet-LSTM Model
Article
Research on Peak Load Prediction of Distribution Network
Lines Based on Prophet-LSTM Model
Zhoufan Chen 1,2 , Congmin Wang 3 , Longjin Lv 4 , Liangzhong Fan 2 , Shiting Wen 2, * and Zhengtao Xiang 1, *
Abstract: The increasing demand for precise load forecasting for distribution networks has become
a crucial requirement due to the continual surge in power consumption. Accurate forecasting of
peak loads for distribution networks is paramount to ensure that power grids operate smoothly
and to optimize their configuration. Many load forecasting methods do not meet the requirements
for accurate data and trend fitting. To address these issues, this paper presents a novel forecasting
model called Prophet-LSTM, which combines the strengths of the Prophet model’s high trend fitting
and LSTM model’s high prediction accuracy, resulting in improved accuracy and effectiveness of
peak load forecasting. The proposed algorithm models the distribution network peak load using the
Prophet-LSTM algorithm. The researchers then analyzed the experimental data and model of the
algorithm to evaluate its effectiveness. We found that the Prophet-LSTM algorithm outperformed
the Prophet and LSTM models individually in peak load prediction. We evaluate the proposed
model against commonly used forecasting models using MAE (mean absolute error) and RMSE
(root mean square error) as evaluation metrics. The results indicate that the proposed model has
better forecasting accuracy and stability. As a result, it can predict the peak load of distribution
Citation: Chen, Z.; Wang, C.; Lv, L.;
networks more accurately. In conclusion, this study offers a valuable contribution to load forecasting
Fan, L.; Wen, S.; Xiang, Z. Research for distribution networks. The proposed Prophet-LSTM algorithm provides a more precise and
on Peak Load Prediction of stable prediction, making it a promising approach for future applications in distribution network
Distribution Network Lines Based on load forecasting.
Prophet-LSTM Model. Sustainability
2023, 15, 11667. https://doi.org/ Keywords: distribution grid; Prophet-LSTM; load forecasting; time series analysis
10.3390/su151511667
This research paper aims to forecast peak distribution network line currents over a two-
month period, which can be classified as a medium-term load prediction. However,
given the duration of the prediction, the short-term load forecasting method can also
be used. Medium-term power load forecasting plays a critical role in power system
planning, operation, and management. Medium-term load forecasting can help power
system planning departments determine power demand and resource allocation, guide
decision makers to make effective decisions in energy construction, power generation
planning, renewable energy utilization, and grid upgrading, and can provide a reference
basis for power generation dispatch and grid operation [7,8]. The research scope of power
load forecasting is defined by a tree diagram (Figure 1).
8VXDOO\IRUHFDVWWKHSRZHUORDGLQWKHQH[WIHZKRXUVRUGD\V
6KRUWWHUP)RUHFDVW
$VVLVWVLQUHDOWLPHRSHUDWLRQRIWKHSRZHUV\VWHP
DGMXVWVSRZHUJHQHUDWLRQDQGWUDQVPLVVLRQDQGGLVWULEXWLRQLQUHDOWLPH
DYRLGVORDGLPEDODQFHLQWKHSRZHUV\VWHPDQGHQVXUHVVDIHDQGVWDEOHRSHUDWLRQRIWKH
JULG
8VXDOO\IRUHFDVWVWKHGHPDQGIRUHOHFWULFLW\ORDGVLQWKHFRPLQJGD\VWRPRQWKV
3RZHUORDGIRUHFDVWLQJ 0LGWHUP)RUHFDVW
+HOSVHOHFWULFXWLOLWLHVZLWKSRZHUGLVSDWFKDQGSODQQLQJRYHUORQJHUWLPHVFDOHV
7KHIRUHFDVWUHVXOWVFDQEHXVHGIRUXWLOLWLHV ORQJWHUPHQHUJ\SXUFKDVHDQGLQYHVWPHQW
GHFLVLRQVDQGIRUWKHDSSURSULDWHFRQILJXUDWLRQDQGH[SDQVLRQRIHTXLSPHQWDQGLQIUDVWUXFWXUH˗
VXSSRUWVWKHDGYDQFHPHQWRIVXVWDLQDEOHGHYHORSPHQWJRDOV
7\SLFDOO\IRUHFDVWVHOHFWULFLW\ORDGVRYHUVHYHUDOPRQWKVRU\HDUVZLWKDZLGHWLPHFRYHUDJH
/RQJ7HUP)RUHFDVW
+HOSVZLWKFRPSUHKHQVLYHSRZHUSODQQLQJ˗
/RQJWHUPSRZHUORDGIRUHFDVWVFDQEHXVHGDVDQLPSRUWDQWEDVLVIRUPDUNHWDQDO\VLV˗
/RQJWHUPSRZHUORDGIRUHFDVWLQJVXSSRUWVVXVWDLQDEOHGHYHORSPHQW
Load forecasting is usually performed using traditional forecasting models and models
with artificial intelligence. Traditional forecasting models include autoregressive (AR),
mean shift (MA), and ARIMA models, which are simple to use and fast to compute.
However, it can only analyze the time-dependent relationships between the data, and, in
addition, the power load data have the characteristics of nonlinearity and periodicity, which
cannot deal with these problems well, and the prediction accuracy and effect using the
above methods are not good. Artificial intelligence methods including SVM, evolutionary
algorithms, RNN, LSTM, etc., are also widely used for load prediction, but there are
convergence and complexity problems. This paper will be discussed specifically in the
related work section.
This paper explores the prediction of peak loads on distribution network lines by
combining the Prophet and LSTM algorithms. The model is designed to handle various
influencing factors, such as daily, weekly, annual, and seasonal cycles, and holidays, and can
correct prediction errors through time series analysis to eliminate periodic and trend errors,
thus improving accuracy and stability. Through training and testing using experimental
data, the Prophet-LSTM algorithm’s effectiveness and accuracy in peak load prediction on
distribution network lines are verified.
The main contributions of this paper are as follows:
• In this paper, a Prophet-LSTM-based load forecasting method is proposed, learning
data trends based on the Prophet model to improve the data trend fit, while using the
high prediction accuracy of LSTM model for prediction, and further improving the
prediction results through the BP network to improve the prediction accuracy and
effectiveness of the model.
• In Prophet model training, we optimize the parameters of the Prophet model based
on PSO (particle swarm optimization algorithm), which can better capture the data
mutation points.
Sustainability 2023, 15, 11667 3 of 16
2. Related Work
This paper categorizes load forecasting methods into three main categories: traditional
forecasting models [9], machine learning [10], and deep learning [11]. Each category is
presented in detail in the following sub-summaries.
for power load forecasting, which overcomes the problems such as the gradient explosion
of RNN and improves the accuracy of forecasting. In addition, Motepe et al. [32] proposed
a new hybrid artificial intelligence and deep learning system for forecasting the load on the
distribution network in South Africa. Li et al. [33] developed a combined forecasting model
that uses LSTM and XGBoost methods to improve the accuracy of electric load forecasting.
Pham et al. [34] developed a hybrid forecasting method integrating singular spectrum
analysis (SSA) and deep neural network techniques. Similarly, Ciechulski et al. [35] used
artificial neural networks and SSA techniques to investigate efficient and accurate methods
for 1 h and 24 h power load pattern forecasting. Deep-learning-based load forecasting
methods show good promise in improving grid intelligence [36].
2.4. Summary
We analyzed the current common load forecasting methods and related works, and
summarized the advantages and disadvantages of different forecasting methods through
Table 1. Since a single forecasting method cannot simultaneously meet the requirements of
high fitting of data trends and high accuracy of predicted data, we propose the Prophet-
LSTM model based on these advantages and disadvantages, which is able to fit the data
trend better and improve the accuracy at the same time. There are periodic trends in power
load data, and the Prophet algorithm is an effective method to fit these trends accurately
compared to other methods [37,38]. Parizad et al. proposed a comprehensive two-stage
STLF (short-term load forecasting) method based on the Prophet algorithm [39], which can
effectively forecast data trends. The paper [40] presents a Prophet-model-based electric
current load forecasting, which performs well in terms of forecasting accuracy and model
fit. Although not much work has been carried out using the Prophet model for power load
forecasting, we can infer from the above works that this approach is effective in dealing
with modeling and data fitting. Also, we add an LSTM model and a BP network to improve
the accuracy of load forecasting.
before forecasting. This approach highlights holiday effects and trends in the data, making
it particularly robust in the presence of missing data, sudden changes in trends, or outliers.
The Prophet model uses Equation (1) and a time series decomposition approach to
forecast time series data, dissecting the data into four essential components [41].
Equation (1) requires g(t), which symbolizes the modification function employed to suit
the nonperiodic trend in the data. The change function can consist of various options, such
as the logistic regression function and segmented linear function. For instance, the trend
term built on logistic regression can be indicated by Equation (2):
C
g(t) = (2)
1 + e(−k(t−m))
Equation (2) includes C, which denotes the carrying capacity of the model, k, representing
the growth rate, and m, the data offset. As t varies, g(t) gradually approaches the upper
threshold C. Additionally, the segmented linear function is another alternative for the
change function, which can be defined by Equation (3):
g(t) = (k + a(t)δ) · t + m + a(t)T γ (3)
Equation (3) uses δ as a symbol for the change in growth rate over time, and m as the bias
term. The change point, represented by c j , refers to the time when the growth rate k shifts.
The algorithm specifies the location and number of change points. Furthermore, a(t) is
a time series produced by a binary function, and γ is another time series with the same
length as a(t).
In the Prophet model, s(t) represents the periodic term and is used to capture the
periodicity of the data, typically on a weekly, monthly, or yearly basis. The periodic term
s(t) can be fitted with a flexible Fourier series to model the periodic trend of the data. The
Fourier series is calculated as follows:
N
2πnt 2πnt
s(t) = ∑ an cos + bn sin (4)
n =1
P P
In Equation (4) of Prophet, P represents the period of the time series, which is typically in
years. The parameter 2n represents the number of periods used in the algorithm.
In Prophet, h(t) represents the holiday component of the time series. In real-world
scenarios, major events or holidays can significantly impact load forecasting for distribution
networks, and their periodicity may not be straightforward to determine. To account for
this, the model includes a holiday variable h(t) that affects the time series in the period
before and after these events, and is expressed as follows:
L
h(t) = ∑ K i 1 ( t ∈ Di ) . (5)
i =1
0RGHOLQJ
$QDO\VWLQ
9LVXDOL]DWLRQ WKHORRS
)RUHFDVW
RISUHGLFWHG
(YDOXDWLRQ
UHVXOWV
$XWRPDWHG
6XUIDFH
3UREOHPV
The Prophet algorithm is primarily based on three time-varying factors: daily, weekly,
and seasonal variation. First, the time series data are segmented into multiple time periods,
and a separate linear regression equation is fitted within each period, capturing the trend
and cyclical patterns of different periods. Next, the algorithm incorporates seasonal and
holiday components into the model to account for the impact of events and important dates
on the time series. Finally, the predicted values produced by the model are used to forecast
future loads.
511RXWSXWOD\HU 2 2 /670RXWSXWOD\HU
&
511ORRSOD\HU /670ORRSOD\HU
K
K
511LQSXWOD\HU /670LQSXWOD\HU
; ;
F W FW
WDQK
IW LW RW
KW
K W
[W
The first step in LSTM is to decide which information should be forgotten from the cell
state by leveraging the Sigmoid function. The function determines which bits of information
should be discarded from the cell state, where values closer to 0 are forgotten, and those
nearer to 1 are retained.
f t = σ x t U f + h t −1 W f + b f (9)
Sustainability 2023, 15, 11667 8 of 16
The second step in LSTM is to determine which new pieces of information should be stored
in the cell state. The input gate decides whether it should be updated, and the data is
assigned a new vector with candidate values C̃t through the tanh function.
i t = σ x t U i + h t − 1 W i + bi . (10)
Finally, in the output gate, the LSTM determines which information should be output. Here,
Ot decides which cell states should produce output, and the cell states are passed through
a tanh layer (with values ranging from −1 to 1) and multiplied by Ot at the output gate.
Ot = σ ( x t U o + h t −1 W o + bo ) . (13)
ht = Ot ⊗ tanh(Ct ). (14)
and Gbest by RMSE. (3) After the last iteration is completed, the particle corresponding
to Gbest is used as the optimal solution of the Prophet model for the parameters to be
optimized.The flow chart for optimizing the parameters of Prophet model based on the
PSO method is shown in Figure 5.
(OHFWULFLW\ORDG
GDWDVHWGLYLVLRQ
3DUDPHWHUVRIWKH3URSKHWPRGHOWREH
RSWLPL]HG˗6HWWKHK\SHUSDUDPHWHUVRI
WKH362DOJRULWKP
,QLWLDOL]HSDUWLFOH
SRVLWLRQDQGYHORFLW\
%XLOG3URSKHWPRGHOEDVHGRQWUDLQLQJVHW
8SGDWHSDUWLFOHSRVLWLRQ
7HVWVHWSUHGLFWLRQ
DQGYHORFLW\
'HWHUPLQLQJLQGLYLGXDODQG
JURXSH[WUHPHV
-XGJPHQW
LWHUDWLRQ
FRQGLWLRQV
2XWSXWJURXS
H[WUHPHV
Parameters Description
n = 300 Number of populations
m = 20 Number of iterations
w = 0.8 Inertia weights
c1 = c2 = 0.5 Learning factors
Parameters Description
growth = linear Set the growth model; this paper is set to linear model (linear).
changepoint_prior_scale = 0.67 Flexibility of the growth trend model.
holidays = holidays Set special dates and holidays.
weekly_seasonality = True Analyze weekly seasonality of data.
n_changepoints = 25 Set the number of potential variables.
The location of the change point needs to be set in a time series
changepoint_range = 0.37
as long as the first changepoint_range.
Figure 7 illustrates the model’s predictive performance on the past data and the
following two months or so. The y-axis represents the current value in amperes (A), while
the x-axis indicates time. The dark blue line depicts the model predicted values (yhat),
whereas the shaded blue area represents the upper and lower limits of the predicted values,
and the black dots are the true data. As observed, the peak load during January to February,
coinciding with the Spring Festival holiday, is lower, while during July, it is higher, which
indicates the seasonal trend of the data. The model data mostly lie within the prediction
confidence interval, thus fitting the current trend and allowing accurate forecasting.
The graph in Figure 8 compares the model’s predicted values with the real values.
Here, “actual” represents the real value, and “predict” represents the predicted value. It
can be observed that the real value exhibits a cyclical trend, which is estimated to be about
two weeks by the curve. The model can better capture these apparent changes in the early
stage and make timely adjustments; however, it is not capable of making good changes in
the later stage due to the long prediction window.
This study utilized the Prophet algorithm to predict the maximum load of distribution
network lines, with a training-to-testing data ratio of 8:2. The effectiveness and accuracy
of this approach were further demonstrated by analyzing and predicting experimental
data. Although the Prophet model optimized using PSO performs well in fitting the
data, it suffers from the problem of low accuracy, and we add the LSTM model to solve
this problem.
'LVWULEXWLRQ
QHWZRUNORDGGDWD
([WUDFWLRQRI
SHDNGDWD
%XLOGLQJWKH
GDWDVHW
'LYLGLQJWKHWUDLQLQJVHWDQG
WHVWVHW
7UDLQLQJVHW
3URSKHWPRGHO /670PRGHO
2XWSXWSUHGLFWHG 2XWSXWSUHGLFWHG
YDOXH YDOXH
%311
)LQDO
SUHGLFWHG
YDOXH
As shown in Figures 11 and 12, we compared the prediction results of six models with
the true values. We observed that the predicted values of the Prophet-LSTM model were
closer to the true values compared to the other models. This indicates that the Prophet-
LSTM model had higher prediction accuracy and its predicted values were closer to the
true curve.
In order to test the accuracy of the model’s predictions, this paper uses root mean
square error (RMSE) and mean absolute error (MAE).
!
1 n
n i∑
∗ ∗
MAE(y, y ) = |y − y | (15)
=1
v
u !2
u1 n
∗
RMSE(y, y ) = t
n ∑ (y − y∗ ) (16)
i =1
Sustainability 2023, 15, 11667 13 of 16
Based on these two metrics, the metrics for Prophet, LSTM, GRU [43], TCN [44], Trans-
former [45], and Prophet-LSTM were computed and are presented in Table 4.
The statistical indicators in Table 4 of this paper show that the proposed Prophet-LSTM
model outperforms the Prophet, LSTM, GRU, TCN, and Transformer alone. These metrics
show that the Prophet-LSTM model has the smallest mean absolute error (MAE) and root
mean square error (RMSE) values, which further supports the conclusion that the proposed
model is more accurate in predicting the target variable.
5. Conclusions
This paper proposes a novel hybrid prediction model, namely, Prophet-LSTM, for
forecasting the peak load of distribution network lines.The performance of the proposed
model is verified by power load data and the test results show that the Prophet-LSTM model
has a lower MAE value (8.569) and RMSE value (11.68) compared to the single Prophet,
LSTM, GRU, TCN, and Transformer models. This model has significant practical value for
load prediction, which can improve the operational efficiency and economic efficiency of the
power system, reduce the cost of electricity consumption and load volatility, and guarantee
the stability and reliability of power supply. Although there are many load forecasting
methods, the existing analysis mainly focuses on the time series data themselves with a
single predictive factor. Therefore, future research in this area should focus on adding more
influencing factors, such as calendar, weather information, etc., and optimizing the models
to obtain more accurate prediction results.
Author Contributions: Conceptualization, S.W. and Z.X.; methodology, Z.C.; data collection, L.L.;
software, Z.C.; investigation, Z.C.; resources, C.W.; writing—original draft preparation, Z.C. and L.L.;
writing—review and editing, Z.C.; project administration, L.F.; funding acquisition, Z.C., C.W., L.L.,
L.F., Z.X. and S.W. All authors have read and agreed to the published version of the manuscript.
Funding: This work is supported by Ningbo Science and Technology Special Innovation Projects
with Grant Nos. 2022Z095 and 2022Z235.
Institutional Review Board Statement: Not applicable.
Informed Consent Statement: Not applicable.
Data Availability Statement: Not applicable.
Conflicts of Interest: The authors declare no conflict of interest.
References
1. Grabner, M.; Wang, Y.; Wen, Q.; Blažič, B.; Štruc, V. A Global Modeling Framework for Load Forecasting in Distribution Networks.
IEEE Trans. Smart Grid 2023, 14, 1476–1484. [CrossRef]
2. Chen, H.; Zhang, B.; Geng, H.; Wang, M.-M.; Gao, H. Demand Response during the Peak Load Period in China: Potentials,
Benefits and Implementation Mechanism Designs. Comput. Ind. Eng. 2022, 168, 108117. [CrossRef]
3. Chen, H.; Yan, H.; Gong, K.; Yuan, X.-C. How will Climate Change Affect the Peak Electricity Load? Evidence from China.
J. Clean. Prod. 2021, 322, 129080. [CrossRef]
4. Zhang, M.; Sun, Q.; Yang, X. Research on the Assessment of the Capacity of Urban Distribution Networks to Accept Electric
Vehicles Based on the Improved TOPSIS Method. IET Gener. Transm. Distrib. 2021, 15, 2804–2818 . [CrossRef]
5. Lanka, V.V.S.; Roy, M.; Suman, S.; Prajapati, S. Renewable Energy and Demand Forecasting in an Integrated Smart Grid. In
Proceedings of the 2021 Innovations in Energy Management and Renewable Resources (IEMRE), Online Conference, 25–26 March
2021; pp. 1–6.
6. Panda, S.K.; Jagadev, A.K.; Mohanty, S.N. Forecasting Methods in Electric Power Sector. Int. J. Energy Optim. Eng. 2018, 7, 1–21.
[CrossRef]
7. Niu, D.; Ji, Z.; Li; W. Research and application of a hybrid model for mid-term power demand forecasting based on secondary
decomposition and interval optimization. Energy 2021, 234, 121145. [CrossRef]
8. Nti, I.K.; Teimeh, M.; Nyarko-Boateng, O.; Adekoya, A.F. Electricity load forecasting: A systematic review. J. Electr. Syst. Inf.
Technol. 2020, 7, 13. [CrossRef]
9. Liu, Z.; Zhu, Z.; Gao, J.; Xu, C. Forecast Methods for Time Series Data: A Survey. IEEE Access 2021, 9, 91896–91912. [CrossRef]
10. Guo, W.; Che, L.; Shahidehpour, M.; Wan, X. Machine-Learning Based Methods in Short-Term Load Forecasting. Electron. J. 2021,
34, 106884. [CrossRef]
11. Lim, B.; Zohren, S. Time-Series Forecasting with Deep Learning: A Survey. Philos. Trans. R. Soc. A 2021, 379, 2020A0209.
[CrossRef]
Sustainability 2023, 15, 11667 15 of 16
12. Haben, S.; Giasemidis, G.; Ziel, F. Short term load forecasting and the effect of temperature at the low voltage level. Int. J. Forecast.
2019, 35, 1469–1484. [CrossRef]
13. Weron, R. Modeling and Forecasting Electricity Loads and Prices: A Statistical Approach; Wiley: Hoboken, NJ, USA, 2007; Volume 403.
14. Box, G.E.P.; Jenkins, G.M. Time series analysis: Forecasting and control. J. Time Ser. Anal. 2010, 31, 249–250.
15. Zhu, X.; Shen, M. Based on the ARIMA Model with Grey Theory for Short Term Load Forecasting Model. In Proceedings of the
2012 International Conference on Systems and Informatics (ICSAI2012), Yantai, China, 19–20 May 2012; pp. 564–567. [CrossRef]
16. Gupta, A.; Kumar, A. Mid Term Daily Load Forecasting using ARIMA, Wavelet-ARIMA and Machine Learning. In Proceedings
of the 2020 IEEE International Conference on Environment and Electrical Engineering and 2020 IEEE Industrial and Commercial
Power Systems Europe (EEEIC/I&CPS Europe), Madrid, Spain, 9–12 June 2020; pp. 1–5. [CrossRef]
17. Yin, C.; Liu, K.; Hu, K.; Yang, Z.; Yang, L.; Zhao, N. SARIMA-Based Medium- and Long-Term Load Forecasting. Strateg. Plan.
Energy Environ. 2023, 42 , 283–306. [CrossRef]
18. Shilpa, G.N.; Sheshadri, G.S. Electrical Load Forecasting Using Time Series Analysis. In Proceedings of the 2020 IEEE Bangalore
Humanitarian Technology Conference (B-HTC), Vijiyapur, India, 8–10 October 2020; pp. 1–6. [CrossRef]
19. Jiang, H.; Zhang, Y.; Muljadi, E.; Zhang, J.J.; Gao, D.W. A Short-Term and High-Resolution Distribution System Load Forecasting
Approach Using Support Vector Regression with Hybrid Parameters Optimization. IEEE Trans. Smart Grid 2018, 9, 3341–3350.
[CrossRef]
20. Hou, K.; Shao, G.; Wang, H.; Zhang, Q.; Yan, W. Research on Practical Power System Stability Analysis Algorithm Based on
Modified SVM. Prot. Control Mod. Power Syst. 2018, 3, 11. [CrossRef]
21. Lu, H.; Azimi, M.; Iseley, T. Short-Term Load Forecasting of Urban Gas Using a Hybrid Model Based on Improved Fruit Fly
Optimization Algorithm and Support Vector Machine. Energy Rep. 2019, 5, 666–677. [CrossRef]
22. Sun, W.; Pang, X.; Liu, W.; Wang, Y.; Luan, C. Short-term Power Load Forecasting Based on Grey Relational Analysis and Support
Vector Machine. In Proceedings of the 2022 4th International Conference on Industrial Artificial Intelligence (IAI), Shenyang,
China, 24–27 August 2022; pp. 1–5.
23. Liu, S.; Zhang, L.; Xia, H. Research on Power Load Prediction Based on Elman Network with Improved Particle Swarm
Optimization. J. Phys. Conf. Ser. 2022, 2338, 012076. [CrossRef]
24. Chen, Y.; Xu, P.; Chu, Y.; Li, W.; Wu, Y.; Ni, L.; Bao, Y.; Wang, K. Short-Term Electrical Load Forecasting Using the Support
Vector Regression (SVR) Model to Calculate the Demand Response Baseline for Office Buildings. Appl. Energy 2017, 195, 659–670.
[CrossRef]
25. Barman, M.; Dev Choudhury, N.B.; Sutradhar, S. A Regional Hybrid GOA-SVM Model Based on Similar Day Approach for
Short-Term Load Forecasting in Assam, India. Energy 2018, 145, 710–720. [CrossRef]
26. Uriarte, R.B.; Tiezzi, F.; Tsaftaris, S.A. Supporting Autonomic Management of Clouds: Service Clustering with Random Forest.
IEEE Trans. Netw. Serv. Manag. 2016, 13, 595–607. [CrossRef]
27. Wu, X.; He, J.; Zhang, P.; Hu, J. Power System Short-Term Load Forecasting Based on Improved Random Forest with Grey
Relation Projection. Dianli Xitong Zidonghua/Autom. Electr. Power Syst. 2015, 39, 50–55.
28. Xu, H.; Fan, G.; Kuang, G.; Song, Y. Construction and Application of Short-Term and Mid-Term Power System Load Forecasting
Model Based on Hybrid Deep Learning. IEEE Access 2023, 11, 37494–37507. [CrossRef]
29. Cui, G.; Song, D.; Yu, S.; You, Y. Medium-Term Load Prediction Based on GALightGBM-LSTM. In Proceedings of the 2022 9th
International Forum on Electrical Engineering and Automation (IFEEA), Zhuhai, China, 4–6 November 2022; pp. 1–5. [CrossRef]
30. Kumar, S.; Hussain, L.; Banarjee, S.; Reza, M. Energy Load Forecasting using Deep Learning Approach-LSTM and GRU in Spark
Cluster. In Proceedings of the 2018 Fifth International Conference on Emerging Applications of Information Technology (EAIT),
Dehradun, India, 27–28 October 2018; pp. 1–4.
31. Cui, C.; He, M.; Di, F.; Lu, Y.; Dai, Y.; Lv, F. Research on Power Load Forecasting Method Based on LSTM Model. In Proceedings
of the 2020 IEEE 5th Information Technology and Mechatronics Engineering Conference (ITOEC), Chengdu, China, 28–30 August
2020; pp. 1657–1660.
32. Motepe, S.; Hasan, A.N.; Stopforth, R. Improving Load Forecasting Process for a Power Distribution Network Using Hybrid AI
and Deep Learning Algorithms. IEEE Access 2019, 7, 82584–82598. [CrossRef]
33. Li, C.; Chen, Z.; Liu, J.; Li, D.; Gao, X.; Di, F.; Li, L.; Ji, X. Power Load Forecasting Based on the Combined Model of LSTM and
XGBoost. In Proceedings of the 2019 the International Conference on Pattern Recognition and Artificial Intelligence, Wenzhou,
China, 19–22 July 2019; Association for Computing Machinery: New York, NY, USA, 2019; pp. 46–51.
34. Pham, M.H.; Nguyen, M.N.; Wu, Y.K. A Novel Short-Term Load Forecasting Method by Combining the Deep Learning With
Singular Spectrum Analysis. IEEE Access 2021, 9, 73736–73746. [CrossRef]
35. Ciechulski, T.; Osowski, S. High Precision LSTM Model for Short-Time Load Forecasting in Power Systems. Energies 2021, 14, 2983.
[CrossRef]
36. Xu, Y.; Feng, Y. Short-Term Power Load Forecasting Based on Deep Learning. Master’s Thesis, School of Electrical Engineering
and Computer Science, Stockholm, Sweden, 2022.
37. Singh, R.P.; Gao, P.X.; Lizotte, D.J. On hourly home peak load prediction. In Proceedings of the 2012 IEEE Third International
Conference on Smart Grid Communications (SmartGridComm), Tainan, Taiwan, 5–8 November 2012; pp. 163–168.
38. Nag, A.; Ranjan, R.; Vinoth Kumar, C.N.S. An Approach on Cyber Crime Prediction Using Prophet Time Series. In Proceedings of
the 2022 IEEE 7th International Conference for Convergence in Technology (I2CT), Mumbai, India, 7–9 April 2022; pp. 1–5.
Sustainability 2023, 15, 11667 16 of 16
39. Parizad, A.; Hatziadoniu, C.J. Using Prophet Algorithm for Pattern Recognition and Short Term Forecasting of Load Demand
Based on Seasonality and Exogenous Features. In Proceedings of the 2020 52nd North American Power Symposium (NAPS),
Virtual, 11–14 April 2021; pp. 1–6.
40. Lv, L.; Luo, L.; Yang, Y. Distribution Line Load Predicting and Heavy Overload Warning Model Based on Prophet Method.
Sustainability 2022, 14, 13697. [CrossRef]
41. Korstanje, J. The Prophet Model. In Advanced Forecasting with Python: With State-of-the-Art-Models Including LSTMs, Facebook’s
Prophet, and Amazon’s DeepAR; Apress: Berkeley, CA, USA, 2021; pp. 253–272.
42. Kennedy, J.; Eberhart, R. Particle Swarm Optimization. In Proceedings of the ICNN’95—International Conference on Neural
Networks, Perth, WA, Australia, 27 November–1 December 1995; Volume 4, pp. 1942–1948. [CrossRef]
43. Xia, M.; Shao, H.; Ma, X. A Stacked GRU-RNN-Based Approach for Predicting Renewable Energy and Electricity Load for Smart
Grid Operation. IEEE Trans. Ind. Inform. 2021, 17, 7050–7059. [CrossRef]
44. Jiang, W. Deep Learning Based Short-Term Load Forecasting Incorporating Calendar and Weather Information. Internet Technol.
Lett. 2022, 5, 383. [CrossRef]
45. Wang, C.; Wang, Y.; Ding, Z. A Transformer-Based Method of Multienergy Load Forecasting in Integrated Energy System. IEEE
Trans. Smart Grid 2022, 13, 2703–2714. [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual
author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to
people or property resulting from any ideas, methods, instructions or products referred to in the content.