Next Article in Journal
Hg Content in EU and Non-EU Processed Meat and Fish Foods
Previous Article in Journal
Superactivating Bound Entanglement in Quantum Networks via Quantum Zeno Dynamics and a Novel Algorithm for Optimized Zeno Evolution
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

Short-Term Load Forecasting Based on Spiking Neural P Systems

1
School of Electrical Engineering and Electronic Information, Xihua University, Chengdu 610039, China
2
School of Computer and Software Engineering, Xihua University, Chengdu 610039, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2023, 13(2), 792; https://doi.org/10.3390/app13020792
Submission received: 18 November 2022 / Revised: 3 January 2023 / Accepted: 3 January 2023 / Published: 6 January 2023

Abstract

:
Short-term load forecasting is a significant component of safe and stable operations and economical and reliable dispatching of power grids. Precise load forecasting can help to formulate reasonable and effective coordination plans and implementation strategies. Inspired by the spiking mechanism of neurons, a nonlinear spiking neural P (NSNP) system, a parallel computing model, was proposed. On the basis of SNP systems, this study exploits a fresh short-term load forecasting model, termed as the LF-NSNP model. The LF-NSNP model is essentially a recurrent-like model, which can effectively capture the correlation between the temporal features of the electric load sequence. In an effort to validate the effectiveness and superiority of the proposed LF-NSNP model in short-term load forecasting tasks, tests were conducted on datasets of different time and different variable types, and the predictive competence of various baseline models was compared.

1. Introduction

Electricity load forecasting plays an essential role in power system planning and operations [1]. Accurate prediction of future loads in different time horizons will be able to considerably enhance the stable and efficient management and coordinated dispatching of power grids. In line with different time scales, load forecasting is separated into three types: short-term, medium-term, and long-term forecasting. These three types have been used for power system planning, chiefly for maintenance scheduling, coordination control, reliable operation, performance evaluation, and generation/transmission expansion planning.
Short-term load forecasting focuses on predicting the load future from a few minutes to a week. During these years, various STLF methods have been raised, including linear or nonparametric regression [2,3], autoregressive models [4], support vector regression (SVR) [1,5], fuzzy logic methods [6], and so on. More methods and reviews can be found in [7,8].
In short-term load forecasting, neural networks are a representative class of models. Different neural networks and variants have been proposed, for instance, multilayer perceptron (MLP) [9], radial basis function (RBF) network [10], wavelet neural network [11], extreme learning machine (ELM) [12], and fuzzy neural networks [13]. These neural network models are essentially shallow models, often requiring manual or skillful design of features and network structures, and they may suffer from “overfitting” problems.
With the continuous innovation of neural network theory and the growth of computing power, the deep neural network model has been carried over to plenty of sectors and gained tremendous success, such as computer vision, speech recognition, and natural language processing [14]. Deep neural networks can be easily designed and constructed modularly, and the “overfitting” and vanishing gradient problems can be avoided by employing some techniques. Deep neural network models include convolutional neural network (CNN), long short-term memory (LSTM), gated recurrent unit (GRU), and so on. In recent years, a variety of deep neural network models are already used to solve power load forecasting problems. For instance, Ryu et al. [15] developed a load forecasting method derived from deep neural networks. Merkel et al. [16] discussed a deep neural network regression method for short-term load forecasting. Wang et al. [17] proposed a conditional residual model for probabilistic load forecasting. Zhang et al. [18] discussed a deep reinforcement learning method for short-term load forecasting. Although these models have shown good prediction performance, however, a power system is a complex dynamic system, so load forecasting is still a challenging task. This study focuses on developing a new recurrent-like prediction model for load forecasting tasks.
Spiking neural P (SNP) systems [19] are a novel batch of distributed parallel computing models, enlightened from the framework of a biological nervous system. Inspired by spiking neurons, SNP systems fall into the third generation of neural networks. Nonlinear spiking neural P (NSNP) systems [20] are the nonlinear variants of SNP systems. The nonlinear spike mechanism is an important feature of an NSNP system, which is different from other systems. In an NSNP system, there is a nonlinear firing rule and a unit for storing states in every neuron, and the state is evolved by the nonlinear spiking rule. Therefore, NSNP systems are particularly suitable for characterizing a dynamical system. This study focuses on developing a brand-new model for a short-term load forecasting problem. For this reason, NSNP systems are introduced to exploit a novel short-term load forecasting model, termed as the LF-NSNP model. Due to its structure, the LF-NSNP model is a recurrent-like model, that is, a variant of the SNP system combined with recurrent neural networks (RNN). The LF-NSNP model has the ability to effectively capture the correlation between the temporal features of the electric load sequence. A benchmark load dataset is used to test and verify the exploited LF-NSNP model and 11 different baseline prediction models.
The contributions of this study can be summarized as follows:
(1)
We propose a variant of NSNP systems, which is inspired from the nonlinear spiking mechanism of biological neurons.
(2)
Based on the variant, we deduce a new type of neuron model, NSNP neuron model, which is a recurrent-like neuron model.
(3)
Based on the NSNP neuron model, we develop a prediction model for short-term load forecasting, called the LF-NSNP model. The LF-NSNP model can be implemented in the RNN framework due to its recurrent-like structure.
(4)
Extensive experiment is conducted to verify the effectiveness of the proposed LF-NSNP model for short-term load forecasting.
The remainder of this paper is organized as follows. Section 2 briefly reviews NSNP systems and then discusses in detail the proposed LF-NSNP model. The experimental results are presented in Section 3. Finally, the conclusions are drawn in Section 4.

2. Proposed Prediction Model

2.1. NSNP Systems

The spiking neural P (SNP) system [19] is a brand-new batch of parallel computational models based on the structure and attributes of biological neurons. In the past, researchers have proposed a variety of variants [21,22,23,24,25]. The nonlinear spiking neural P (NSNP) system [20], regarded as one of the nonlinear variants of the SNP system, can process the firing of neurons through nonlinear spiking rules, which means that it can be used to develop a new recurrent-like model.
Definition 1. An NSNP system is acquired as
Π = ( O , σ 1 , σ 2 , , σ m , s y n , x , y )
where,
(1)
O = { a } denotes a singleton alphabet (a indicates the spike).
(2)
σ i = ( u i , r i ) is the ith neuron, 1 i m , wherein
(a)
u i denotes the primary state of σ i .
(b)
r i denotes the nonlinear firing rule, and the modality is a g ( u ) a f ( u ) , wherein u = u i + x , and both the functions g ( · ) and f ( · ) are nonlinear.
(3)
s y n = 1 , 2 , , m × 1 , 2 , , m with i , j = 1 , 2 , , m , i j (synapses).
(4)
x denotes the external input of the model.
(5)
y denotes the external output of the model.
An NSNP system can be expressed by a directed graph of m neurons. In an NSNP system, every neuron is composed of a state unit and a nonlinear firing rule. The rule is in the form of a g ( u ) a f ( u ) , and the state of the neuron is evolved by the nonlinear spiking rule. Therefore, the nonlinear spiking rule characterizes the dynamic behaviors of the NSNP system. In the case of solving practical problems, the NSNP system can be considered as a multiple input, multiple output (MIMO) system, where x and y are the external input and output of the model.
Suppose that u i ( t ) and u i ( t 1 ) represent the states of neuron σ i at time t and time t 1 ; x i ( t ) is the input of neuron σ i at time t. According to the nonlinear spiking mechanism, the state and input–output equations for neuron σ i is shown as follows:
u i ( t ) = u i ( t 1 ) g ( u i ( t 1 ) + x i ( t ) ) + n
y i ( t ) = f ( u i ( t 1 ) + x i ( t ) )
where n is the value of spikes gained from other neurons.

2.2. LF-NSNP Model

To construct a recurrent-like model, we consider a special NSNP system that contains just one neuron σ , this is, in Definition 1, m = 1 . There are no neurons that can send the spikes to the unique neuron σ , so in Equation (2), n = 0 . Therefore, the state and input–output equations are able to be rewritten as below:
u ( t ) = u ( t 1 ) g ( u ( t 1 ) + x ( t ) )
y ( t ) = f ( u ( t 1 ) + x ( t ) )
where u ( t ) and u ( t 1 ) denote the states of neuron σ i at time t and time t 1 ; x ( t ) is the input of neuron σ at time t.
Note that the special NSNP system is nonparametric because Equations (4) and (5) have no parameters to learn. To make the special NSNP system a learnable system, Equations (6) and (7) are parameterized as follows:
u ( t ) = w 0 u ( t 1 ) g ( w 1 u ( t 1 ) + w 2 x ( t ) )
y ( t ) = f ( w 1 u ( t 1 ) + w 2 x ( t ) )
where w 0 , w 1 , w 2 , w 1 , w 2 are the trainable parameters.
Since load data are usually multivariate, the state equation and input–output equation above are extended to the multivariate case; u ( t ) , x ( t ) , y ( t ) are multi-dimensional vectors. Thus, the state and input–output equations can be expressed by
u ( t ) = w 1 u ( t 1 ) w 2 g ( w u u ( t 1 ) + w x x ( t ) + b )
y ( t ) = w 3 f ( w u u ( t 1 ) + w x x ( t ) + b )
where w u , w u , w x , w x are the state and input weight matrix, and b, b are bias vectors.
Based on Equations (8) and (9), we construct a recurrent-like neuron, called a recurrent-like NSNP neuron. Figure 1 presents the functional construction of the recurrent-like NSNP neuron model. In the recurrent-like NSNP neuron, three nonlinear gates are introduced:
r ( t ) = ρ ( U r y ( t 1 ) + W r x ( t ) + b r )
c ( t ) = ρ ( U c y ( t 1 ) + W c x ( t ) + b c )
o ( t ) = ρ ( U o y ( t 1 ) + W o x ( t ) + b o )
where r ( t ) , c ( t ) , o ( t ) are the reset gate, consumption gate, and generation gate, respectively; ρ ( · ) is a nonlinear function, and it is often given by sigmoid; x ( t ) is the input of neuron σ at time t, and y ( t 1 ) are the output of neuron σ at time t 1 . Let f g , and a ( t ) is given by
a ( t ) = f ( U a u ( t 1 ) + W a x ( t ) + b a )
Thus, the state and input–output equations are given by:
u ( t ) = r ( t ) Θ u ( t 1 ) c ( t ) Θ a ( t )
y ( t ) = o ( t ) Θ a ( t )
where Θ indicates the inner product of two vectors. Usually, f is given by the tanh function. In Equations (10)–(15), U r , U c , U o , U a , W r , W c , W o , W a , b r , b c , b o , b a are the parameters to be trained.
The recurrent-like NSNP neuron model in Figure 1 is expressed by Equations (10)–(15). Figure 2 is the unfolding of the recurrent-like NSNP neuron in time t = 1 , 2 , , T . The unfolding model is called the LF-NSNP model, which is used to perform short-term load forecasting in this study. Therefore, the LF-NSNP model is essentially a recurrent-like model. The advantage of the LF-NSNP model is that it can effectively capture the correlation between the temporal features of the electric load sequence. Moreover, the LF-NSNP model can easily be trained by using the usual BPTT algorithm because it is a recurrent-like model. The flowchart is shown in Figure 3.

3. Experiments

3.1. Dataset

In the experiments, we selected a benchmark dataset that has the different historical load data to measure the availability and stability of the predicted performance of the exploited LF-NSNP model. Meanwhile, the proposed LF-NSNP model was compared with other baseline models.
This benchmark dataset is the load dataset in the ISO system for England (ISO-NE) [26], which includes hourly (CT, ME, NH, RI, VT, NEMASS, SEMASS and WCMASS) from 2013 to 2016, the historical load of each region, and the whole load (SYS) of the whole system. The dataset also contains hourly load data and temperature data for the above systems in England from 2003 to 2014.

3.2. Evaluation Metrics

To quantitatively test and verify the predictive behavior of the exploited LF-NSNP model, three evaluation metrics were used in experiments.
The first indicator is mean absolute error (MAE), which is expressed as below:
M A E = 1 n i = 1 n | y ^ i y i |
The second indicator is mean absolute percentage error (MAPE), which is described by Formula (17).
M A P E = 1 n i = 1 n | y ^ i y i y i |
The third indicator is root mean square error (RMSE), which is presented in Formula (18).
R M S E = 1 n i = 1 n ( y ^ i y i ) 2
where, y ^ i is the forecast load value, and y i is the real load value; n is the quantity of time points for predicting the load. Generally, the smaller the metric value, the more precise and effective the predicted result of the model is.

3.3. Experimental Results

In the experiment, we selected the load data of two periods in the ISO dataset as case studies and compared with different baseline forecasting models.

3.3.1. Case A

We selected the 2013–2015 load data of eight regions and the whole system in the ISO dataset for model training and the 2016 data as the test dataset.
To present the experimental effect clearly, Figure 4 intercepts the data from the 4000th hour to the 4400th hour of the year, showing the total load prediction results for these areas and the absolute error curves of the proposed LF-NSNP model, where the upper figure is the predicted absolute error curve, and the lower figure is the original load curve and the predicted load curve. Figure 4 presents the predicted load curve of the proposed LF-NSNP model, which can be more accurately matched with the actual load curve, and the absolute error can also be stable at a low level of 0–600. This indicates that the proposed LF-NSNP model can afford to splendidly capture the variation law of the actual load curve and extract the temporal correlation of short-term load characteristics.
In the case study, the proposed LF-NSNP model is compared with the prediction model based on conditional residual modeling (CRM) [17]. The results of the CRM model are retrieved from Ref. [17]. Table 1 presents the predictive performance under the three metrics for the proposed LF-NSNP model and CRM model. The proposed LF-NSNP model outperforms the CRM model for all regions and metrics, as shown in Table 1. Moreover, compared with the CRM model, the proposed LF-NSNP model achieves more than 50 % improvement in RMSE, MAE, and MAPE.
Therefore, this case study illustrates that the proposed LF-NSNP model is clearly up to the short-term load forecasting task.

3.3.2. Case B

In this case study, we used the load and temperature historical data from 2009 to 2013 in ISO [26] as the experimental data set. The data from 2009 to 2012 were used to cultivate the prediction model, and the data used in the test set are from 2013.
Figure 5 shows the prediction curves based on the LF-NSNP model tested between the 5000th and 5400th hours. The upper figure is the predicted absolute error curve, and the lower figure is the original load curve and the forecast load curve. From Figure 5, we can see that the predicted load curve of the proposed LF-NSNP model can well coincide with the actual load curve, and the exploited LF-NSNP model has a very low absolute error that stably remains between 0 and 4. This is due to the fact that the exploited LF-NSNP model is capable of capturing the temporal correlation of short-term load characteristics better.
In this case study, the exploited LF-NSNP model was compared with ten baseline models, including TA, WA, OLS, LAD, PW, CLS, IRMSE, EWAFS, and ML-poly. Table 2 gives the MAPE metric value comparison between the exploited LF-NSNP model and ten baseline models for case study B. The MAPE of the baseline models can be retrieved from Ref. [27]. It can be clearly seen from Table 2 that the MAPE measurement value under the developed LF-NSNP model is far ahead of the other ten prediction baseline models. Quantitatively, the exploited LF-NSNP model has a very low MAPE metric value. The performance comparisons reveal the strength of our exploited LF-NSNP model for short-term load forecasting.
As mentioned earlier, load forecasting plays an extremely important role in power system planning and operation. Accurate prediction of future loads in different time horizons will be able to considerably enhance the stable and efficient management and coordinated dispatching of power grids. Due to its advantages in structure and performance, the proposed LF-NSNP model must provide a potential choice for the power industry sector.

4. Conclusions

NSNP systems are neural-like computing models, abstracted by the nonlinear spiking mechanism of neurons. NSNP systems have a distinguishing feature: a nonlinear spiking mechanism. Due to the nonlinear spiking mechanism, the NSNP system can be used to model dynamic systems. To perform power load forecasting, NSNP systems are used to develop a novel prediction model, termed as the LF-NSNP model. The LF-NSNP model is a recurrent-like model; therefore, it can effectively capture the correlation between the temporal features of the electrical load sequence. The proposed LF-NSNP model is evaluated on a benchmark load dataset and compared with several baseline prediction models. The comparison results demonstrate the advantage of the proposed LF-NSNP model for short-term load forecasting.

Author Contributions

Data curation, L.G.; Writing—original draft, L.L.; Project administration, J.W. and H.P. All authors have read and agreed to the published version of the manuscript.

Funding

This work was partially supported by the National Natural Science Foundation of China (No. 62176216 and No. 62076206), Research Fund of Sichuan Science and Technology Project (No. 2022ZYD0115), China.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data used to support the findings of this study are included in the article.

Conflicts of Interest

The authors declare that there is no conflict of interest regarding the publication of this paper.

Nomenclature

STLFShort-term load forecasting
SVRsupport vector regression
MLPmultilayer perceptron
RBFradial basis function
ELMextreme learning machine
CNNconvolutional neural network
LSTMlong short-term memory
GRUgated recurrent unit
SNPSpiking neural P systems
NSNPNonlinear spiking neural P
LF-NSNPLoad Forecasting Based on Nonlinear Spiking Neural P Systems
RNNrecurrent neural networks
MIMOmultiple input multiple output
MAEmean absolute error
MAPEmean absolute percentage error
RMSEroot mean square error
CRMconditional residual modeling

References

  1. Gonzalez-Romera, E.; Jaramillo-Moran, M.A.; Carmona-Fernandez, D. Monthlyelectric energy demand forecasting based on trend extraction. IEEE Trans. Power Syst. 2006, 21, 1946–1953. [Google Scholar] [CrossRef]
  2. Charytoniuk, W.; Chen, M.S.; Olinda, P.V. Nonparametric regression based short-term load forecasting. IEEE Trans. Power Syst. 1998, 13, 725–730. [Google Scholar] [CrossRef]
  3. Song, K.-B.; Baek, Y.-S.; Hong, D.H.; Jang, G. Short-term load forecasting for the holidays using fuzzy linear regression method. IEEE Trans. Power Syst. 2005, 20, 96–101. [Google Scholar] [CrossRef]
  4. Taylor, J.W. Short-term electricity demand forecasting using double seasonal exponential smoothing. J. Oper. Res. Soc. 2003, 54, 799–805. [Google Scholar] [CrossRef]
  5. Elattar, E.E.; Goulermas, J.; Wu, Q.H. Electric load forecasting based on locally weighted support vector regression. IEEE Trans. Syst. Man, Cybern. Part C 2010, 40, 438–447. [Google Scholar] [CrossRef]
  6. Rejc, M.; Pantos, M. Short-term transmission-loss forecast for the Slovenian transmission power system based on a fuzzy-logic decision approach. IEEE Trans. Power Syst. 2011, 26, 1511–1521. [Google Scholar] [CrossRef]
  7. Hippert, H.S.; Pedreira, C.E.; Souza, R.C. Neural networks for short-term load forecasting: A review and evaluation. IEEE Trans. Power Syst. 2001, 16, 44–55. [Google Scholar] [CrossRef]
  8. Wang, Y.; Chen, Q.; Hong, T.; Kang, C. Review of smart meter data analytics: Applications, methodologies, and challenges. IEEE Trans. Smart Grid 2019, 10, 3125–3148. [Google Scholar] [CrossRef] [Green Version]
  9. Charytoniuk, W.; Chen, M.S. Very short-term load forecasting using artificialneural networks. IEEE Trans. Power Syst. 2000, 15, 263–268. [Google Scholar] [CrossRef]
  10. Cecati, C.; Kolbusz, J.; Ró˙zycki, P.; Siano, P.; Wilamowski, B.M. A novel RBF training algorithm for short-term electric load forecasting and comparative studies. IEEE Trans. Ind. Electron. 2015, 62, 6519–6529. [Google Scholar] [CrossRef]
  11. Chen, Y.; Luh, P.B.; Guan, C.; Zhao, Y.; Michel, L.D.; Coolbeth, M.A.; Friedl, P.B.; Rourke, S.J. Short-term load forecasting: Similar day-based wavelet neural networks. IEEE Trans. Power Syst. 2010, 25, 322–330. [Google Scholar] [CrossRef]
  12. Zhang, R.; Dong, Z.Y.; Xu, Y.; Meng, K.; Wong, K.P. Short-term load forecasting of Australian national electricity market by an ensemble model of extreme learning machine. IET Gener. Transm. Distrib. 2013, 7, 391–397. [Google Scholar] [CrossRef]
  13. Doveh, E.; Feigin, P.; Greig, D.; Hyams, L. Experience with FNN models formedium term power demand predictions. IEEE Trans. Power Syst. 1999, 14, 538–546. [Google Scholar] [CrossRef]
  14. Goodfellow, I.; Bengio, Y.; Courville, A. Deep Learning; MIT Press: Cambridge, MA, USA, 2016. [Google Scholar]
  15. Ryu, S.; Noh, J.; Kim, H. Deep neural network based demand side short term load forecasting. Energies 2016, 10, 3. [Google Scholar] [CrossRef]
  16. Merkel, G.; Povinelli, R.J.; Brown, R.H. Deep neural network regression for short-term load forecasting of natural gas. In Proceedings of the 37th Annual International Symposium on Forecasting 2017, Boston, MA, USA, 25–28 June 2017. [Google Scholar]
  17. Wang, Y.; Chen, Q.; Zhang, N.; Wang, Y. Conditional Residual Modeling for Probabilistic Load Forecasting. IEEE Trans. Power Syst. 2018, 33, 7327–7330. [Google Scholar] [CrossRef]
  18. Zhang, W.; Chen, Q.; Yan, J.; Zhang, S.; Xu, J. A novel asynchronous deep reinforcement learning model with adaptive early forecasting method and reward incentive mechanism for short-term load forecasting. Energy 2021, 236, 121492. [Google Scholar] [CrossRef]
  19. Ionescu, M.; Păun, G.; Yokomori, T. Spiking neural P systems. Fundam. Inform. 2006, 71, 279–308. [Google Scholar]
  20. Peng, H.; Lv, Z.; Li, B.; Luo, X.; Wang, J.; Song, X.; Wang, T.; Pérez-Jiménez, M.J.; Riscos-Núñez, A. Nonlinear spiking neural P systems. Int. J. Neural Syst. 2020, 30, 2050008. [Google Scholar] [CrossRef]
  21. Peng, H.; Yang, J.; Wang, J.; Wang, T.; Sun, Z.; Song, X.; Luo, X.; Huang, X. Spiking neural P systems with multiple channels. Neural Netw. 2017, 95, 66–71. [Google Scholar] [CrossRef]
  22. Peng, H.; Wang, J. Coupled neural P systems. IEEE Trans. Neural Netw. Learn. Syst. 2019, 30, 1672–1682. [Google Scholar] [CrossRef]
  23. Peng, H.; Wang, J.; Pérez-Jiménez, M.J.; Riscos-Núñez, A. Dynamic threshold neural P systems. Knowl.-Based Syst. 2019, 163, 875–884. [Google Scholar] [CrossRef]
  24. Peng, H.; Li, B.; Wang, J.; Song, X.; Wang, T.; Valencia-Cabrera, L.; Pérez-Hurtado, I.; Riscos-Núñez, A.; Pérez-Jiménez, M.J. Spiking neural P systems with inhibitory rules. Knowl.-Based Syst. 2020, 188, 105064. [Google Scholar] [CrossRef]
  25. Peng, H.; Bao, T.; Luo, X.; Wang, J.; Song, X.; Riscos-Núñez, A.; Pérez-Jiménez, M.J. Dendrite P systems. Neural Netw. 2020, 127, 110–120. [Google Scholar] [CrossRef] [PubMed]
  26. ISO New England. ISO New England Zonal Information. 2017. Available online: https://www.iso-ne.com/isoexpress/web/reports/load-anddemand (accessed on 1 January 2022).
  27. Nowotarski, J.; Liu, B.; Weron, R.; Hong, T. Improving Short Term Load Forecast Accuracy via Combining Sister Forecasts. Energy 2016, 98, 40–49. [Google Scholar] [CrossRef]
Figure 1. The recurrent−like NSNP neuron model.
Figure 1. The recurrent−like NSNP neuron model.
Applsci 13 00792 g001
Figure 2. LF-NSNP model.
Figure 2. LF-NSNP model.
Applsci 13 00792 g002
Figure 3. The model flowchart.
Figure 3. The model flowchart.
Applsci 13 00792 g003
Figure 4. The total load prediction results and AE curves of the proposed LF-NSNP model for 2016.
Figure 4. The total load prediction results and AE curves of the proposed LF-NSNP model for 2016.
Applsci 13 00792 g004
Figure 5. The total load prediction results and absolute error curves of the exploited LF-NSNP mode.
Figure 5. The total load prediction results and absolute error curves of the exploited LF-NSNP mode.
Applsci 13 00792 g005
Table 1. Performance comparison between the exploited LF-NSNP model and CRM model for case study A.
Table 1. Performance comparison between the exploited LF-NSNP model and CRM model for case study A.
ModelsMetricsCTMENHRIVTNEMASSSEMASSWCMASSSYS
CRMRMSE171.8249.0659.7440.6034.81133.2194.5491.85582.09
MAE127.2537.4444.2229.9525.7999.0168.9969.06433.44
MAPE3.782.953.363.284.213.554.173.683.16
LF-NSNPRMSE75.9526.9027.0719.2114.4348.3940.8736.03251.59
MAE54.7718.8419.8814.1010.3935.3331.41427.06172.68
MAPE1.561.451.511.521.651.221.891.401.20
Table 2. MAPE metric value under the exploited LF-NSNP model and ten baseline models for case study B.
Table 2. MAPE metric value under the exploited LF-NSNP model and ten baseline models for case study B.
ModelsMAPE
TA2.10
WA2.10
OLS2.14
LAD2.14
PW2.12
CLS2.11
IRMSE2.10
EWA2.18
FS2.11
ML-poly2.11
LF-NSNP 4.623 × 10 3
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

Li, L.; Guo, L.; Wang, J.; Peng, H. Short-Term Load Forecasting Based on Spiking Neural P Systems. Appl. Sci. 2023, 13, 792. https://doi.org/10.3390/app13020792

AMA Style

Li L, Guo L, Wang J, Peng H. Short-Term Load Forecasting Based on Spiking Neural P Systems. Applied Sciences. 2023; 13(2):792. https://doi.org/10.3390/app13020792

Chicago/Turabian Style

Li, Lin, Lin Guo, Jun Wang, and Hong Peng. 2023. "Short-Term Load Forecasting Based on Spiking Neural P Systems" Applied Sciences 13, no. 2: 792. https://doi.org/10.3390/app13020792

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