<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Prediction of CO levels in the air based on UV index using artificial intelligence algorithms⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Andrii Stanko</string-name>
          <email>stanko.andrjj@gmail.com</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Iryna Didych</string-name>
          <email>iryna.didych@tntu.edu.ua</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Andrii Mykytyshyn</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Mykola Mytnyk</string-name>
          <email>mytnyk@networkacad.net</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Serhii</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Computer Science, Opole University of Technology</institution>
          ,
          <addr-line>Prószkowska 76 Street, 45-758 Opole</addr-line>
          ,
          <country country="PL">Poland</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Ternopil Ivan Puluj National Technical University</institution>
          ,
          <addr-line>Ruska 56, 46001 Ternopil</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>This paper investigates the problem of predicting the concentration of carbon monoxide (CO) in the atmospheric air, taking into account the intensity of ultraviolet (UV) radiation, by applying artificial intelligence methods, in particular neural networks. The work is based on the hypothesis that there is an inverse correlation between the intensity of UV radiation and the level of CO in the air, which is explained by photochemical processes of splitting carbon compounds under the influence of solar radiation. To build the model, a neural network (MLP) was used, which was trained on the basis of real environmental data, including daily UV index values. It is important to prepare the input data, normalize it, choose the model architecture, number of layers and neurons. In particular, the quality of the predictive model was assessed using the MAPE metric and the determination coefficient R². In general, the results confirm the high efficiency of the model in predicting CO concentrations, which indicates the prospects of implementing neural network approaches in environmental monitoring and early warning systems for air pollution.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;air quality</kwd>
        <kwd>carbon monoxide</kwd>
        <kwd>prediction</kwd>
        <kwd>artificial intelligence</kwd>
        <kwd>machine learning1</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>The problem of air pollution is one of the most pressing environmental challenges of our time, as
air quality directly affects human health, the environment and the climate. According to the World
Health Organization, air pollution is one of the leading causes of premature mortality in the world.
The main sources of pollution are road transport, industrial plants, and the burning of fossil fuels
and biomass. Emissions of toxic gases in cities lead to a deterioration of the atmosphere and
increased risks for the population. One of the most dangerous components of pollution is carbon
monoxide (CO), which belongs to the group of major air pollutants along with particulate matter
(PM2.5, PM10), ozone (O₃), nitrogen dioxide (NO₂), and other gases. Carbon monoxide is a colorless,
odorless gas formed during the incomplete combustion of organic fuels, and a significant portion of
it is emitted into the atmosphere by road transport, especially in conditions of heavy traffic and
poor technical condition of engines. In particular, when CO enters the human body, it binds to
blood hemoglobin to form carboxyhemoglobin, which prevents the transport of oxygen to tissues.
This leads to hypoxia, which is manifested by symptoms of poisoning, namely, shortness of breath,
fatigue, dizziness, and nausea. At high CO concentrations, there is a real threat to life, as
irreversible damage to the central nervous system or even death is possible. Therefore, monitoring
of CO concentrations in the air is a necessary measure for the timely detection of dangerous levels
of this gas [1-2]. In particular, in the city of Ternopil, which has no large industrial enterprises, the
main source of air pollution is road transport. Increased traffic intensity, especially during rush</p>
      <p>0000-0002-5526-2599 (A. Stanko); 0000-0003-2846-6040 (I. Didych); 0000-0002-2999-3232 (A. Mykytyshyn);
0000-00033743-6310 (M. Mytnyk); 0000-0002-6559-0721 (S. Lupenko)
hours, causes CO levels to rise in the ground layer. According to environmental monitoring data, a
significant proportion of CO concentration measurements in the region exceeds the maximum
permissible standards, namely, in some studies, up to 37.5% of air samples had CO concentrations
above the standard [3]. This emphasizes the urgency of the task of predicting and reducing the CO
content in the city's atmosphere.</p>
      <p>In Ukraine, since 2017, the international program “Clean Air for Ukraine” has been implemented
in cooperation with the Czech NGO Arnika and the Ukrainian NGO Free Arduino [4]. One of the
program's results is the creation of the country's largest network of public air quality monitoring
stations, EcoCity.</p>
      <p>The AirFresh station models operate in real time, measuring the concentrations of key
pollutants (PM_1, PM_2.5, PM_10, CO, NO₂, O₃, etc.). Therefore, one of these stations was installed
on the territory of Ternopil National Technical University named after Ivan Puluj in cooperation
with the EcoCity project. In addition, we have developed a portable station for measuring the UV
index level based on the Arduino platform and an ultraviolet radiation sensor. When monitoring
data from both stations, it was found that the CO level increases during periods of high traffic load
and decreases during intense solar radiation. This suggests that ultraviolet radiation (UV)
contributes to the photochemical decomposition of CO. Thus, during the daytime, when the UV
Index is high, the concentration of carbon monoxide decreases, which confirms the existence of an
inverse relationship between UV and CO. [5]. In general, intense sunlight contributes to the natural
purification of the atmosphere from carbon monoxide. On the other hand, UV rays are involved in
the formation of photochemical smog, affecting the concentration of ozone and other secondary
pollutants. Therefore, the study of the relationship between UV radiation and CO concentration is
relevant for understanding the processes of atmospheric self-purification and can be the basis for
air quality predicting models.</p>
      <p>Traditional approaches to predicting pollutant levels are based on statistical regression models
or physicochemical calculations, but the accuracy of such deterministic methods is often
insufficient due to the complexity of the processes of transport and transformation of impurities in
the urban atmosphere. Instead, machine learning methods are increasingly being used in air quality
modeling tasks, demonstrating better accuracy than classical models [6]. In general, neural
networks, in particular multilayer perceptrons, are able to detect nonlinear relationships between
environmental parameters and impurity concentrations and generalize information from the
training set, forming functional relationships even if the nature of these relationships is not known.
Unlike linear regression, neural networks are better at interpolating complex relationships and
taking into account the nonlinear effects of meteorological factors. In particular, in [7], the authors
successfully built a model based on a neural network to predict NO₂ concentrations based on
meteorological parameters. This approach aligns with recent studies on the stability and dynamics
of neural networks with time delays, where exponential estimation techniques have been applied
to assess convergence rates in discrete-delay models [8,9]. This emphasizes the potential of using
artificial intelligence for environmental monitoring even in conditions of limited sensors and
resources. While the authors of [10] propose a hybrid model based on convolutional neural
networks (CNN) and recurrent networks (LSTM) for detailed air pollution predicting. The authors
of [11] also investigated the use of deep learning models for short-term air quality predicting based
on meteorological and anthropogenic data. In [12], a model based on LSTM and auto-encoders is
proposed to detect anomalies in indoor air quality data. In particular, the authors of [13] present a
global analysis of changes in PM₂.₅ with high resolution, which allows to assess the impact on
public health in different regions of the world. In addition, the authors of [14] developed an
approach to monitoring fine particulate matter (PM₁) based on high-resolution satellite data.</p>
      <p>It is known that neural networks demonstrate high prediction accuracy not only in
environmental monitoring but also in other fields of science and technology. In particular, in the
field of mechanics, neural networks have been used to estimate the residual life of structural
elements, which has made it possible to improve the accuracy of the prediction of operational
reliability [15]. In materials science, machine learning methods have been used to model the
thermal conductivity of epoxy resin [16], to study the tribotechnical characteristics of epoxy
composites, and to build models of the mechanical properties of composites modified by electric
spark water hammer [17,18]. In information technology, neural networks have been used to study
the architecture of network platforms for monitoring objects in cyber-physical systems of smart
cities [19], to classify DDoS attacks using machine learning algorithms [20], and to detect malicious
network traffic, including that generated by IoT devices, using intelligent models [21]. Thus, the
versatility of neural networks, their ability to detect hidden nonlinear patterns in large data sets,
and their high predictive power confirm the feasibility of their application in a wide range of
scientific tasks.</p>
      <p>The purpose of this paper is to develop and evaluate a model based on an artificial neural
network for predicting CO concentration based on the UV index, which is an indicator of solar
radiation intensity that indirectly affects the rate of photochemical decomposition of CO. In
particular, the relationship between UV level and CO concentration in the atmosphere is analyzed,
and the accuracy of the prediction is compared with traditional models, such as linear, polynomial,
and exponential regressions.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Materials and Methods</title>
      <p>2.1. AirFresh air quality monitoring station
The monitoring of CO concentration from the level of UV radiation was carried out using AirFresh
air quality monitoring stations and a developed portable station for measuring the level of the UV
index. The stations' sensors are located in an urban area. In particular, the location is characterized
by heavy traffic nearby and the absence of large industrial sources, which makes it a typical
example of an urban background observation post.</p>
      <p>The AirFresh station is equipped with sensors for measuring gas impurities and meteorological
parameters. In particular, data was collected at 20-minute intervals and automatically transmitted
to the EcoCity server. The UV index level was measured by a portable station and aggregated in a
local database. The analysis was conducted on a sample of data collected over several days, in
particular, from March 17 to March 21, 2025. Anomalous measurements (bursts of sensor noise)
and time intervals with incomplete data were previously removed from the data.</p>
      <p>a) b)
Figure 1: AirFresh air quality monitoring station installed on the territory of the TNTU building
(a) and portable station for measuring the level of UV index (b).</p>
    </sec>
    <sec id="sec-3">
      <title>3. Results and discussion</title>
      <p>The correct choice of input parameters is crucial for predicting pollutant concentrations. In
particular, Figure 2 shows heat maps demonstrating the change in the UV Index and carbon
monoxide concentration in the atmosphere during the period from March 17 to March 21, 2025.
The left side of the figure shows the UV Index heatmap, while the right side shows the CO
heatmap. The color scale on the left shows the intensity of the UV Index, where darker blue tones
correspond to higher values, namely up to 5.0, while light yellow tones are close to zero. On the
right heatmap, the color scale indicates the CO concentration, i.e., red tones are high (up to 1.4
mg/m³), while light yellow tones are low (about 0.7 mg/m³).</p>
      <p>The analysis of heat maps shows a clear trend, i.e., during periods of high UV Index (during the
day), a decrease in CO levels is observed. For example, on March 18, from 12:00 to 16:00, when the
UV Index was 4.7-4.8, the CO concentration decreased to 0.7-0.8 mg/m³. At night, when the UV
Index is zero, the CO concentration remains consistently high (1.2-1.4 mg/m³). This confirms the
inverse relationship between the intensity of ultraviolet radiation and the level of carbon monoxide
in the air.</p>
      <p>The temporal dynamics of the UV Index and CO concentration in the time range from March 17
to March 21, 2025 is shown in Figure 3. The graph shows that the maximum values of the UV Index
are observed in the afternoon, while the CO concentration has the opposite dynamics: it decreases
during periods of maximum solar irradiation.</p>
      <p>The graph indicates the photochemical effect of CO decay, i.e., under the influence of solar
ultraviolet radiation, carbon monoxide is oxidized, which leads to a decrease in its level in the
atmosphere. After sunset, the intensity of the UV Index decreases to zero, which is accompanied by
an increase in CO levels due to the absence of photochemical processes.</p>
      <p>Thus, the identified relationship between ultraviolet radiation intensity and carbon monoxide
concentration indicates the need to use modern approaches to model this relationship. Since
traditional statistical methods often do not take into account complex nonlinear effects, it is
advisable to use machine learning methods that allow for more accurate predictive models.</p>
      <p>The process of developing a machine learning model involves several successive stages, each of
which is critical to ensure its efficiency and accuracy. Each stage has its own importance and
affects the final quality of the model. In general, the development of a machine learning model
covers the following key stages: data collection, data preprocessing and analysis, selection of a
model and machine learning algorithm, data separation into training and test samples, model
training, evaluation and validation [22,23]. In the context of environmental monitoring, special
attention is paid to tracking CO concentrations, which is one of the main pollutants Predicting CO
concentrations is an important step in controlling air pollution and making management decisions.</p>
      <p>The dataset contained 360 elements. To build and validate the models, the original sample was
divided into two subsets, namely the training (80% of all data) and the test (20%). The distribution
was performed randomly, ensuring that different UV ranges were evenly represented in the test
subset. An artificial neural network (MLP) was chosen as the main prediction method. The network
architecture consists of the following layers: input, hidden, and output. The input was two values,
that is, the current UV and time, and the output of the network was the predicted CO
concentration. In particular, the neural network model consists of four hidden layers containing
500, 300, 200, and 100 neurons, respectively. The ReLU function is used for activation, which
ensures fast training and efficient processing of nonlinear dependencies. The model output uses a
linear activation function suitable for regression tasks. The network is trained using the Adam
optimizer with a regularization parameter α = 0.0001 and an initial training rate of 0.001. Training
continues until convergence is reached or the maximum number of iterations is reached, namely
5000, using an early stopping mechanism to prevent overtraining. Random initialization of the
weights is performed using a fixed parameter random_state equal to 42 to ensure reproducibility of
the results. Theoretical studies on recurrent neural networks with discrete delays have
demonstrated that Lyapunov-based methods can provide exponential decay estimates, ensuring
stable and predictable model dynamics during training [24]. In addition to the neural network,
three regression models were built for comparison: linear, fourth-order polynomial, and
exponential. The parameters of these models were estimated using the least squares method on the
training sample. It was found that the built models can make predictions based on data that were
not used in the training sample. Therefore, such results are informative for studying their quality.</p>
      <p>Figure 4 shows a comparison of CO concentration prediction models depending on the UV
Index.</p>
      <p>The MLP model (R²=0.80) provided the best fit to the data due to the neural network's ability to
capture nonlinear dependencies. While linear regression showed the lowest accuracy (R²=0.60),
which is explained by the model's limited ability to describe the dependency curve. The polynomial
model (R²=0.72) captured the curvature well, but is partially prone to overfitting. The exponential
model (R²=0.64) confirms the nonlinearity of the relationship, but has limited accuracy due to the
simplified form of the function.</p>
      <p>In general, the results demonstrate a statistically confirmed inverse relationship between the UV
Index and CO concentration in the atmosphere. This is consistent with the physical process of
photochemical decomposition of CO under the influence of solar radiation. The application of the
MLP neural network allowed us to obtain the most adequate model that explains 80% of the
variation of CO with the change in the UV Index. Whereas traditional regression models proved to
be less effective, since they do not take into account the complex nonlinear processes inherent in
atmospheric phenomena. Thus, the proposed approach serves as the basis for predicting CO levels
in urban areas at different intensities of solar irradiation.</p>
      <p>Table 1 shows the results of predicting CO levels based on the UV Index for four models: neural
network (MLP), linear regression, fourth-degree polynomial regression, and exponential regression.
In general, the coefficient of determination R² shows how well the model explains the variation of
the dependent variable, while MSE shows the average error between the prediction and actual
values, and MAPE shows the average relative error in percent.</p>
      <p>MLP is the most effective model in terms of prediction accuracy and consistency with real data.
Due to its ability to handle complex nonlinear dependencies, the neural network provided the best
R² value. In particular, the small value of MAPE indicates the model's high resistance to abnormal
values. While the linear regression demonstrates the worst result due to its simple linear form,
which does not take into account the nonlinear relationship between UV Index and CO. This model
is not suitable for tasks where data have complex dependencies. Polynomial regression performed
well due to its ability to describe curvilinear relationships. However, its main disadvantage is the
tendency to overfitting, especially if you expand the range of UV Index values beyond the training
set. The exponential model partially reflects the nonlinearity of the relationship between UV Index
and CO, but its structure does not allow for accurate modeling of more complex patterns. This
model is acceptable only for approximate estimation.</p>
      <p>In general, the best accuracy was achieved by the MLP model when only one factor (UV Index)
was taken into account. The value of R² = 0.80, although quite high, means that about 20% of the
variation in CO concentration is not explained by changes in the UV Index. Therefore, to further
improve the quality of the prediction, we will expand the set of input data. In particular,
integration of other parameters that affect CO concentration is a promising direction. For example,
these are indicators related to emissions from transport and industry, namely, suspended particles
(PM_2.5, PM_10), nitrogen dioxide (NO₂), ammonia (NH₃) and other substances measured by the
AirFresh network. Taking these impurities into account as additional inputs can provide the model
with information about the intensity of pollution sources in different periods. Additionally,
important meteorological parameters are temperature, humidity, wind speed, and the presence of
inversions, which determine the dispersion and accumulation of CO. Enriching the model with
such data and methods is the subject of further research. The results obtained and future research
in this direction are related to the studies presented in [25-28].</p>
    </sec>
    <sec id="sec-4">
      <title>Conclusions</title>
      <p>This paper demonstrates that the neural network effectively predicts the CO concentration in the
air based on the UV index. The resulting model provided a high coefficient of determination equal
to 0.80, which significantly outperforms the accuracy of traditional linear and nonlinear regression
approaches, such as linear regression, fourth-degree polynomial regression, and exponential
regression. This demonstrates the high adaptability of machine learning algorithms to
environmental monitoring tasks, especially in cases where the relationships between variables are
complex and nonlinear. Comparison of the models showed that the MLP method has not only the
highest coefficient of determination (R²), but also a lower mean square error (MSE) and mean
absolute percentage error (MAPE), which indicates the stability and accuracy of the prediction in
the face of variable atmospheric factors. In particular, the MLP model provided a more accurate
prediction compared to the fourth-degree polynomial regression, which, although it performed
well, had a larger error due to possible overfitting. The linear and exponential regressions failed to
adequately account for the nonlinear relationship between UV Index and CO concentration, which
led to a decrease in their accuracy.</p>
      <p>The analysis of the relationship between UV and CO showed that an increase in solar radiation
intensity leads to a decrease in CO concentration in the atmosphere. This phenomenon is
interpreted as a consequence of photochemical oxidation of CO. Thus, the UV factor can be used as
an indirect predictor to estimate CO fluctuations throughout the day, which is especially important
for urban environments with high traffic activity.</p>
      <p>The results confirm that the application of neural networks to environmental monitoring tasks
has significant potential. This is especially true in urban environments, where the level of air
pollution depends significantly on meteorological parameters and anthropogenic factors. A
promising area for further research is the development of comprehensive models that take into
account not only the UV Index but also other meteorological indicators, such as temperature,
humidity, and wind speed, to more accurately predict the concentrations of CO and other
pollutants. This will improve early warning systems for rising air pollution levels and contribute to
more effective air quality management in urban agglomerations. Recent applications of regression
modeling with ROC analysis in medical prediction tasks demonstrate the value of statistical
validation in forecasting systems, suggesting that similar diagnostic tools could enhance the
reliability of air pollution alerts [29-32].</p>
    </sec>
    <sec id="sec-5">
      <title>Declaration on Generative AI</title>
      <p>The authors have not employed any Generative AI tools.
[2] Lovkin, V., Oliinyk, A., &amp; Lukashenko, Y. (2021). Air Pollution Prediction as a Source for</p>
      <p>Decision Making Framework in Medical Diagnosis. CEUR Workshop Proceedings, 2853, 1–9.
[3] Bayr I., Panchuk O., Sinhalevych O. (2011) Ekolohichna sytuatsiia v Ternopilskii oblasti
[Ecological situation in Ternopil region]. Collection of works TB SSS (Tern.), vol. 6, pp. 19-35
[in Ukrainian].
[4] Arnika NGO. (2017). Програма «Чисте повітря для України» (“Clean Air for Ukraine”</p>
      <p>Program).
[5] Agency for Toxic Substances and Disease Registry (ATSDR). (2012). Toxicological Profile for</p>
      <p>
        Carbon Monoxide. U.S. Department of Health &amp; Human Services, Atlanta, GA.
[6] Cabañeros, S. M., Calautit, J. K., &amp; Hughes, B. R. (2019). A review of artificial neural network
models for ambient air pollution prediction. Environmental Modelling &amp; Software, 119, 285–
304.
[7] Didych, I., Mykytyshyn, A., Stanko, A., &amp; Mytnyk, M. (2024). Application of machine learning
methods to the prediction of NO₂ concentration in the air environment. CEUR Workshop
Proceedings, 3896, 1–9.
[8] Nakonechnyi O., Martsenyuk V., Sverstiuk A. (2020). On Application of Kertesz Method for
Exponential Estimation of Neural Network Model with Discrete Delays. Mechanisms and
Machine Science, 70, 165 – 176. https://doi.org/10.1007/978-3-030-13321-4_14.
[9] Martsenyuk V., Andrushchak I., Sverstiuk A., Klos-Witkowska A. (2018). On investigation of
stability and bifurcation of neural network with discrete and distributed delays. Lecture Notes
in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture
Notes in Bioinformatics), 11127 LNCS, 300 – 313. https://doi.org/10.1007/978-3-319-99954-8_26.
[10] Zhang, Q., Han, Y., Li, V. O., &amp; Lam, J. C. (2022). Deep-AIR: A Hybrid CNN-LSTM Framework
for Fine-grained Air Pollution Estimation and Forecast in Metropolitan Cities. IEEE Access,
1. https://doi.org/10.1109/access.2022.3174853
[11] Du, S., Li, T., Yang, Y., &amp; Horng, S. J. (2019). Deep air quality forecasting using hybrid deep
learning framework. IEEE Transactions on Knowledge and Data Engineering, 33(6), 2412-2424.
[12] Wei, Yuanyuan &amp; Jang-Jaccard, Julian &amp; Xu, Wen &amp; Sabrina, Fariza &amp; Camtepe, Seyit &amp;
Boulic, Mikael. (2022). LSTM-Autoencoder based Anomaly Detection for Indoor Air Quality
Time Series Data. 10.48550/arXiv.2204.06701.
[13] Wei, J., Li, Z., Lyapustin, A., Wang, J., Dubovik, O., Schwartz, J., Sun, L., Li, C., Liu, S., &amp;
Zhu, T. (2023). First close insight into global daily gapless 1 km PM2.5 pollution, variability,
and health impact. Nature Communications, 14(
        <xref ref-type="bibr" rid="ref1">1</xref>
        ). https://doi.org/10.1038/s41467-023-43862-3
[14] Li, Z., Wei, J., Guo, J., Sun, L., &amp; Huang, W. (2019). Satellite-Derived 1-km-Resolution PM₁
Concentrations from 2014 to 2018 across China. Environmental Science &amp; Technology, 53(22),
13265–13274.
[15] Didych, I. S., Pastukh, O., Pyndus, Y., &amp; Yasniy, O. (2018). The evaluation of durability of
structural elements using neural networks. Acta Metallurgica Slovaca, 24(
        <xref ref-type="bibr" rid="ref1">1</xref>
        ),
82. https://doi.org/10.12776/ams.v24i1.966
[16] O. Yasniy, M. Mytnyk, P. Maruschak, A. Mykytyshyn, I. Didych, Machine learning methods as
applied to modelling thermal conductivity of epoxy-based composites with different fillers for
aircraft, Aviation 28.2 (2024) 64–71. doi:10.3846/aviation.2024.21472.
[17] Stukhliak, P., Totosko, O., Vynokurova, O., &amp; Stukhlyak, D. (2024). Investigation of
tribotechnical characteristics of epoxy composites using neural networks. CEUR Workshop
Proceedings, 3842, 157–170.
[18] Stukhliak, P., Totosko, O., Stukhlyak, D., Vynokurova, O., &amp; Lytvynenko, I. (2024). Use of
neural networks for modelling the mechanical characteristics of epoxy composites treated
with electric spark water hammer. CEUR Workshop Proceedings, 3896, 405–418.
[19] Duda, O., Stanko, A. (2023). The network platform architecture for monitoring objects in
cyberphysical systems of smart cities. Herald of Khmelnytskyi National University. Technical
sciences, 323(4), 123-130.
[20] Tymoshchuk, D., Yasniy, O., Mytnyk, M., Zagorodna, N., Tymoshchuk, V. Detection and
classification of DDoS flooding attacks by machine learning methods. CEUR Workshop
Proceedings, (2024), 3842, pp. 184 – 195
[21] Klots Y., Petliak N., Martsenko S., Tymoshchuk V., Bondarenko I. Machine Learning system for
detecting malicious traffic generated by IoT devices. CEUR Workshop Proceedings, (2024),
3742, pp. 97 – 110
[22] Haykin, S. (2009). Neural networks and learning machines (3rd ed.). Pearson.
[23] Alpayndin, E. (2010). Introduction to machine learning. The Knowledge Engineering Review,
25(3), 353–353. https://doi.org/10.1017/S0269888910000056
[24] Martsenyuk V., Sverstiuk A. (2019). An exponential evaluation for recurrent neural network
with discrete delays. System Research and Information Technologies, Vol. 2, 83 – 93.
https://doi.org/10.20535/SRIT.2308-8893.2019.2.07.
[25] I. Tymchuk, M. Malovanyy, O. Shkvirko, N. Chornomaz, O. Popovych, R. Grechanik, D.
      </p>
      <p>
        Symak, Review of the global experience in reclamation of disturbed lands. Inzynieria
Ekologiczna. 22(
        <xref ref-type="bibr" rid="ref1">1</xref>
        ) (2021) 24–30. DOI: 10.12912/27197050/132097
[26] Vilkys, T.; Rudzinskas, V.; Prentkovskis, O.; Tretjakovas, J.; Višniakov, N.; Maruschak, P.
      </p>
      <p>Evaluation of failure pressure for gas pipelines with combined defects. Metals 2018, 8, 346.
[27] Maruschak, P.O., Danyliuk, I.M., Bishchak, R.T., &amp; Vuherer, T. (2014). Low temperature impact
toughness of the main gas pipeline steel after long-term degradation. Central European
Journal of Engineering, 4(4), 408-415. https://doi.org/10.2478/s13531-013-0178-6
[28] Konovalenko, I.; Maruschak, P.; Brevus, V.; Prentkovskis, O. Recognition of Scratches and
Abrasions on Metal Surfaces Using a Classifier Based on a Convolutional Neural
Network. Metals 2021, 11, 549
[29] Nykytyuk S., Sverstiuk A., Klymnyuk S., Pyvovarchuk D., Palaniza Y. (2023). Approach to
prediction and receiver operating characteristic analysis of a regression model for assessing
the severity of the course Lyme borreliosis in children. Rheumatology, 61(5), 345–352.
https://doi.org/10.5114/reum/173115
[30] Musiienko V., Marushchak M., Sverstuik A., Filipyuk A., Krynytska I. (2021). Prediction
Factors For The Risk Of Hypothyroidism Development In Type 2 Diabetic Patients.</p>
      <p>PharmacologyOnLine, Vol. 3, 585-594.
[31] Musiienko V., Sverstiuk A., Lepyavko A., Danchak S., Lisnianska N. (2022). Prediction factors
for the risk of diffuse non-toxic goiter development in type 2 diabetic patients. Polski
merkuriusz lekarski: organ Polskiego Towarzystwa Lekarskiegothis link is disabled, 2022,
50(296), 94–98.
[32] Chukur O., Pasyechko N., Bob A., Sverstiuk A. (2022). Prediction of climacteric syndrome
development in perimenopausal women with hypothyroidism. Menopause Rev; 21(4), 1-6.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>González</given-names>
            <surname>Ortiz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ,
            <surname>Guerreiro</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            , &amp;
            <surname>Soares</surname>
          </string-name>
          ,
          <string-name>
            <surname>J.</surname>
          </string-name>
          (
          <year>2020</year>
          ).
          <source>Air Quality in Europe: 2020 Report. In European Environment Agency. EU Publications: Luxembourg.</source>
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>