Enhancing Urban Intelligence Energy Management: Innovative Load Forecasting Techniques for Electrical Networks

Abstract

Energy sustains the world, yet fossil fuels, a finite resource, are dwindling. This necessitates a shift towards more sustainable energy sources, such as electricity. Accurate load forecasting is crucial in today’s global energy landscape, as it helps predict various aspects such as production, revenue, consumption, economic conditions, weather impacts, power system utilization, customer demand, and economic growth. For instance, an increase in electricity demand within a country often signifies a boost in industry and production, leading to economic progress and reduced unemployment. This project aims to enhance prediction accuracy through meticulous input filtering, taking into account factors like population growth, planned loads, inflation, and competitive pricing pressures from producers. Despite inherent prediction errors, efforts are made to minimize these discrepancies. This paper introduces a novel combined method for mid-term energy forecasting. To demonstrate its efficacy, real data from the past ten months, collected from subscribers of the Kerman distribution company, was used to forecast energy consumption over the next ten days. The innovative method, which integrates multiple forecasting techniques and robust filters, significantly improves forecasting precision. The following error metrics were recorded for the proposed method: MSE: 0.009, MAE: 0.083, MAPE: 0.776, RMSE: 0.095, AE: 0.013.

Share and Cite:

Farrokhi, Z. , Baesmat, K. and Regentova, E. (2024) Enhancing Urban Intelligence Energy Management: Innovative Load Forecasting Techniques for Electrical Networks. Journal of Power and Energy Engineering, 12, 72-88. doi: 10.4236/jpee.2024.1211005.

1. Introduction

Load forecasting is an invaluable tool for manufacturers aiming to minimize forecasting errors and reduce cost penalties. Electrical loads vary over time due to fluctuating factors such as population growth and economic conditions. This research introduces a combined method that utilizes a sophisticated algorithm and efficient filtering for improved load prediction, which is crucial for cost savings in production and strategic planning in power plant and electrical network development. Various methods for future energy prediction are discussed in references [1]-[9]. [1] highlights the effectiveness of input filters, enhancing the strength of our input collection, yet lacks precise techniques like robust algorithms, which our proposed method addresses. Reference [2] introduces a new feature selection technique for load and price forecasting; however, it falls short due to insufficient filtering of initial inputs, rendering it incomplete. Short-term load forecasting methods, discussed in references [3]-[5], also share this incompleteness. In reference [6], a method combining wavelet transform and partial least squares regression is proposed; though it has a robust core, it neglects suitable input and output filters, leading to significant errors. Artificial Neural Networks (ANNs) are renowned for pattern recognition in load prediction, as detailed in references [7]-[8]. ANNs are adept at modeling complex tasks but are not sufficiently robust on their own. Reference [9] discusses a kernel-based modeling approach using Support Vector Machines (SVM) for Short-Term Load Forecasting (STLF), yet it too lacks output filtering, leading to larger errors. Additionally, a variety of algorithms have been utilized for load forecasting [10]-[14], including fuzzy logic inference [15]-[17], time series [18]-[20], and mathematical regressions [21] [22]. Despite extensive research in the field of load forecasting, the need for more precise methods continues to grow, especially with rapid population increases that exacerbate errors in existing methods. For example, an error of 1% in a population of 8 billion represents a significantly larger absolute error than the same percentage in a population of 2 billion. To address this, we propose a refined method using suitable filters, a potent Genetic Algorithm (GA) to enhance the ANN, and a feature selection technique MRMRMS. This research focuses on Mid-Term Load Forecasting (MTLF), employing a combination of ANN, GA, and curve fitting with appropriate filters. We also consider scheduled loads, incorporating detailed programs from municipalities and ministries to further enhance accuracy and significantly improve predictive values. The main steps and contributions of this research are outlined in Figure 1.

Figure 1. General Schematic of the proposed method.

2. Duration of Energy Forecasting

The time duration for energy forecasting can be categorized into four distinct classes, as detailed in references [23] [24]:

1) Long-term energy forecasting: This type is utilized for planning several years to several decades into the future. 2) Mid-term energy forecasting: Employed for making predictions spanning several days to a few months. 3) Short-term energy forecasting: Used for forecasting from the next few hours up to the next few days. 4) Very short-term energy forecasting: Applicable for predictions ranging from the next few minutes to one hour. This paper primarily focuses on the mid-term type of energy forecasting.

3. Area Classification

In energy, predicting the whole region is not studied together; we should divide the area into some smaller zones. There are two main types of area classifications: regular and irregular.

3.1. Regular Classification

In the regular format, we divided the area into smaller regions of equal size, as illustrated in Figure 2.

Figure 2. Samples of regular classification for electrical load consumption.

3.2. Irregular Classification

In irregular classification Figure 3, the area is divided into zones based on load consumption. This means that areas with similar load consumption are grouped, enhancing the accuracy of the calculation process.

Figure 3. Example of irregular classification for electrical load consumption.

We used irregular classification in this paper, which it divided Kerman city to 11 zones like Figure 4:

Figure 4. Irregular classification for electrical load consumption uses in this paper.

4. Proposed Method

This paper introduces a combined method for mid-term load forecasting (MTLF) that integrates Artificial Neural Networks (ANN), Genetic Algorithms (GA), and curve fitting. This method employs scheduled loads and detailed programs from municipalities and ministries as inputs, enhancing accuracy compared to solely relying on historical data. Demand varies with the time of day, typically increasing on weekends [25]. Additionally, load fluctuations are influenced by monthly temperature variations [26]. Temperature is a critical weather parameter affecting load consumption, with a direct relationship between temperature changes and demand levels.

As shown in Figure 5, the load increases as temperatures drop. Similarly, during summer, the load also rises as temperatures become warmer. The multiple linear regression models for load are described as follows:

Equation (1) is

P( t )= K 1 + K 2 t+ K 3 ( T( t ) T s )+ K 4 ( T( t ) T C ) 2 + K 5 ( T( t ) T C ) 3 + K 6 (T( t )T( t1 )+ K 7 (T( t1 ) T( t2 )+ K 8 (T( t2 )T( t3 )+ K 9 W P 1 ( t )+ K 10 W P 2

where:

P(t): daily load, Kis: constants, T(t): dry bulb temperature at time t (This is the average temperature for the forecast load), T(ti): the daily temperature of time t-i., WPi: i-the weather parameter, besides the temperature.

4.1. Filtration

The filtration stage of inputs involves two primary steps.

4.1.1. Curve Fitting with Appropriate Regression

Various regression models are employed, including logistic, nearest neighbor, linear, and among others [1]. An example of the logistic regression method can be described by the general form shown below:

y= y 1+a є bx (2)

Figure 5. Weather-sensitive load model for 13 different days in summer temperature and winter temperature for Kerman city.

4.1.2. MRMRMS

MRMRMS is a filtering approach that selects a minimal subset of the most informative inputs for the forecasting process by maximizing relevancy, minimizing redundancy, and maximizing the synergy of the candidate features. This method, referred to as MRMRMS, is discussed next, with relevancy, redundancy, and interaction measures based on information-theoretic criteria [2].

4.2. Artificial Neural Network Description

Artificial Neural Networks (ANN) are computational models inspired by the human brain, designed to analyze and process data. ANNs are particularly adept at modeling the relationships between inputs and outputs, making them highly suitable for nonlinear tasks such as load forecasting. An ANN is composed of three main parts: Input Layer, Hidden Layer, and Output Layer as shown in Figure 6.

ANNs can effectively model the relationship between inputs and outputs, especially for nonlinear tasks such as load forecasting. Training an ANN is highly sensitive to data quality, necessitating the elimination of unsuitable data through effective filtering methods. Additionally, we employ a genetic algorithm (GA) to calculate optimal weights due to its strong accuracy. Numerous methods and algorithms are available for load forecasting, including GA, Ant Colony Optimization (ACO), and Artificial Bee Colony (ABC), among others [27]-[46]. The remaining aspect of the MRMRMS algorithm involves the fine-tuning of its adjustable parameters, including α, β, and the threshold TH. α is an adjustable parameter within the MRMRMS algorithm that requires fine-tuning specific to the problem, while β and TH are similar adjustable parameters needing precise calibration [1] [2]

Figure 6. Artificial neural network structure including input, hidden layer, output layer, and output.

4.3. Numerical Results

In this section, we demonstrate the accuracy of the proposed method using real load consumption data from the Iranian electricity market in Kerman city. Initially, we collected data from June 22, 2023, to July 4, 2023, spanning 13 days. We then utilized data from June 22, 2023, to June 28, 2023 (7 days) to forecast load consumption from June 29, 2023, to July 4, 2023 (6 days) using various methods including land consumption curve fitting, ANN + GA, ANN + GA + MRMRMS, and the proposed method. Subsequently, we compared the forecasting results with the actual data and calculated errors to demonstrate the effectiveness of the proposed method. The actual data for our 13-day period is presented in Table 1, while the errors calculated using a 5-system metric are shown in Table 1 and Figures 7-12.

Also, the results for the last day (13) are 100.621, 100.731. 101.031, 101.989, 102.280 respectively.

To demonstrate the accuracy of our methods, we calculate errors using five different metrics: Mean Square Error (MSE), Mean Average Error (MAE), Mean Absolute Error (MAE), Mean Absolute Percentage Error (MAPE), and Root Mean Square Error (RMSE).

Table 1. Comparison of the proposed with the common methods for load forecasting with real data.

Method

Energy Consumption (MWh)

Day1

Day2

Day3

Day4

Day5

Day6

Land consumption + Curve fitting

102.357

102.732

103.424

102.476

101.974

101.457

ANN + GA

102.357

102.732

103.424

102.476

101.974

101.457

ANN + GA + MRMRMS

102.357

102.732

103.424

102.476

101.974

101.457

Proposed method

102.357

102.732

103.424

102.476

101.974

101.457

Actual data

102.357

102.732

103.424

102.476

101.974

101.457

Method

Day7

Day8

Day9

Day10

Day11

Day12

Land consumption + Curve fitting

100.987

100.021

100.745

99.023

101.247

101.953

ANN + GA

100.987

100.447

100.925

100.221

101.557

102.024

ANN + GA + MRMRMS

100.987

100.835

101.124

100.783

103.907

102.983

Proposed method

100.987

101.203

102.252

101.795

103.423

104.782

Actual data

100.987

101.458

102.451

101.740

103.770

104.750

Figure 7. Actual data for 13 days of load forecasting.

Figure 8. Load forecasting with ANN + GA.

Figure 9. Load forecasting with ANN + GA + MRMRMS.

Figure 10. Load forecasting with land consumption+ curve fitting.

Figure 11. Load forecasting with proposed method.

The formulas used to calculate the errors are presented in Table 2. For a clearer comparison of results, refer to Table 3 and Figure 13.

As shown in Table 3 and Figure 13, the land consumption plus curve fitting method resulted in the highest values of MSE, MAE, MAPE, RMSE, and AE. In contrast, the proposed method exhibited the lowest values for these error metrics. Further comparison between the ANN + GA + MRMRMS and ANN + GA methods in Table 3 reveals that the ANN + GA + MRMRMS method has lower values of MSE, MAE, MAPE, RMSE, and AE, demonstrating the effectiveness of the MRMRMS enhancement. Moreover, when comparing the results for the ANN + GA + MRMRMS method with the proposed method, we observe higher error metrics for the former. This suggests that the filtering techniques employed in the proposed method significantly enhance its accuracy. Additionally, to better understand the impact of the proposed method on forecasting accuracy, we conducted the same analysis in Zone 1.

Figure 12. Comparison of the load forecasting with different methods.

Table 2. Performance metric rules.

Metric

Equation

Mean square error

MSE = 1 N i=1 N ( A i F i ) 2

Mean absolute error

MAE = 1 N i=1 N | F i A i |

Mean absolute percentage error

MAPE = 1 N i=1 N | A i F i A i |×100%

Root mean square error

RMSE = 1 N × i=1 N ( F i A i ) 2

Mean average error

AE = 1 N i=1 N ( A i F i )

Also, results for the last day (13) are, 9.27, 9.34, 10.02, 10.47, 10.39 respectively.

As shown in Table 4, the values closest to the actual data are ranked from the most accurate to least as follows: the proposed method, ANN + GA + MRMRMS, ANN + GA, and land consumption plus curve fitting. For a clearer visualization, refer to Figures 12-18.

Table 3. The comparison results of MTLF provided models considering various error criteria.

Metric

Land consumption + curve fitting

ANN + GA

MSE

4.882

3.397

MAE

2.139

1.757

MAPE

2.078

1.704

RMSE

2.209

1.843

AE

2.139

1.757

Metric

ANN + GA + MRMRMS

Proposed method

MSE

1.294

0.052

MAE

1.009

0.196

MAPE

0.981

0.191

RMSE

1.137

0.228

AE

0.964

0.167

Figure 13. The comparison results of MTLF provided models considering various error criteria (RMSE, MAE, MAPE, AE and MSE).

Table 4. Comparison of the proposed with the common methods for load forecasting with real data in zone1 (MWh).

Method

Energy Consumption (MWh)

Day1

Day2

Day3

Day4

Day5

Day6

Land consumption + Curve fitting

10.22

10.81

11.24

10.53

9.82

9.41

ANN + GA

10.22

10.81

11.24

10.53

9.82

9.41

ANN + GA + MRMRMS

10.22

10.81

11.24

10.53

9.82

9.41

Proposed method

10.22

10.81

11.24

10.53

9.82

9.41

Actual data

10.22

10.81

11.24

10.53

9.82

9.41

Method

Day7

Day8

Day9

Day10

Day11

Day12

Land consumption + Curve fitting

8.87

8.91

9.43

9.14

9.91

10.45

ANN + GA

8.87

9.03

9.64

9.17

10.13

10.75

ANN + GA + MRMRMS

8.87

9.61

9.92

9.37

11.11

12.34

Proposed method

8.87

9.47

10.3

9.79

11.52

12.77

Actual data

8.87

9.53

10.47

9.77

11.41

12.83

Figure 14. Actual data for 13 days of load forecasting in zone1.

Figure 15. Load forecasting with land consumption + curve fitting in zone1.

Figure 16. Load forecasting with ANN + GA + MRMRMS in zone1.

Figure 17. Load forecasting with proposed method in zone1.

Figure 18. Load forecasting with ann + ga in zone1.

In Figure 19, a comparison of different methods illustrates that the proposed method demonstrates greater accuracy than the others. Additionally, a detailed comparison of error rates and accuracy is presented in Figure 20 and Table 5.

Figure 19. Comparison of the load forecasting with different methods in zone1.

Figure 20. The comparison results of MTLF provided models considering various error criteria in zone1 (RMSE, MAE, MAPE, AE and MSE).

Table 5. The comparison results of MTLF provided models considering various error criteria in zone1.

Metric

Land consumption + curve fitting

ANN + GA

MSE

1.83

1.43

MAE

1.21

1.05

MAPE

10.87

9.47

RMSE

0.55

0.48

AE

1.21

1.05

Metric

ANN + GA + MRMRMS

Proposed method

MSE

0.161

0.009

MAE

0.37

0.083

MAPE

3.4

0.776

RMSE

0.4

0.095

AE

0.35

0.013

5. Conclusions

In this study, we introduced a novel mid-term load forecasting technique for electrical networks, utilizing robust filters. The effectiveness of this method was validated by comparing it against four alternative approaches using real-world data. The proposed method demonstrated superior performance, consistently exhibiting lower error rates across all metrics:

  • Proposed Method: MSE: 0.009, MAE: 0.083, MAPE: 0.776, RMSE: 0.095, AE: 0.013.

  • Land Consumption + Curve Fitting: MSE: 1.83, MAE: 1.21, MAPE: 10.87, RMSE: 0.55, AE: 1.21.

  • ANN + GA: MSE: 1.43, MAE: 1.05, MAPE: 9.47, RMSE: 0.48, AE: 1.05.

  • ANN + GA + MRMRMS: MSE: 0.161, MAE: 0.37, MAPE: 3.4, RMSE: 0.4, AE: 0.35.

Future research should focus on exploring additional algorithms and filters to further enhance the accuracy and applicability of load forecasting techniques. Investigating the integration of renewable energy sources and advanced machine learning techniques, such as deep learning and reinforcement learning, could provide significant improvements. Additionally, real-time data processing, integration of geographical information systems (GIS), and the development of hybrid models that incorporate economic, weather and social data are promising areas for further study. The impact of consumer behavior on energy usage and adaptive algorithms that respond to data changes also merit exploration. Establishing benchmarks and standards for load forecasting methods could facilitate industry-wide improvements, enhancing the reliability and efficiency of energy management systems. Collectively, these avenues offer significant potential for advancing the field of load forecasting.

Acknowledgements

All Authors contributed equally.

Conflicts of Interest

The authors declare no conflicts of interest regarding the publication of this paper.

References

[1] Hassanpouri Baesmat, K. and Shiri, A. (2018) A New Combined Method for Future Energy Forecasting in Electrical Networks. International Transactions on Electrical Energy Systems, 29, e2749.
https://doi.org/10.1002/etep.2749
[2] Baesmat, K.H. and Latifi, S. (2023) A New Hybrid Method for Electrical Load Forecasting Based on Deviation Correction and MRMRMS. In: Selvaraj, H., Chmaj, G. and Zydek, D., Eds., Advances in Systems Engineering, Springer, 293-303.
https://doi.org/10.1007/978-3-031-40579-2_29
[3] Baesmat, K.H. (2024) Impedance Analysis of Adaptive Distance Relays Using Machine Learning. In: Latifi, S., Ed., ITNG 2024: 21st International Conference on Information Technology-New Generations, Springer, 457-461.
https://doi.org/10.1007/978-3-031-56599-1_57
[4] Jamali, H., Karimi, A. and Haghighizadeh, M. (2018) A New Method of Cloud-Based Computation Model for Mobile Devices: Energy Consumption Optimization in Mobile-to-Mobile Computation Offloading. Proceedings of the 6th International Conference on Communications and Broadband Networking, Singapore, 24-26 February 2018, 32-37.
https://doi.org/10.1145/3193092.3193103
[5] Li, S., Goel, L. and Wang, P. (2016) An Ensemble Approach for Short-Term Load Forecasting by Extreme Learning Machine. Applied Energy, 170, 22-29.
https://doi.org/10.1016/j.apenergy.2016.02.114
[6] Islam, M.S., Minul Alam, M., Ahamed, A. and Ali Meerza, S.I. (2023) Prediction of Diabetes at Early Stage Using Interpretable Machine Learning. SoutheastCon 2023, Orlando, 1-16 April 2023, 261-265.
https://doi.org/10.1109/southeastcon51012.2023.10115152
[7] Abiodun, O.I., Jantan, A., Omolara, A.E., Dada, K.V., Mohamed, N.A. and Arshad, H. (2018) State-of-the-Art in Artificial Neural Network Applications: A Survey. Heliyon, 4, e00938.
https://doi.org/10.1016/j.heliyon.2018.e00938
[8] Abiodun, O.I., Kiru, M.U., Jantan, A., Omolara, A.E., Dada, K.V., Umar, A.M., et al. (2019) Comprehensive Review of Artificial Neural Network Applications to Pattern Recognition. IEEE Access, 7, 158820-158846.
https://doi.org/10.1109/access.2019.2945545
[9] Espinoza, M., Suykens, J.A.K., Belmans, R. and De Moor, B. (2007) Electric Load Forecasting Using Kernel-Based Modeling for Nonlinear System Identification. IEEE Control Systems Magazine, 27, 43-57.
https://doi.org/10.1109/MCS.2007.904656
[10] Mastorocostas, P.A., Theocharis, J.B. and Bakirtzis, A.G. (1999) Fuzzy Modeling for Short Term Load Forecasting Using the Orthogonal Least Squares Method. IEEE Transactions on Power Systems, 14, 29-36.
https://doi.org/10.1109/59.744480
[11] Hippert, H.S., Pedreira, C.E. and Souza, R.C. (2001) Neural Networks for Short-Term Load Forecasting: A Review and Evaluation. IEEE Transactions on Power Systems, 16, 44-55.
https://doi.org/10.1109/59.910780
[12] Shyh-Jier Huang, and Kuang-Rong Shih, (2003) Short-term Load Forecasting via ARMA Model Identification Including Non-Gaussian Process Considerations. IEEE Transactions on Power Systems, 18, 673-679.
https://doi.org/10.1109/tpwrs.2003.811010
[13] RochaReis, A.J. and AlvesdaSilva, A.P. (2005) Feature Extraction via Multiresolution Analysis for Short-Term Load Forecasting. IEEE Transactions on Power Systems, 20, 189-198.
https://doi.org/10.1109/tpwrs.2004.840380
[14] Fan, S. and Chen, L. (2006) Short-term Load Forecasting Based on an Adaptive Hybrid Method. IEEE Transactions on Power Systems, 21, 392-401.
https://doi.org/10.1109/tpwrs.2005.860944
[15] Khotanzad, A., Enwang Zhou, and Elragal, H. (2002) A Neuro-Fuzzy Approach to Short-Term Load Forecasting in a Price-Sensitive Environment. IEEE Transactions on Power Systems, 17, 1273-1282.
https://doi.org/10.1109/tpwrs.2002.804999
[16] Widjaja, M. and Mielczarski, W. (1999) A Fuzzy-Based Approach to Analyse System Demand in the Australian Electricity Market. 1999 IEEE Power Engineering Society Summer Meeting. Conference Proceedings (Cat. No.99CH36364), Edmonton, 18-22 July 1999, 918-923.
https://doi.org/10.1109/pess.1999.787439
[17] Iyer, V., Chun Che Fung, and Gedeon, T. (2003) A Fuzzy-Neural Approach to Electricity Load and Spot Price Forecasting in a Deregulated Electricity Market. TENCON 2003. Conference on Convergent Technologies for Asia-Pacific Region, Bangalore, 15-17 October 2003, 1479-1482.
https://doi.org/10.1109/tencon.2003.1273164
[18] Hagan, M.T. and Behr, S.M. (1987) The Time Series Approach to Short Term Load Forecasting. IEEE Transactions on Power Systems, 2, 785-791.
https://doi.org/10.1109/tpwrs.1987.4335210
[19] Michanos, S.P., Tsakoumis, A.C., Fessas, P., Vladov, S.S. and Mladenov, V.M. (n.d.). Short-term Load Forecasting Using a Chaotic Time Series. SCS 2003. International Symposium on Signals, Circuits and Systems. Proceedings (Cat. No.03EX720), Iasi, 10-11 July 2003, 437-440.
https://doi.org/10.1109/scs.2003.1227083
[20] Lu, Q., Grady, W.M., Crawford, M.M. and Anderson, G.M. (1989) An Adaptive Nonlinear Predictor with Orthogonal Escalator Structure for Short-Term Load Forecasting. IEEE Transactions on Power Systems, 4, 158-164.
https://doi.org/10.1109/59.32473
[21] Papalexopoulos, A.D. and Hesterberg, T.C. (1990) A Regression-Based Approach to Short-Term System Load Forecasting. IEEE Transactions on Power Systems, 5, 1535-1547.
https://doi.org/10.1109/59.99410
[22] Dashti, R., Afsharnia, S. and Ghasemi, H. (2010) A New Long Term Load Management Model for Asset Governance of Electrical Distribution Systems. Applied Energy, 87, 3661-3667.
https://doi.org/10.1016/j.apenergy.2010.04.003
[23] Amjady, N. and Daraeepour, A. (2011) Midterm Demand Prediction of Electrical Power Systems Using a New Hybrid Forecast Technique. IEEE Transactions on Power Systems, 26, 755-765.
https://doi.org/10.1109/tpwrs.2010.2055902
[24] Xia, C., Wang, J. and McMenemy, K. (2010) Short, Medium and Long Term Load Forecasting Model and Virtual Load Forecaster Based on Radial Basis Function Neural Networks. International Journal of Electrical Power & Energy Systems, 32, 743-750.
https://doi.org/10.1016/j.ijepes.2010.01.009
[25] Menezes, A.C., Cripps, A., Buswell, R.A., Wright, J. and Bouchlaghem, D. (2014) Estimating the Energy Consumption and Power Demand of Small Power Equipment in Office Buildings. Energy and Buildings, 75, 199-209.
https://doi.org/10.1016/j.enbuild.2014.02.011
[26] Kim, K.H., Youn, H.S. and Kang, Y.C. (2000) Short-Term Load Forecasting for Special Days in Anomalous Load Conditions Using Neural Networks and Fuzzy Inference Method. IEEE Transactions on Power Systems, 15, 559-565.
https://doi.org/10.1109/59.867141
[27] Kwak, N. and Choi, C.H. (2002) Input Feature Selection for Classification Problems. IEEE Transactions on Neural Networks, 13, 143-159.
https://doi.org/10.1109/72.977291
[28] Amjady, N. and Daraeepour, A. (2009) Design of Input Vector for Day-Ahead Price Forecasting of Electricity Markets. Expert Systems with Applications, 36, 12281-12294.
https://doi.org/10.1016/j.eswa.2009.04.059
[29] Peng, H.C., Long, F.H. and Ding, C. (2005) Feature Selection Based on Mutual Information Criteria of Max-Dependency, Max-Relevance, and Min-Redundancy. IEEE Transactions on Pattern Analysis and Machine Intelligence, 27, 1226-1238.
https://doi.org/10.1109/tpami.2005.159
[30] Latham, P.E. and Nirenberg, S. (2005) Synergy, Redundancy, and Independence in Population Codes, Revisited. The Journal of Neuroscience, 25, 5195-5206.
https://doi.org/10.1523/jneurosci.5319-04.2005
[31] Estevez, P.A., Tesmer, M., Perez, C.A. and Zurada, J.M. (2009) Normalized Mutual Information Feature Selection. IEEE Transactions on Neural Networks, 20, 189-201.
https://doi.org/10.1109/tnn.2008.2005601
[32] Amjady, N. and Keynia, F. (2011) A New Prediction Strategy for Price Spike Forecasting of Day-Ahead Electricity Markets. Applied Soft Computing, 11, 4246-4256.
https://doi.org/10.1016/j.asoc.2011.03.024
[33] Amjady, N. and Keynia, F. (2009) Day-ahead Price Forecasting of Electricity Markets by Mutual Information Technique and Cascaded Neuro-Evolutionary Algorithm. IEEE Transactions on Power Systems, 24, 306-318.
https://doi.org/10.1109/tpwrs.2008.2006997
[34] Heydari, A., Majidi Nezhad, M., Pirshayan, E., Astiaso Garcia, D., Keynia, F. and De Santoli, L. (2020) Short-Term Electricity Price and Load Forecasting in Isolated Power Grids Based on Composite Neural Network and Gravitational Search Optimization Algorithm. Applied Energy, 277, Article ID: 115503.
https://doi.org/10.1016/j.apenergy.2020.115503
[35] Sideratos, G., Ikonomopoulos, A. and Hatziargyriou, N.D. (2020) A Novel Fuzzy-Based Ensemble Model for Load Forecasting Using Hybrid Deep Neural Networks. Electric Power Systems Research, 178, Article ID: 106025.
https://doi.org/10.1016/j.epsr.2019.106025
[36] Maldonado, S., González, A. and Crone, S. (2019) Automatic Time Series Analysis for Electric Load Forecasting via Support Vector Regression. Applied Soft Computing, 83, Article ID: 105616.
https://doi.org/10.1016/j.asoc.2019.105616
[37] Yang, A., Li, W. and Yang, X. (2019) Short-term Electricity Load Forecasting Based on Feature Selection and Least Squares Support Vector Machines. Knowledge-Based Systems, 163, 159-173.
https://doi.org/10.1016/j.knosys.2018.08.027
[38] Zhang, J., Tan, Z. and Wei, Y. (2020) An Adaptive Hybrid Model for Short Term Electricity Price Forecasting. Applied Energy, 258, Article ID: 114087.
https://doi.org/10.1016/j.apenergy.2019.114087
[39] Yang, W., Wang, J., Niu, T. and Du, P. (2019) A Hybrid Forecasting System Based on a Dual Decomposition Strategy and Multi-Objective Optimization for Electricity Price Forecasting. Applied Energy, 235, 1205-1225.
https://doi.org/10.1016/j.apenergy.2018.11.034
[40] Baesmat, K.H., Masodipour, I. and Samet, H. (2021) Improving the Performance of Short-Term Load Forecast Using a Hybrid Artificial Neural Network and Artificial Bee Colony Algorithm Amélioration des performances de la prévision de la charge à court terme à l’aide d’un réseau neuronal artificiel hybride et d’un algorithme de colonies d’abeilles artificielles. IEEE Canadian Journal of Electrical and Computer Engineering, 44, 275-282.
https://doi.org/10.1109/icjece.2021.3056125
[41] Agrawal, R.K., Muchahary, F. and Tripathi, M.M. (2019) Ensemble of Relevance Vector Machines and Boosted Trees for Electricity Price Forecasting. Applied Energy, 250, 540-548.
https://doi.org/10.1016/j.apenergy.2019.05.062
[42] Kim, T. and Cho, S. (2019) Predicting Residential Energy Consumption Using CNN-LSTM Neural Networks. Energy, 182, 72-81.
https://doi.org/10.1016/j.energy.2019.05.230
[43] Dong, Y., Ma, X. and Fu, T. (2021) Electrical Load Forecasting: A Deep Learning Approach Based on K-Nearest Neighbors. Applied Soft Computing, 99, Article ID: 106900.
https://doi.org/10.1016/j.asoc.2020.106900
[44] Chitalia, G., Pipattanasomporn, M., Garg, V. and Rahman, S. (2020) Robust Short-Term Electrical Load Forecasting Framework for Commercial Buildings Using Deep Recurrent Neural Networks. Applied Energy, 278, Article ID: 115410.
https://doi.org/10.1016/j.apenergy.2020.115410
[45] Uwimana, E., Zhou, Y. and Zhang, M. (2023) Long-term Electrical Load Forecasting in Rwanda Based on Support Vector Machine Enhanced with Q-SVM Optimization Kernel Function. Journal of Power and Energy Engineering, 11, 32-54.
https://doi.org/10.4236/jpee.2023.118003
[46] Amjady, N. and Nasiri-Rad, H. (2009) Nonconvex Economic Dispatch with AC Constraints by a New Real Coded Genetic Algorithm. IEEE Transactions on Power Systems, 24, 1489-1502.
https://doi.org/10.1109/tpwrs.2009.2022998

Copyright © 2025 by authors and Scientific Research Publishing Inc.

Creative Commons License

This work and the related PDF file are licensed under a Creative Commons Attribution 4.0 International License.