Next Article in Journal
Optimal Dispatching of Smart Hybrid Energy Systems for Addressing a Low-Carbon Community
Next Article in Special Issue
Secondary Frequency Regulation Control Strategy with Electric Vehicles Considering User Travel Uncertainty
Previous Article in Journal
Fabrication of Planar Perovskite Solar Cells Using Ternary Metal Oxide Nanocomposite as Hole-Transporting Material
Previous Article in Special Issue
An Online Control Method of Reactive Power and Voltage Based on Mechanism–Data Hybrid Drive Model Considering Source–Load Uncertainty
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Research on Multiple Load Short-Term Forecasting Model of Integrated Energy Distribution System Based on Mogrifier-Quantum Weighted MELSTM

School of Electrical Engineering, Qingdao University, Qingdao 266071, China
*
Author to whom correspondence should be addressed.
Energies 2023, 16(9), 3697; https://doi.org/10.3390/en16093697
Submission received: 29 March 2023 / Revised: 21 April 2023 / Accepted: 24 April 2023 / Published: 25 April 2023

Abstract

:
Accurate and efficient short-term forecasting of multiple loads is of great significance to the operation control and scheduling of integrated energy distribution systems. In order to improve the effect of load forecasting, a mogrifier-quantum weighted memory enhancement long short-term memory (Mogrifier-QWMELSTM) neural network forecasting model is proposed. Compared with the conventional LSTM neural network model, the model proposed in this paper has three improvements in model structure and model composition. First, the mogrifier is added to make the data fully interact with each other. This addition can help enhance the correlation between the front and rear data and improve generalization, which is the main disadvantage of LSTM neural network. Second, the memory enhancement mechanism is added on the forget gate to realize the extraction and recovery of forgotten information. The addition can help improve the gradient transmission ability in the learning process of the neural network, make the neural network remain sensitive to distant data information, and enhance the memory ability. Third, the model is composed of quantum weighted neurons. Compared with conventional neurons, quantum weighted neurons have significant advantages in nonlinear data processing and parallel computing, which help to improve the accuracy of load forecasting. The simulation results show that the weighted mean accuracy of the proposed model can reach more than 97.5% in summer and winter. Moreover, the proposed model has good forecasting effect on seven typical days in winter, which shows that the model has good stability.

1. Introduction

In recent years, the problem of environmental pollution and ecological destruction has become increasingly serious. It is imperative to vigorously develop new energy and promote the transformation and upgrading of the energy industry [1]. The integrated energy distribution system (IEDS) takes typical energy supply networks such as distribution network, gas distribution network and regional thermal network as the backbone grid. Taking energy hubs as typical energy coupling links, it is an integrated system of production, supply and marketing realized after coordinating and optimizing the production, distribution, conversion and consumption of multiple energy sources. It has the characteristics of a complex energy structure, diverse energy consumption characteristics, intensive energy interaction and strong coupling of physical information. IEDS plays an important role in the transformation and upgrading of the energy industry, which is of great significance for improving the environmental quality and energy utilization rate [2]. The construction of IEDS helps to solve a series of challenges and problems faced by the development of the energy industry.
Accurate and efficient short-term forecasting of multiple loads is of great significance to the operation control and scheduling of IEDS [3]. Firstly, according to the results of multiple load forecasting, various energy sources are rationally allocated to improve the energy utilization efficiency and the economy of IEDS operation [4]. Secondly, according to the results of multiple load forecasting, the demand side analysis and the response plan are made more reasonably, which can help improve the reliability of IEDS operation [5]. Finally, based on the results of multiple load forecasting, the maintenance department sets maintenance time and makes a maintenance plan reasonably to avoid the peak period of energy consumption and reduce the influence on the user side of the system [6]. In recent years, various types of neural networks have been widely used in multiple load short-term forecasting and achieved good forecasting results [7]. Luo et al. [8] constructed a load forecasting model by combining a convolution neural network with support vector machine. Li et al. [9] applied wavelet neural network to short-term load forecasting. They used an improved particle swarm optimization algorithm to optimize the wavelet neural network. Zhu et al. [10] comprehensively considered the autocorrelation of various loads in time series and the cross-correlation in various frequency bands, and constructed a wavelet packet decomposition-recurrent neural network forecasting model. Zhang et al. [11] proposed a short-term load forecasting method based on a deep belief network and multi-task regression, which considers energy conversion and consumption modes. Zhou et al. [12] proposed a multiple load short-term forecasting method based on user hierarchical clustering and deep belief network. They clustered user groups into different clusters which can help improve forecasting performance.
Long short-term memory (LSTM) neural network is an improved variant of recurrent neural network (RNN). Compared with RNN, LSTM neural network redesigns the memory cell on the basis of maintaining the basic structure and sets up three control gates, namely forget gate, input gate and output gate. The three control gates are used to select the correction parameters of the error function of memory feedback which descends with the gradient, and to optimize the weight of the self-loop, so as to keep the dynamic change of the weight [13]. LSTM neural network has good nonlinear data fitting ability, so it is applied to multiple load forecasting of IEDS, which is a nonlinear time series forecasting problem. Tian et al. [14] applied a conventional LSTM neural network to multiple load short-term forecasting. Sun et al. [15] established a shared layer of multi-task learning through LSTM neural network to realize multiple load forecasting. However, the conventional LSTM neural network has poor stability and its ability to extract input features from high-dimensional and long-order data is insufficient. Its generalization ability and forecasting accuracy need to be improved. Tian et al. [16] added an attention mechanism and dropout layer to the LSTM neural network to build forecasting model. These two improvements can help to reduce training time, enhance stability and improve the forecasting effect. Zheng et al. [17] combined Copula theory with deep bidirectional LSTM neural network to build a forecasting model. The advantage of bidirectional learning is helpful to improve the accuracy of load forecasting. However, Tian et al. [16] and Zheng et al. [17] did not verify the generalization ability and stability of the proposed models. In recent years, many new research results have been put forward about the structural improvement of LSTM neural network. Melis et al. [18] constructed a mogrifier LSTM neural network to improve the generalization ability of the neural network. Wu et al. [19] added the memory enhancement mechanism to LSTM neural network to realize the extraction and recovery of forgotten information. This addition can help improve the gradient conduction ability and memory ability of the neural network.
Combining quantum computing theory with neural networks is considered to be an effective way to improve the performance of neural networks, and has become a hot topic in neural network research [20]. Compared with conventional neural networks, quantum neural networks have more advantages in parallel computing and have stronger nonlinear data processing capabilities. Li et al. [21] applied a quantum neural network combined with depth self-coding network to snow-covered flashover voltage prediction. Wang et al. [22] constructed a gas outburst risk grade prediction model based on an optimized quantum gated-node neural network. In recent years, the quantum weighted neural network, which is a common form of quantum neural networks, has been applied in the field of multiple load short-term forecasting [23].
Based on the existing research results, aiming at the defects and deficiencies of LSTM neural network model, a forecasting model based on mogrifier-quantum weighted memory enhancement long short-term memory neural network is proposed in this paper. The model is improved from two aspects: model structure and model composition. In terms of model structure, the mogrifier and memory enhancement mechanism are added to improve the generalization ability and the input feature extraction ability of high-dimensional and long-order data, which are disadvantages of the LSTM neural network. In terms of model composition, the model is composed of quantum weighted neurons. The advantages of quantum weighted neurons in nonlinear data processing and parallel computing are fully utilized to improve the forecasting accuracy and stability. The simulation results show that these three improvements are effective.
The structure of this paper is as follows. Section 2 introduces the theory of the quantum weighted neuron and the model proposed in this paper, including its structure, improvements and operation process. Section 3 includes the selection of input characteristic variables, the setting of model parameters, the forecasting effect of the proposed model and the comparison with other models. Section 4 shows the research conclusions of this paper.

2. Multiple Load Short-Term Forecasting Model of Based on Mogrifier-Quantum Weighted MELSTM

2.1. Quantum Weighted Neuron

In quantum computing system, the expression of a quantum state is as follows [24]:
| ϕ = a | 0 + b | 1 = [ a , b ] T
where |   is the Dirac symbol, | 0 = [ 1 , 0 ] T , | 1 = [ 0 , 1 ] T , a and b are a pair of complex numbers, which represent the probability amplitude of quantum state, | a | 2 + | b | 2 = 1 .
In quantum weighted neurons, transmitter transfer from cell to cell is simulated by four steps, which are weighting, aggregation, activation and excitation [25]. Weighting is the simulation of the binding strength between synapses in nerve cells. Aggregation is the simulation of stimuli collected by dendrites. Activation is the simulation of the change of membrane potential and the interaction between membrane potential and current activity value. Excitation is the simulation of the nonlinear characteristics of neurons such as inhibition, fatigue and threshold. The structure of quantum weighted neurons is shown in Figure 1. Weight values and activity values are expressed by quantum states respectively, and activation is realized by the inner product operator.
In Figure 1, | ϕ m , | φ , , F and f represent the quantum state of weight value, the quantum state of activity value, the aggregation operator, the activation function and the excitation function, respectively, | ϕ m = [ cos α m , sin α m ] T , | φ = [ cos β , sin β ] T , α m is the phase of | ϕ m , and β is the phase of | φ .
The input is x = [ x 1 , x 2 , , x m ] T , the output is y , the input and output expression of a quantum weighted neuron is as follows:
y = f ( F ( x T | ϕ , | φ ) ) = f ( i = 1 m x i ϕ i | φ ) = f ( i = 1 m x i cos ( α i β ) )
where | ϕ = [ | ϕ 1 , | ϕ 2 , | ϕ m ] T denotes the quantum state vector of weight value, | ϕ i = [ cos α i , sin α i ] T and | φ = [ cos β , sin β ] T denote the quantum state of weight value and the quantum state of activity value, respectively, α i is the phase of | ϕ i , and β is the phase of | φ . Updating α i and β can update | ϕ i and | φ .

2.2. Mogrifier-QWMELSTM Neural Network Forecasting Model

The structure of Mogrifer-QWMELSTM neural network forecasting model constructed in this paper is shown in Figure 2. Compared with the conventional LSTM neural network, the basic structures such as the forget gate and input gate remain unchanged. The model is improved in two aspects: model structure and model composition. In terms of model structure, there are two improvements. First, the mogrifier is added to make x t and h t 1 complete interaction and update before making relevant calculations. This addition can help enhance the correlation between the front and rear data, and improve generalization ability of neural network. Second, the memory enhancement mechanism is added on the forget gate to realize the extraction and recovery of forgotten information. This addition can help improve the gradient transmission ability in the learning process of the neural network, make the neural network remain sensitive to distant data information, and enhance the memory ability. In terms of model composition, the model is composed of quantum weighted neurons. Compared with conventional neurons, they have significant advantages in nonlinear data processing and parallel computing, which is helpful to enhance the generalization ability and nonlinear approximation ability of neural network.
The input of the model at the current moment x t 0 and the output of the hidden layer at the moment t − 1 h t 1 0 are interacted and updated by weighting and excitation.
x t = x t a = 2 σ ( Q · h t 1 a 1 ) × x t a 1
h t 1 = h t 1 a = 2 σ ( R · x t a 1 ) × h t 1 a 1
In the formula, Q is the weight matrix connected with h t , R is the weight matrix connected with x t , σ is the sigmoid function, and a is the number of updates of the mogrifer.
After interaction and updating, x t and h t 1 are weighted, aggregated and activated, and then excited by sigmoid function and tanh function to obtain f t , i t , c ˜ t , and o t .
f t j = σ ( U f · h t 1 + W f · x t + b f ) j = σ ( F ( h t 1 T | ϕ u f ( j ) , | ( φ u f ) j ) + F ( x t T | ϕ w f ( j ) , | ( φ w f ) j ) + b f j ) = σ ( l = 1 s h t 1 l cos ( ( α u f ) l j ( β u f ) j ) + n = 1 p x t n cos ( ( α w f ) n j ( β w f ) j ) + b f j )
i t j = σ ( U i · h t 1 + W i · x t + b i ) j = σ ( F ( h t 1 T | ϕ u i ( j ) , | ( φ u i ) j ) + F ( x t T | ϕ w i ( j ) , | ( φ w i ) j ) + b i j ) = σ ( l = 1 s h t 1 l cos ( ( α u i ) l j ( β u i ) j ) + n = 1 p x t i cos ( ( α w i ) n j ( β w i ) j ) + b i j )
c ˜ t j = tanh ( U c ˜ · h t 1 + W c ˜ · x t + b c ˜ ) j = tanh ( F ( h t 1 T | ϕ u c ˜ ( j ) , | ( φ u c ˜ ) j ) + F ( x t T | ϕ w c ˜ ( j ) , | ( φ w c ˜ ) j ) + b c ˜ j ) = tanh ( l = 1 s h t 1 l cos ( ( α u c ˜ ) l j ( β u c ˜ ) j ) + n = 1 p x t i cos ( ( α w c ˜ ) n j ( β w c ˜ ) j ) + b c ˜ j )
o t j = σ ( U o · h t 1 + W o · x t + b o ) j = σ ( F ( h t 1 T | ϕ u o ( j ) , | ( φ u o ) j ) + F ( x t T | ϕ w o ( j ) , | ( φ w o ) j ) + b o j ) = σ ( l = 1 s h t 1 l cos ( ( α u o ) l j ( β u o ) j ) + n = 1 p x t i cos ( ( α w o ) n j ( β w o ) j ) + b o j )
In the formula, U f , U i , U c ˜ , and U o are the weight matrices connected with h t 1 , W f , W i , W c ˜ , and W o are the weight matrices connected with x t , b f , b i , b c ˜ , and b o are bias vectors, ϕ u f and φ u f denote the quantum state of weight value and the quantum state of activity value constituting U f , respectively, α u f is the phase of ϕ u f , and β u f is the phase of φ u f . Similarly, ϕ w f , ϕ u i , ϕ w i , ϕ u c ˜ , ϕ w c ˜ , ϕ u o , and ϕ w o denote the quantum states of weight value constituting corresponding weight matrices, φ w f , φ u i , φ w i , φ u c ˜ , φ w c ˜ , φ u o , and φ w o denote the quantum states of activity value constituting corresponding weight matrices and α w f , α u i , α w i , α u c ˜ , α w c ˜ , α u o , α w o , β w f , β u i , β w i , β u c ˜ , β w c ˜ , β u o , and β w o are the phases of corresponding quantum states. p is the number of units in the input layer, and s is the number of units in the hidden layer. n = 1 , 2 , , p , j = 1 , 2 , , s and l = 1 , 2 , , s . σ is the sigmoid excitation function and tanh is the tanh excitation function.
The memory cell state at the current moment c t is calculated from the memory cell state at the moment t − 1 c t 1 , the forgetting information c t 1 ( f ) , f t and c ˜ t . h t is calculated from c t excited by the tanh excitation function and o t .
c t 1 ( f ) j = ( 1 f t j ) × c t 1 j
c t j = f t j × c t 1 j + W c t 1 ( f ) j + i t j × c ˜ t j
h t j = o t j × tanh ( c t j )
In the formula, W is the selection ratio of forgetting information.
The output of the hidden layer h t is weighted and excited by sigmoid excitation function to obtain the output of the model y t .
y t k = σ ( W y h t ) k
In the formula, W y is the weight matrix connected with h t , q is the number of units in the output layer, k = 1 , 2 , , q .

3. Example Simulation

3.1. Example Setting and Parameter Setting

In this paper, DeST simulation software [26,27,28] is used to obtain the data of the integrated energy distribution system in northern China for one year. The IEDS is of commercial type and runs from 8:00 to 21:00. The obtained data include electrical load, cooling load, heating load and weather influencing factors. The electrical load and cooling load are mainly considered in summer, and the electrical load and heating load are mainly considered in winter. Temperature is the key factor affecting the electrical load, cooling load and heating load in IEDS. Solar radiation is closely related to the temperature and has a direct impact on the temperature change. Moisture content is related to human body temperature, which has an indirect effect on the changes of three loads. Therefore, temperature, moisture content and solar radiation are selected as three weather-influencing factors to participate in the correlation analysis. In this paper, the grey relational analysis method is used for correlation analysis. The results are shown in Table 1 and Table 2. EL, HL and CL represent electrical load, heating load and cooling load, respectively. T, M and R represent temperature, moisture content and solar radiation, respectively.
From the results, there is a strong coupling among cooling load, heating load and electrical load. The three weather factors of temperature, moisture content and solar radiation are closely related to the electrical load, cooling load and heating load of IEDS, which have an important impact on them.
Characteristic quantities of the input are shown in Figure 3, divided into weather data and historical data. The weather data include three kinds of weather factors at the moments t − 1, t and t + 1 on the forecast day. The historical data include the historical loads at the moment t−1 on the forecast day and at the moments t − 1, t, t + 1 on the day before the forecast day. All input data need to be normalized.
The number of units in the hidden layer is 95, the number of updates of the mogrifer is 3, and the selection ratio of forgotten information is set to 0.2. The model is optimized by Adam algorithm. The initial learning rate is set to 0.01 and the number of iterations is set to 6000. The hardware configuration of this experiment is Intel Core i7-12700H CPU. The memory is 16 G. The software platforms adopted are Python language and Pytorch framework.

3.2. Evaluating Indictor

The mean absolute percentage error (MAPE) and the weighted mean accuracy (WMA) are used as evaluation indexes to evaluate the performance and forecasting effect of the forecasting model [29]. The calculation formulas are as follows:
M A P E = 1 n i = 1 n | a i b i a i | × 100 %
M A = 1 M A P E
W M A = α 1 M A 1 + α 2 M A 2 + + α k M A k
where a i and b i are the actual value and forecasting value of load at the moment i , respectively, n is the number of load forecasting points, α k is the weight of load of class k and M A k is the mean accuracy of load of class k .
Considering the difference of importance of different energy sources in IEDS [30], the weights of electrical load and cooling load are set to 0.6 and 0.4, respectively, in the joint forecasting of electric load and cooling load in summer. The weights given to the joint forecasting of electrical load and heating load in winter are the same as above.

3.3. Load Forecasting Process

The multiple load forecasting process based on Mogrifier-QWMELSTM is shown in Figure 4.

3.4. Comparison of Forecasting Effects

In order to verify the effectiveness of the model proposed in this paper, typical days are selected for forecasting and analysis. Considering the difference of load between working days and rest days, a typical working day and a typical rest day are selected in summer and winter, respectively. Conventional LSTM neural network forecasting model (Model 1), mogrifer-LSTM neural network forecasting model (Model 2), memory enhancement LSTM neural network forecasting model (Model 3) and mogrifer-memory enhancement LSTM neural network forecasting model (Model 4) are selected as comparison models. The above four models are simulated together with the model proposed in this paper (Model 5). The structure of Model 4 is the same as that of Model 5, and the neurons of Model 4 are conventional neurons.
Figure 5 and Figure 6 show the forecasting curves of electrical load and cooling load of five forecasting models on working day and rest day in summer. It can be seen that the fitting degree between the load forecasting curve of Model 5 and the true value curve is better than that of the other four forecasting models. The forecasting errors of the five forecasting models are large near the peak of electrical load curve and cooling load curve. The reason for this is that the changeable weather conditions in summer lead to great fluctuations at the peak of load curve, which increases the difficulty of load forecasting.
The forecasting effect of the five models are shown in Figure 7, Table 3 and Table 4. In the load forecasting of four typical days, the WMA of Model 2 is increased by 0.748%, 0.712%, 0.714% and 0.648%, respectively, compared with Model 1, which shows that the mogrifier is added to make the data fully interact with each other, enhance the correlation between the front and rear data and help to improve the model performance. The WMA of Model 3 is increased by 0.562%, 0.49%, 0.432% and 0.438%, respectively, compared with Model 1, which shows that the memory enhancement mechanism is added to improve the gradient transmission ability in the learning process of the neural network, enhance the memory ability and improve the accuracy of load forecasting. The WMA of Model 4 reached more than 97% on four typical days, and the forecasting effect of Model 4 is better than that of Model 2 and Model 3, indicating that the mogrifier and memory enhancement mechanism can work together to further improve the forecasting accuracy. The WMA of Model 5 is increased by 0.722%, 0.842%, 0.626% and 0.638%, respectively, compared with Model 4, which shows that modeling with quantum weighted neurons can improve the learning ability of neural network, and improve the forecasting effect.
In order to verify the stability of the model proposed in this paper, seven typical days in winter are selected for forecasting. The results are shown in Table 5. The WMA of the proposed model in these seven days is over 97.5%.
To sum up, adding mogrifier and memory enhancement mechanism to conventional LSTM neural network and modeling with quantum weighted neurons can effectively improve the performance of the neural network and improve the forecasting effect of the model. The model proposed in this paper has a good forecasting effect in both summer and winter, and the stability of the model is also very good.

4. Conclusions

IEDS plays an important role in the transformation and upgrading of the energy industry, which is of great significance to improve the environmental quality and energy utilization rate. Accurate and efficient short-term forecasting of multiple loads is of great significance to the operation control and scheduling of IEDS and can provide a reference for the dispatching department and maintenance department. In this paper, a multiple load short-term forecasting model of IEDS based on Mogrifier-QWMELSTM is proposed. In order to verify the forecasting effect of the model, a large number of simulation experiments are carried out. The simulation results show that the proposed model has good forecasting accuracy and stability. Compared with the conventional LSTM neural network forecasting model, the model has made the following improvements in model structure and model composition:
(1)
The mogrifier is added to make the data fully interact with each other. This addition can help enhance the correlation between the front and rear data and improve the model’s generalization ability, which is the disadvantage of LSTM neural network.
(2)
The memory enhancement mechanism is added on the forget gate to realize the extraction and recovery of forgotten information. This addition can help improve the gradient transmission ability in the learning process of the neural network, make the neural network remain sensitive to distant data information and enhance the model’s memory ability.
(3)
The model is composed of quantum weighted neurons. Compared with conventional neurons, quantum weighted neurons have significant advantages in nonlinear data processing and parallel computing, which can help improve the accuracy of load forecasting.
In the future, the structure of IEDS will be more complex and energy access will be more diverse. Therefore, the requirement of forecasting accuracy will become higher. In the following research, the applicability of the forecasting model will be considered emphatically, and the forecasting model will be applied to various types of IEDS load forecasting for verification and analysis. At the same time, the model structure will continue to be optimized to improve the load forecasting accuracy.

Author Contributions

Writing—original draft preparation, P.S.; writing—review and editing, Z.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by National Natural Science Foundation of China, grant number 52077108.

Data Availability Statement

Not applicable.

Acknowledgments

The work was supported by National Natural Science Foundation of China (52077108).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Hasan, M.M.; Wu, C. Estimating energy-related CO2 emission growth in Bangladesh: The LMDI decomposition method approach. Energy Strategy Rev. 2020, 32, 100565. [Google Scholar] [CrossRef]
  2. Tan, Z.; De, G.; Li, M.; Lin, H.; Yang, S.; Huang, L.; Tan, Q. Combined electricity-heat-cooling-gas load forecasting model for integrated energy system based on multi-task learning and least square support vector machine. J. Clean. Prod. 2019, 248, 119252. [Google Scholar] [CrossRef]
  3. Wang, X.; Wang, S.; Zhao, Q.; Wang, S.; Fu, L. A multi-energy load prediction model based on deep multi-task learning and ensemble approach for regional integrated energy systems. Int. J. Electr. Power Energy Syst. 2021, 126, 106583. [Google Scholar]
  4. Wu, C.; Yao, J.; Xue, G.; Wang, J.; Wu, Y.; He, K. Load forecasting of integrated energy system based on MMOE multi-task learning and LSTM. Electr. Power Autom. Eq. 2022, 42, 33–39. [Google Scholar]
  5. Talaat, M.; Farahat, M.A.; Mansour, N.; Hatata, A.Y. Load forecasting based on grasshopper optimization and a multilayer feed-forward neural network using regressive approach. Energy 2020, 196, 117087. [Google Scholar] [CrossRef]
  6. Zhang, X. Research on Multi-Load Short-Term Forecasting of Regional Integrated Energy System. Master’s Thesis, North China Electric Power University, Beijing, China, 2022. [Google Scholar]
  7. Zhu, J.; Dong, H.; Li, S.; Chen, Z.; Luo, T. Review of Data-driven Load Forecasting for Integrated Energy System. Proc. CSEE 2021, 41, 7905–7924. [Google Scholar]
  8. Luo, F.; Zhang, X.; Yang, X.; Yao, Z.; Zhu, L.; Qian, M. Load analysis and prediction of integrated energy distribution system based on deep learning. High Volt. Eng. 2021, 47, 23–32. [Google Scholar]
  9. Li, S.; Qi, J.; Bai, X.; Ge, L.; Li, T. A short-term load prediction of integrated energy system based on IPSO-WNN. Electr. Meas. Instrum. 2020, 57, 103–109. [Google Scholar]
  10. Zhu, L.; Wang, X.; Ma, J.; Chen, Q.; Qi, X. Short-term load forecast of integrated energy system based on wavelet packet decomposition and recurrent neural network. Electr. Power Constr. 2020, 41, 131–138. [Google Scholar]
  11. Zhang, L.; Shi, J.; Wang, L.; Xu, C. Electricity, Heat, and Gas Load Forecasting Based on Deep Multitask Learning in Industrial-Park Integrated Energy System. Entropy 2020, 22, 1355. [Google Scholar] [CrossRef]
  12. Zhou, B.; Meng, Y.; Huang, W.; Wang, H.; Deng, L.; Huang, S.; Wei, J. Multi-energy net load forecasting for integrated local energy systems with heterogeneous prosumers. Int. J. Electr. Power Energy Syst. 2021, 126, 106542. [Google Scholar] [CrossRef]
  13. Wang, S.; Takyi-Aninakwa, P.; Jin, S.; Yu, C.; Fernandez, C.; Stroe, D. An improved feedforward-long short-term memory modeling method for the whole-life-cycle state of charge prediction of lithium-ion batteries considering current-voltage-temperature variation. Energy 2022, 254, 124224. [Google Scholar] [CrossRef]
  14. Tian, H.; Han, A.; Yu, L.; Zhang, Z. Research on multi-load short-term forecasting model of regional integrated energy system based on GRA-LSTM neural network. Guangdong Electr. Power 2020, 33, 44–51. [Google Scholar]
  15. Sun, Q.; Wang, X.; Zhang, Y.; Zhang, F.; Zhang, P.; Gao, W. Multiple load prediction of integrated energy system based on long short-term memory and multi-task learning. Autom. Electr. Power Syst. 2021, 45, 63–70. [Google Scholar]
  16. Tian, H.; Zhang, Z.; Yu, D. Research on multi-load short-term forecasting of regional integrated energy system based on improved LSTM. Proc. CSU-EPSA 2021, 33, 130–137. [Google Scholar]
  17. Zheng, J.; Zhang, L.; Chen, J.; Wu, G.; Ni, S.; Hu, Z.; Weng, C.; Chen, Z. Multiple-Load Forecasting for Integrated Energy System Based on Copula-DBiLSTM. Energies 2021, 14, 2188. [Google Scholar] [CrossRef]
  18. Melis, G.; Kocishy, T.; Blunsom, P. Mogrifier LSTM. In Proceedings of the International Conference on Learning Representations, Addis Ababa, Ethiopia, 30 April 2020. [Google Scholar]
  19. Wu, M.; Hou, L.; Wang, C. Improved Mechanism of Prediction-Oriented Long Short-Term Memory Neural Network. Comput. Eng. Appl. 2021, 57, 109–115. [Google Scholar]
  20. Ding, L. Research on Quantum Neural Network Model and Its Algorithm. Master’s Thesis, Northwest University, Xi’an, China, 2009. [Google Scholar]
  21. Li, Y.; Teng, Y.; Yuan, S.; Leng, O. Study on snow covered insulator flashover characteristics and its improved QNN prediction model. Power Syst. Technol. 2018, 42, 2725–2732. [Google Scholar]
  22. Wang, Y.; Sun, F.; Fu, H.; Xu, Y. Prediction of Coal and Gas Outburst Based on Optimized Quantum Gated Neural Networks. Inf. Contrl. 2020, 49, 249–256. [Google Scholar]
  23. Wang, S.; Zhang, Z. Short-Term Multiple Load Forecasting Model of Regional Integrated Energy System Based on QWGRU-MTL. Energies 2021, 14, 6555. [Google Scholar] [CrossRef]
  24. Zhu, Y. Research on Quantum Neural Network Model of Structure and Algorithm. Master’s Thesis, Northeast University, Shenyang, China, 2012. [Google Scholar]
  25. Xiang, W.; Li, F.; Wang, J.; Tang, B. Quantum Weighted Gated Recurrent Unit Neural Network and Its Application in Performance Degradation Trend Prediction of Rotating Machinery. Neurocomputing 2018, 313, 85–95. [Google Scholar] [CrossRef]
  26. Sun, F.; Li, N.; Chen, S.; Xie, Y. Comparison Analysis Between Simulation and Practice Measurement of Energy Consumption Based on DEST-H Software in Urban Residence. Power Gener. Technol. 2007, 118, 43–46. [Google Scholar]
  27. Dong, X. Research on Multi-Featured Heating Load Prediction Based on LSTM Neural Network. Master’s Thesis, North China Electric Power University, Beijing, China, 2022. [Google Scholar]
  28. Zhu, S.; Yu, X. Economic Benefits of Energy-saving Reconstruction of Existing Farm Houses in Tianjin Based on DeST. J. BEE 2022, 50, 121–125+143. [Google Scholar]
  29. Wang, S.; Ren, P.; Takyi-Aninakwa, P.; Jin, S.; Fernandez, C. A Critical Review of Improved Deep Convolutional Neural Network for Multi-Timescale State Prediction of Lithium-Ion Batteries. Energies 2022, 15, 5053. [Google Scholar] [CrossRef]
  30. Shi, J.; Tan, T.; Guo, J.; Liu, Y.; Zhang, J. Multi-task learning based on deep architecture for various types of load forecasting in regional energy system integration. Power Syst. Technol. 2018, 42, 698–707. [Google Scholar]
Figure 1. Structure diagram of quantum weighted neurons.
Figure 1. Structure diagram of quantum weighted neurons.
Energies 16 03697 g001
Figure 2. Structure diagram of Mogrifier-QWMELSTM neural network.
Figure 2. Structure diagram of Mogrifier-QWMELSTM neural network.
Energies 16 03697 g002
Figure 3. Characteristic quantities of the input.
Figure 3. Characteristic quantities of the input.
Energies 16 03697 g003
Figure 4. Flow chart of load forecasting.
Figure 4. Flow chart of load forecasting.
Energies 16 03697 g004
Figure 5. Comparison of electrical load forecasting curves of five models in summer. (a) Electrical load forecasting curves of five models on working day in summer; (b) Electrical load forecasting curves of five models on rest day in summer.
Figure 5. Comparison of electrical load forecasting curves of five models in summer. (a) Electrical load forecasting curves of five models on working day in summer; (b) Electrical load forecasting curves of five models on rest day in summer.
Energies 16 03697 g005
Figure 6. Comparison of cooling load forecasting curves of five models in summer. (a) Cooling load forecasting curves of five models on working day in summer; (b) Cooling load forecasting curves of five models on rest day in summer.
Figure 6. Comparison of cooling load forecasting curves of five models in summer. (a) Cooling load forecasting curves of five models on working day in summer; (b) Cooling load forecasting curves of five models on rest day in summer.
Energies 16 03697 g006
Figure 7. Comparison of weighted mean accuracy of five models.
Figure 7. Comparison of weighted mean accuracy of five models.
Energies 16 03697 g007
Table 1. Correlation between loads and influencing factors in summer.
Table 1. Correlation between loads and influencing factors in summer.
Load TypeCorrelation Degree
ELCLTMR
EL1.000.870.630.590.75
CL0.871.000.650.630.78
Table 2. Correlation between loads and influencing factors in winter.
Table 2. Correlation between loads and influencing factors in winter.
Load TypeCorrelation Degree
ELHLTMR
EL1.000.760.630.640.76
HL0.751.000.640.680.78
Table 3. Comparison of forecasting effect of five models in summer.
Table 3. Comparison of forecasting effect of five models in summer.
Working DayRest Day
Electrical
Load
Cooling
Load
Electrical
Load
Cooling
Load
MAPE/%Model 14.193.684.283.61
Model 23.452.923.522.97
Model 33.583.193.753.18
Model 43.132.563.282.55
Model 52.541.642.331.87
WMA/%Model 196.01495.988
Model 296.76296.700
Model 396.57696.478
Model 497.09897.012
Model 597.82097.854
Table 4. Comparison of forecasting effect of five models in winter.
Table 4. Comparison of forecasting effect of five models in winter.
Working DayRest Day
Electrical
Load
Heating
Load
Electrical
Load
Heating
Load
MAPE/%Model 13.773.983.823.94
Model 23.043.293.173.30
Model 33.333.563.373.52
Model 42.763.052.773.00
Model 52.012.612.042.50
WMA/%Model 196.14696.132
Model 296.86096.778
Model 396.57896.570
Model 497.12497.138
Model 597.75097.776
Table 5. Forecasting effect of the model in seven typical days.
Table 5. Forecasting effect of the model in seven typical days.
MAPE/%WMA/%
Electrical
Load
Heating
Load
Day 12.372.3897.626
Day 22.192.2697.782
Day 32.062.2797.856
Day 42.222.2997.752
Day 52.012.6197.750
Day 62.042.5097.776
Day 72.372.4797.590
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.

Share and Cite

MDPI and ACS Style

Song, P.; Zhang, Z. Research on Multiple Load Short-Term Forecasting Model of Integrated Energy Distribution System Based on Mogrifier-Quantum Weighted MELSTM. Energies 2023, 16, 3697. https://doi.org/10.3390/en16093697

AMA Style

Song P, Zhang Z. Research on Multiple Load Short-Term Forecasting Model of Integrated Energy Distribution System Based on Mogrifier-Quantum Weighted MELSTM. Energies. 2023; 16(9):3697. https://doi.org/10.3390/en16093697

Chicago/Turabian Style

Song, Peng, and Zhisheng Zhang. 2023. "Research on Multiple Load Short-Term Forecasting Model of Integrated Energy Distribution System Based on Mogrifier-Quantum Weighted MELSTM" Energies 16, no. 9: 3697. https://doi.org/10.3390/en16093697

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop