Научная статья на тему 'APPLICATION OF MACHINE LEARNING ALGORITHMS IN THE PROBLEMS OF IMPROVING MODE RELIABILITY OF MODERN POWER SYSTEMS'

APPLICATION OF MACHINE LEARNING ALGORITHMS IN THE PROBLEMS OF IMPROVING MODE RELIABILITY OF MODERN POWER SYSTEMS Текст научной статьи по специальности «Электротехника, электронная техника, информационные технологии»

CC BY
61
10
i Надоели баннеры? Вы всегда можете отключить рекламу.
Ключевые слова
power system / electric power system / artificial intelligence / machine learning / operational control of power system modes / mode prediction / artificial neural network / voltage and reactive power regulation

Аннотация научной статьи по электротехнике, электронной технике, информационным технологиям, автор научной работы — Viktor Kurbatsky, Huseyngulu Guliyev, Nikita Tomin, Famil Ibrahimov, Nijat Huseynov

In order to increase the regime reliability of energy systems, the experience of applying machine learning algorithms and models for various issues of operative-dispatching and counter-accident management was reviewed. It is indicated that an effective solution to this problem is the use of machine learning algorithms and models that are able to learn to predict and control the operating modes of the power system, taking into account many changing influencing factors. The experience of using machine learning technology in the tasks of operational dispatch and emergency control of EPS is presented, which clearly shows the prospects of such studies for subsequent practical implementation in the work of various automated control systems for electric power networks of power systems. Until recently, models based on neural network structures have remained the most popular among machine approaches in predictive problems. The advantages of using this structure are shown, first of all, by the fact that the neural network structure makes it possible to obtain models with good approximating abilities. A comparative analysis of the effectiveness of various models in predicting electricity consumption is given. The issues of voltage and reactive power regulation in the electrical network of power systems using an artificial neural network are considered and the effectiveness of this approach is shown. A model and algorithm for estimating voltage stability in power system nodes under various influencing factors is proposed, as well as results are presented that confirm the reliability of the results obtained.

i Надоели баннеры? Вы всегда можете отключить рекламу.
iНе можете найти то, что вам нужно? Попробуйте сервис подбора литературы.
i Надоели баннеры? Вы всегда можете отключить рекламу.

Текст научной работы на тему «APPLICATION OF MACHINE LEARNING ALGORITHMS IN THE PROBLEMS OF IMPROVING MODE RELIABILITY OF MODERN POWER SYSTEMS»

APPLICATION OF MACHINE LEARNING ALGORITHMS IN THE PROBLEMS OF IMPROVING MODE RELIABILITY OF MODERN POWER SYSTEMS

Viktor Kurbatsky1, Huseyngulu Guliyev2, Nikita Tomin1, Famil Ibrahimov2, Nijat Huseynov3

iMelentyev Energy Systems Institute of Siberian Branch of the Russian Academy of Sciences,

Irkutsk, Russia, 664033, Lermontov str., 120 e-mail: kurbatsky@isem.irk.ru, tomin@isem.irk.ru

2Azerbaijan Technical University, Baku, Azerbaijan AZ1073, 25 Hussein Javid pros. e-mail: huseyngulu@mail.ru, amfanet@mail.ru

3Sumgait State University, Sumgait, Azerbaijan, AZ1073, 43 quarter, SDU. e-mail: nicathuseynov739@gmail.com

Abstract

In order to increase the regime reliability of energy systems, the experience of applying machine learning algorithms and models for various issues of operative-dispatching and counter-accident management was reviewed. It is indicated that an effective solution to this problem is the use of machine learning algorithms and models that are able to learn to predict and control the operating modes of the power system, taking into account many changing influencing factors. The experience of using machine learning technology in the tasks of operational dispatch and emergency control of EPS is presented, which clearly shows the prospects of such studies for subsequent practical implementation in the work of various automated control systems for electric power networks of power systems. Until recently, models based on neural network structures have remained the most popular among machine approaches in predictive problems. The advantages of using this structure are shown, first of all, by the fact that the neural network structure makes it possible to obtain models with good approximating abilities. A comparative analysis of the effectiveness of various models in predicting electricity consumption is given. The issues of voltage and reactive power regulation in the electrical network of power systems using an artificial neural network are considered and the effectiveness of this approach is shown. A model and algorithm for estimating voltage stability in power system nodes under various influencing factors is proposed, as well as results are presented that confirm the reliability of the results obtained.

Keywords: power system, electric power system, artificial intelligence, machine learning, operational control of power system modes, mode prediction, artificial neural network, voltage and reactive power regulation

V.G. Kurbatsky, H.B. Guliyev. N.V. Tomin, F.Sh. Ibrahimov, N.R. Huseynov

APPLICATION OF MACHINE LEARNING ALGORITHMS IN THE PROBLEMS RT&A, No 4 (76) OF IMPROVING MODE RELIABILITY OF MODERN POWER SYSTEMS_Volume 18, December 2023

1. Introduction

A characteristic feature of the trend in the development of modern energy systems is the

increase in the share of non-traditional energy sources - these are alternative energy sources, such as wind turbines, solar PV installations, geothermal, converters, fuel cells and other types of renewable sources. The generation of power from non-traditional sources such as wind and solar power plants is stochastically variable, and for this reason the system operator cannot control their generation.

The development of artificial intelligence (AI) methods made it possible to significantly speed up and automate the solution of this and a whole range of tasks for managing the modes of electric power systems (EPS) in the context of integrating renewable energy sources (RES) [1]. In recent decades, one of the actively developed areas within the Smart Grid technology platform is the use and implementation of machine learning (ML) technology, which includes methods for constructing algorithms that can learn. The use of various types of learning ML models: with a teacher (Supervisedlearning), without a teacher (Unsupervisedlearning), with reinforcement (Reinforcementlearning), deep learning (Deeplearning), etc., made it possible to create original adaptive, trainable software modules regulation and control of both individual devices and subsystems of the EPS, and its mode as a whole. Their main advantages are speed, high adaptability, the ability to approximate nonlinear functions and the presence of a certain kind of machine intelligence, which allows developing the most autonomous systems capable of independent decision-making based on experience and original generalization properties.

The article reflects the experience of using the authors of algorithms and models of ML for various tasks of operational dispatch and emergency control of EPS, concomitant with an increase in the regime reliability of power systems.

II. Review of the application of ml in problems of operational control of power system modes

A necessary condition for the effective management of modern EPS is the availability of a short-term forecasting tool. The relevance of this task is predetermined by the fact that when analyzing and forming control actions only according to past data, a delayed reaction to the behavior of the EPS is obtained, which causes overestimated requirements for static and dynamic stability reserves, and also reduces the efficiency of control systems.

Traditionally, the task of short-term forecasting of parameters in the EPS was carried out mainly using statistical methods based, for example, on the autoregression of the integrated moving average (ARMA), the Kalman filter [2]. An analysis of modern scientific works indicates that for the problem of short-term forecasting of EPS parameters, ML methods, primarily artificial neural networks (ANN) [5-7], support vector machine (SVM) [5], decision trees (DT) are widely used [ 6].

Until recently, ANN-based models remained the most popular among machine approaches in predictive problems. The success of ANN application is due, first of all, to the fact that the neural network structure makes it possible to obtain models with good approximating abilities. Various ways of combining neurons with each other and organizing their interaction led to the creation of different types of ANNs, among which the most widely used for short-term forecasting of EES parameters was found: a multilayer perceptron (MP), an ANN based on radial basis functions, an Elman network and a generalized regression network.

Along with ANNs, predictive models based on SW demonstrate high efficiency [7]. Methodologically, SVM, like ANN, is based on the well-known Cover theorem [8] on increasing the probability of linear separability of images when transforming a nonlinear problem of classifying images into a space of higher dimension. In [9], a comparative analysis of the effectiveness of various models in predicting electricity consumption in one of the energy Hong

V.G. Kurbatsky, H.B. Guliyev. N.V. Tomin, F.Sh. Ibrahimov, N.R. Huseynov

APPLICATION OF MACHINE LEARNING ALGORITHMS IN THE PROBLEMS RT&A, No 4 (76) OF IMPROVING MODE RELIABILITY OF MODERN POWER SYSTEMS_Volume 18, December 2023

Kong. The measurements were carried out daily throughout the year. After processing the data,

three models for predicting energy consumption were built: linear regression, ANN, DT. As can be

seen from Table 1, the best results are given by the DT and ANN models with a deviation from the

true value of 5-6%.

Table 1: Electricity consumption forecast results in one of the power districts of Hong Kong based on various models of ML_

Forecasting model Average relative error, %

Linear regression 7.6-8.2

Artificial neural network 5.5-6.7

Decision Trees 4.8-5.6

DTI-based models are a promising technology for predicting complex non-stationary implementations that cannot always be processed based on neural network models. The structure of DT is "leaves" and "branches". The edges ("branches") of the decision tree contain the attributes on which the objective function depends, the "leaves" contain the values of the objective function, and the remaining nodes contain the attributes by which the cases are distinguished. The DT model makes it possible to obtain stable solutions comparable to SVM and ANN without using the large computing power required by previous models.

At the same time, the most popular modification of the AR algorithm used for forecasting problems is the "random forest" (from the English RandomForest) models, which allow you to build many trees on different subsets of the training sample and, due to the law of large numbers, get the best results by choosing the average of all prediction trees. In [10], a large-scale study of DT committee (ensemble) models is presented - random forest and gradient boosting for intra-day wind speed forecasts for wind power stations (WPPs) of Sotavento (Spain) and wind generation throughout Spain. The performance of DT-based models was compared with MOW and MT as the most popular MT models for wind generation forecasting. However, the results obtained did not reveal a clear "winner" (Table 2).

At the forecast level for a single WPP, the models based on the DR committee outperform the MOU model. At the same time, forecasts for the entire EPS of Spain showed that the results of the DT are close to the accuracy indicators of the SRM. And finally, the lowest forecast accuracy for these cases was recorded when using MP models.

Table 2: Forecast errors, MAE for WPP Sotavento and EPS of Spain

Models WPP "Sotavento" Wind power for

Spain's EPS

Training Test Training Test

Support Vector Machine 5.62 7.80 1.01 3.13

Random forest 2.68 7.68 1.29 3.68

Gradient boosting 3.69 7.84 1.06 3.41

Extreme gradient boosting 2.43 7.72 0.90 3.22

Multilayer perceptron 5.61 7.78 1.22 3.69

The development and application of ML methods made it possible to significantly speed up and automate the solution of a whole range of tasks of regime and emergency control of EPS. At the same time, most of the solutions in this direction are associated with the transformation of the classical optimization problem into a regression/classification problem, which can significantly reduce the calculation time while maintaining acceptable accuracy. The most successful developments have been obtained in the field of application of various DT algorithms for monitoring and controlling the operational reliability of EPS: online DT models for voltage/reactive

power regulation [11], random forest models for monitoring the dynamic operational reliability of

EPS (separate developments of the Hydro-Québec energy companies), Canada [12] and

Energinet.dk, Denmark [13]).

Significant progress in the control of EPS modes was obtained on the basis of a group of ML methods with reinforcement, such as Monte Carlo methods, dynamic programming, learning based on time differences (SARSA, Q-learning), etc. [14]. These methods involve learning what to do, how to map situations into actions in order to maximize some reward (reward) signal that takes numerical values. The model being trained (the agent) is not told what action to take, as is the case in most ML approaches. Instead, they must try different actions and find out for themselves which ones will bring him the greatest reward.

As a result, this approach allows the agent to choose an EPS control strategy not randomly, but to take into account the experience of previous interaction with the system based on the assessment of the utility function Q. Agents trained offline based on the Q-algorithm successfully control individual components of the power system within the ODE and / or PAHs such as dynamic brake, thyristor-controlled series capacitor, synchronous generators, individual or aggregated loads, etc. for optimal control strategies. Applications of the reinforcement learning method have shown good results in a whole range of ODE and PAC tasks: wind turbine generation control, load control, power system restoration, micro-EPS modes control, voltage regulation, cascade accident prevention, power consumption forecasting, etc. [15,16].

Despite the undoubted advantages of the noted ML models, the question of the high efficiency of these methods is still open and requires further research. One of the most promising areas is the use of hybrid approaches. In [17], ANN and SW models are considered in combination with the Hilbert-Huang transform (HCT). In [18], the Box-Jenkins methodology was supplemented with ANN. Neural network models together with fuzzy logic methods were proposed in [19]. Models combining ANN and burst theory are presented in [20]. The success of hybrid approaches is explained by dividing the task of constructing a predictive model into two basic stages: the stage of data preprocessing in order to identify features that are most significant for the prediction, and the stage of identifying a dynamic predictive model itself.

III. Short-term forecasting of power system parameters using ml models

The scientific groups of ISEM SB RAS (Irkutsk, Russia), "Azerenergy" and AzNIiPIIE (Baku, Azerbaijan) conducted a study of autoregression models and neural networks in predicting the power generation of offshore wind turbines in various sectors of the Caspian Sea [21]. To build and train models, we used data from measurements of wind speeds and a number of other additional parameters (Fig. 1a). To predict the power of wind turbines in intraday cycles "for 1 hour ahead"', the prehistory of data for one week was used. (averaging 5 minutes). According to the test results, the Artificial Neural Network for Extreme Learning (ANN EL) gave a significantly higher prediction accuracy (MAE = 2.538, RMSE = 2.686) than the autoregressive ARNSS model (MAE = 6.649, RMSE = 7.178).

The staff of ISEM SB RAS, together with the research team of the Irish National University in Cork, developed a hybrid approach (Fig. 1b) to short-term forecasting of EPS parameters (load, generation, power flows, electricity prices) based on an effective apparatus for analyzing non-stationary time series UGH and ML algorithms [17,22].

UGH can be divided into two parts: empirical mode decomposition (SEM) and the application of the Hilbert transform to them. This makes it possible to obtain a set of frequencies and amplitudes localized in time. There are various SEM-based hybrid approaches that include modifications of ML algorithms for dependency recovery. Various types of ANN (MP, ANN EL), MOV and others are used as such algorithms.

. 3)

Figure 1: Results of wind speed forecast based on the ARPSS and ANN EL models (a) and the general diagram of the hybrid approach for creating forecast models (b)

C) d)

Figure 2: Application of the hybrid approach: a, b - the results of forecasting the flow of active power "for 1 hour ahead"; c - the results of the SEM of electricity prices for the South Wales area; d - forecast schedule for electricity prices in the Australian market "1 hour ahead"

The effectiveness of this hybrid approach has been demonstrated on real data in various test tasks: in ultra-short-term forecasting of active power flows in the section of the traction substation "Gidrostroitel-Korshunikha", Russia, Irkutsk region (Fig. 2, a, b) [23] and in forecasting electricity prices "1 hour ahead" according to the Australian National Energy Exchange (Fig. 2, c, d) [17].

Additionally, the hybrid approach was tested on real data when predicting wind speed "for 24 hours ahead" for the tasks of controlling the modes of wind power plants in the region of Valentia, Ireland (Fig. 3) [22]. In addition to retrospective data on wind speed and direction, such characteristics as atmospheric pressure, wave height and period, maximum gust speed, relative humidity, and water temperature were used. All parameters were measured hourly from 12/15/2020 to 05/15/2022.

a) b)

Figure 3: Location of the M3 weather station in the Valentia region (a) and a fragment of the decomposition of the implementation of the wind speed into empirical modes (b)

Models were built to make forecasts 4, 6 and 24 hours ahead. The results of model testing were compared for various methods, such as random forest, SVM, DT based on gradient boosting, ANN EL. As can be seen from fig. 6, the use of the hybrid approach makes it possible to improve the accuracy of the wind generation forecast compared to the use of simple neural network forecasting.

Studies have shown that for short-term and ultra-short-term forecasts of wind generation, the most suitable of the considered methods are ANN EL and gradient boosting tree. Forecasting for a longer period requires the use of more complex and robust methods such as gradient boosting tree and random forest.

a) b)

Figure 4: Forecasting wind speed "for 24 hours ahead" (a), Valentia, Ireland for hybrid models UGH-ANN, UGH-MOV and MP (b)

Table 3: Comparison of errors of various ML models

Model Period, hour RMSE MAE

Naive forecast 1.834 1.392

ANN EL 1.359 1.076

gradient boosting 4 1.416 1.112

MoU 1.848 1.463

random forest 1.429 1.127

Naive forecast 2.208 1.708

ANN EL 1.669 1.322

gradient boosting 6 1.676 1.312

MoU 2.597 2.206

random forest 1.677 1.344

Naive forecast 2.757 2.081

ANN EL 2.259 1.844

gradient boosting 24 2.157 1.708

MoU 3.480 2.620

random forest 2.235 1.835

Detailed information about the quality of models obtained by different ML algorithms for different prediction periods is presented in Table 3. As a result, for ultra-short-term (up to 4 hours ahead) and short-term forecasts for wind energy (up to 6 hours ahead), the most suitable of the considered methods are ANNs of extreme learning and gradient boosting tree. Forecasting for a longer period (up to 24 hours ahead) requires the use of more complex and robust methods such as gradient boosting tree and random forest.

IV. Voltage and reactive power regulation in Eps with integrated res using ml models

On fig. Figure 5 shows the schedule of daily power generation on one of the typical days during the month [24-26]. As can be seen from this figure, the power generation by wind farms differs significantly by day - the difference is for calm and windy days (0 - 5) % and (70 - 90) %, respectively. Differences can also be significant in power generation in the morning and afternoon. The variability of production can be so significant that the difference from the average monthly

day or the average annual day is not consistent with stochastidty. The output varies throughout the day from zero to maximum. In this case, the modeling of the development characteristic in the form of a normal distribution seems to be unsuccessful, and therefore the consideration of the development process as stochastic is incorrect. In similar situations, controlling voltage and reactive power and ensuring reliability, as well as voltage stability of the EPS by traditional means, turns out to be difficult and inefficient. Therefore, the problem of applying ML to solve this problem is considered.

In [27-29], a method for estimating the EPS stability limit by the variability of the voltage profile described by the ANN (Fig. 6), developed by the scientific groups of "Azerenergy" and AzSRDSIE (Baku, Azerbaijan), is given.

In this case, the place and volume of the additionally included reactive power injection is determined by analyzing the sensitivity of the voltage stability limit value relative to the voltage variability in each network node:

^ = • }&(0 ^ r )± (WCi, J). r 0-, u))

dU dE

(ri ^¿(^(h J) • 1 J U)

V i=i dri j=i J

(1)

Where H — number of hidden neurons in the ANN model;ft — number of nodes in the electrical network diagram; W1(i,j)- weight coefficient of connection of the j-th neuron of the input layer with the i-th neuron of the hidden layer; W2 (i) - weight coefficient of the connection of the output neuron with the i-th neuron of the hidden layer; 77,^ - input and output of i-th hidden neuron, respectively; E,^ - input and output of the output neuron, respectively; r° — initial output value of the i-neuron of the hidden layer; E0 - the initial value of the output of the output neuron; u — number of unsupervised nodes (bus PQ);T(j, u) - transformation matrix element.

Figure 5: Uncertainty of daily power generation wind farms on one of the typical days of the month

Real power system (physical scheme or calculation model)

Improving stability (optimization of reactive power

ANN for voltage stability prediction

Estimation of sensitivity (stability limit) Ukp(t) on additional input Q in the node

iНе можете найти то, что вам нужно? Попробуйте сервис подбора литературы.

Comparison of current stress stability limit estimates with a given value U,.„(1) > Ulag

No

Yes

Modes of operation of the system with voltages in the nodes that guarantee its stable operation

Figure 6: Schematic diagram of monitoring the current value of the voltage stability limit using the ANN model

Using the reduced Jacobi matrix, one can determine the sensitivity of the voltage stability limit with respect to the reactive power injection on the busbars:

where, Nu — total number of non-steered or PQ tires;

Q\nj k — injection of reactive power introduced into node "k";

jR (i, k) — element of the reduced Jacobi matrix.

In order to increase nv to the desired value , it is necessary to introduce reactive power

Q in the node with high sensitivity, established by the estimate from equation (3).

It should be noted that the process of improving the n^ value by introducing additional

injection reactive power must be performed for each node. In other words, equation (2) determines the final change in the value of nv, which is achieved by summing the reactive power injections at

different nodes. At each mode point, the desired value of nf™ is determined as a fraction of the

current load value in p.u. or in %:

1nj

(2)

(3)

nUr = 3P (4)

where, P0 - current mode load power;

n™ - voltage stability limit in the current mode;

¡3 - reserv factor

In order to improve voltage stability, it is necessary to ensure effective control of the reactive power source in the nodes identified as sensitive from the analysis of the regimes of the ML stability model. The studies were carried out on a test 14-node IEEE scheme, as well as on a real scheme of the energy system of Azerbaijan.

For a 14-node scheme, training samples were obtained by calculating the flow distribution at different loads, which varied in steps of 5% from P0 to the limiting Plim in terms of load capacity.

As for the samples corresponding to certain load increments, each of them is characterized by a profile and limiting stress values in terms of stability.

Table 4 shows the number of training samples, validation, and experimental use to predict the stress stability limit.

Table 4: Parameters of the ML model for estimating the stress stability limit

Number of training samples Number of Validation Samples Number of testing samples Number of hidden neurons Studying time sec.

1600 400 2000 15 29, 17

As can be seen from Table 5, by reactive power compensation in the network (nodes 3,6,9), it is possible to increase the system load from 290.04 MW to 613.83 MW. In this case, the total power of the compensating devices will be 248.91 MVAr.

The scientific group of ISEM SB RAS has developed a hybrid system for voltage/reactive power control in normal modes and prevention of voltage avalanche in EPS using online algorithms of ML and multi-agent system (MAS) [11]. The main idea of the development is to train and tune intelligent algorithms to recognize in a timely manner the characteristic indicators of EPS stability (coefficients of the Jacobian matrix of the steady state, L-index) in order to implement joint measures to prevent serious accidents.

Table 5: Values of the maximum load of the system when the limit voltage is reached under the conditions of

reactive power compensation

Load Before compensation After compensation Compens Optional

power in MW MW ation reactive

the initial Accordin traditional According traditional nodes n„ power

normal g to the calculations to the INS calculations most injection,

mode, INS oft ETAP model oft ETAP sensitive MVAr

MW model method method to change

3 92,04

310,8 290,0 277,2 613,8 491 6 51,37

9 105,5

Together with the MAS, which implements decentralized voltage regulation by changing the settings of AVR generators, to regulate reactive power sources in load nodes, a model was proposed based on online DT - an online random forest algorithm, which was trained to determine additional reactive power injections for various EPS operating modes. The basis for training the model is the results of solving a system of

RT&A, No 4 (76) Volume 18, December 2023

equations with respect to partial derivatives of the function of the sum of local L-indices, by reactive power injections

dL„

QAQ

dL„

dAQx

dL

sum

~äAQm

= 0

where L,

= Li +L7 + - + Ln

- sum of local indices, L = max

= ( Ä?) - §lobal L-index

proposed in [25] as an indicator of impending voltage collapse.

The proposed online random forest algorithm, PDSRF, has the ability to independently and adaptively rebuild in real time in the event of serious changes in incoming information without reducing the accuracy of identifying EPS modes. The developed intelligent system was tested both on standard IEEE circuits (IEEE 6, IEEE 118) and on a real circuit of the Bodaibo power district of the Irkutsk power system, which has problems with voltage stability.

Figure 7 clearly shows that the additional use of intelligent models based on MAC and ML, along with traditional voltage regulation by local automatics, makes it possible to maintain system stability in heavy modes and prevent voltage collapse. As a result, such a hybrid control system based on intelligent tools provides an automatic solution to the problems of secondary regulation and emergency control, thereby eliminating the human factor and ensuring the continuity of the processes of operational and automatic emergency control.

a) 6)

Figure 7: Changes Lsumunder different control scenarios: a) IEEE 118 test pattern; b) real scheme of the Bodaibo energy district, Irkutsk region, Russia

Conclusion

The ever-increasing saturation of modern PS with new stochastic components (high-power wind turbines, solar panels, demand management systems, etc.), the introduction of new technologies (distributed generation, flexible power transmission equipment, energy storage systems, micro-EPS, hybrid AC/DC networks, digital substations, etc.), as well as the formation of market principles of regulation, significantly complicate the tasks of forecasting and controlling the modes of modern EPS. An effective solution to this problem is the use of algorithms and ML models that are able to learn to predict and control the operating modes of the EPS, taking into account many changing factors. The results of the application of the ML technology in the tasks of operational dispatch and emergency control of EPS clearly show the prospects of such studies for subsequent practical implementation in the work of various automated control systems for electrical networks.

References

[1] Negnevitsky, М. Artificial intelligence: a guide to intelligent systems. 3rdedn, Addison Wesley, Harlow, England, 201 I. 504 p.

[2] Gamm A.3., Glazunova A.M., Grishin Yu.A., Kurbatsky V.G., Sidorov D.N., Spiryaev V.A., Tomin N.V. Methods of forecasting the parameters of the regime of electric power systems for the purposes of monitoring and control, Electricity, 2011, No. 5, pp. 17-26.

[3] Hippert H.S. Neural Networks for Short-Term Load Forecasting: A Review and Evaluation / H. SteinherzHippert, C. Eduardo Pedreira, R. Castro Souza, IEEE Trans. OnPowerSystems, 2001, Vol. 16, No. 1.

[4] Shumilova G. P., Gotman N. E., Startseva T. B., Forecasting of electrical loads during operational management of electric power systems based on neural network structures. Ekaterinburg: УРОРАН, 2008, p.89.

[5] Mohandes М.А., Halawani Т.О., Rehman S. and Hussain A. Support Vector Machines for wind speed prediction, Renewable Energy, Vol. 29, No. 6, May 2004, pp. 939-947.

[6] Yiqian Liu Machine Learning for Wind Power Prediction, 2016

[7] Yusifbayli N.A., Nasibov V., Guliyev H.B., Aghaliyev N. Assessment of penetration level of variable renewable generations on the flexibility of power system, Electroenergetics, Electrotechnics, Electromechanics + Control (EEEC), Scientific - industrial journal, Vol.11, No.1, 2021, pp.31-44.

[8] Mammadov C.F., Aliyev I.R. et.al. Algorithmic support for the management of the computer-aided design of flexible manufacture system and its equipment, Cybernetyc and system analyze. Springer, 2021. Vol. 57, N 6. P. 118-127.

[9] Geoffrey K..F. Tso Kelvin K.W. Yau. Predicting electricity energy consumption: A comparison of regression analysis, decision tree and neural networks, Energy, 2007, Vol. 32, No. 9, pp. 1761-1768.

[10] Torres-Barrana A., Alonso A., Dorronsoro J.R. Regression tree ensembles for wind energy and solar radiation prediction, Neurocomputing, 2015, https://doi.org/10.1016/j.neucom.2017.05.104

[11] Voropai, N.I., Tomin, N.V., Sidorov, D.N. et al. A Suite of Intelligent Tools for Early Detection and Prevention of Blackouts in Power Interconnections, Autom Remote Control (2018) 79, pp. 1741-1755.

[12] Kaci, A et al.Synchrophasor Data Baselining and Mining for Online Monitoring of Dynamic Security Limits, IEEE Trans, on Power Systems, 2014. Vol. 29, No. 6, pp. 2681-2695

[13] Liu, C et al. Dynamic security assessment of western Danish power system based on ensemble decision trees, in Proc. of the 12th 1ET International Conference on Developments in Power System Protection. Copenhagen, 2014

[14] Саттон P.C., Барто Э.Г. Обучение с подкреплением, пер. с англ. 2-е изд. (эл.). М. : БИНОМ. 2014, 402 с.

[15] Glavic, M.,Fonteneau R., Ernst D. Reinforcement Learning for Electric Power System Decision and Control: Past Considerations and Perspectives, IFAC-PapersOnLine, 2017, Vol. 50, No. 1, pp. 6918-6927

[16] Mocanu E., Nguyen P.H.,Gibescu M. Deep Learning for Power System Data Analysis, In Big Data Application in Power Systems, ed. by Reza Arghandeh and Yuxun Zhou, Elsevier, 2018, pp. 125-158

[17] Kurbatsky V. G., Sidorov D. N., Spiryaev V.A., Tomin N.V. Forecasting nonstationary time series based on Hilbert-Huang transform and machine learning, Autom. Remote Control, 75:5, 2014, pp. 922-934

[18] Areekul Ph. A Hybrid ARIMA and Neural Network Model for Short-Term Price Forecasting in Deregulated Market / Ph. Areekul, T. Senjyu, H. Toyama, A. Yona, IEEE Trans. Power Syst., 2010, Vol. 25, No. 1, pp. 524-530.

[19] Khotanzad A.Z. A neuro-fuzzy approach to short-term load forecasting in a price sensitive environment / A. Zhou Khotanzad, H. Elragal, IEEE Trans. Power Syst., 2002, Vol. 17, No. 4, pp. 1273-1282.

[20] Sinha N. Wavelet-GA-ANN Based Hybrid Model for Accurate Prediction of Short-Term Load Forecast / N. Sinha, L.L. Lai, P. Kumar Ghosh, Y. Ma, Proc. the IEEE Inter. Conf. onlSAP., 2007, TokiMesse, Niigata, pp. 1-8.

[21] Rakhmanov H.P., Kurbatsky V.G., Guliyev H.B., Tomin N.V. Short-term forecasting of power generation of wind turbines to ensure the reliability of electrical networks, Proceedings of the 87th International Scientific Seminar "Methodological Issues of Researching the Reliability of Large Energy Systems", Minsk, Belarus, 7-1 September 1, 2015

[22] N. Tomin, D. Sidorov, V. Kurbatsky, V. Spiryaev, A. Zhukov, P. Leahy. A Hybrid Wind Speed Forecasting Strategy based on Hilbert-Huang Transform and Machine Learning Algorithms, in Proc. of 2014 International Conference on Power System Technology (POWERCON 2014), Chengdu, China, 20-22 Oct. 2014

[23] Kurbatsky V.G. On a neural network approach to forecasting non-stationary time series based on the Hilbert-Huang transform / V. G. Kurbatsky, D. N. Sidorov, V. A. Spiryaev, N. V. Tomin, Avtomat, i Telemekh., 2011, No. 7, pp. 58-68

[24] Mammadov C.F., Huseynov A.H., Hasanova Y.M., M.R. Salimova M.R. Algorithmic and mathematical support for topology research of the corporative networks, Advanced Mathematical Models & Applications Vol.7, No.1, 2022, pp. 85-92.

[25] Rakhmanov, N.R. Rakhmanov N.R., Kurbatsky V.G., Guliyev H.B., Tomin N.V. Application of algorithms and models of machine learning in the problems of modern energy systems control. News of Azerbaijan Higher Technical Schools, Baku: 2019, ASSU, Vol. 21, No. 2, pp. 61-72.

[26] Stennikov V.A. Kurbatskiy V.G., Rakhmanov N.R., Guliyev H.B. m gp. Regional aspects of wind energy. Russian Academy of Sciences, Siberian Department of Energy Systems Institute Melentieva, Novosibirsk, 2020, p.296.

[27] Rakhmanov N.R, Guliev G.B. Application of the neural network model to estimate the current value of the limit of resistance of the electrical system by voltage, Elektrichestvo, 2015, No. 4, pp. 43-52

[28] Guliyev H.B., Ilyasov O.V. Justification of the efficiency of the phase rotary transformer in repair and post-emergency modes (on the example of Azereneji), Rudenko international conference "Methodological problems in reliability study of large energy systems" (RSES 2021), Conference date: 13-17 September 2021, Location: Volzhsky, Russia, ISBN: 978-0-7354-4307-5, Volume number: 2552, Published: Jan 5, 2023

[29] Guliyev H.B. Method for determining the critical parameters of the sustainability of an energy system with integrated renewable energy sources, Rudenko International Conference "Methodological Problems in Reliability Study of Large Energy Systems" (RSES 2022), E3S Web of Conf., Volume 384, 2023, pp.1-5.

i Надоели баннеры? Вы всегда можете отключить рекламу.