Submitted:
01 December 2025
Posted:
02 December 2025
You are already at the latest version
Abstract
Keywords:
1. Introduction
1.1. Description of the Architecture of the Information and Control System
- Data acquisition and preprocessing module. This module receives raw signals from process sensors and preprocesses them. During preprocessing, the data is filtered of noise, normalized to scale, and brought to a standard time scale (time-synchronized). The output is a cleaned, time-coordinated multichannel dataset ready for further analysis [8]. The preprocessed data are then sent both to the parametric identification block and directly to the predictive model.
- Parametric identification block. In this block, the dynamic identification of the controlled object’s (metallurgical unit) current characteristics is performed. Based on incoming cleaned data, approximation and stochastic state estimation are performed, allowing the determination of key process parameters in real time. In essence, the module calculates the actual object model parameters (e.g., coefficients, time constants, etc.) that reflect changing process conditions. The results of parametric identification can be used to adjust the model or control algorithms - for example, to update the internal parameters of the hybrid neural network or adapt control rules as the dynamics of the object change.
- Hypercube probing algorithm (LD-sequencing). To optimize system performance, a special configuration brute-force algorithm that probes the parameter hypercube using low-dispersed sequences (LD-sequences), such as Sobol or Halton sequences, is used. This module generates a variety of combinations of input parameters (factors) in the state space of the model in such a way as to cover the entire admissible range uniformly. In contrast to random search, quasi-random LD sequences provide denser, more uniform coverage of the multidimensional space with a relatively small number of iterations. The hypercube probing algorithm is used for adaptive generation of test inputs and selection of the optimal model configuration (e.g., adjusting LSTM-DNN hyperparameters, selecting the most significant features), thereby accelerating the structural-parametric synthesis of the system. As a result, applying this algorithm improves robustness to noise and incomplete data, reducing prediction error by optimizing the model.
- LSTM-DNN hybrid neural network model. The central element of the system is a hybrid neural network combining the capabilities of long short-term memory (LSTM) and deep neural network (DNN). Recurrent LSTM components are designed to analyze temporal dependencies in the data, capturing dynamic trends and sequential patterns, while fully connected DNN layers perform spatial generalization of features and detection of complex nonlinear relationships [9]. Taken together, this LSTM-DNN architecture is capable of effectively predicting key parameters of the metallurgical process from sensor time series, as well as assessing the risks of deviations from normative values. The model is trained on historical data (and, if necessary, on synthetic data obtained, for example, by hypercube sensing) to predict current and future system states. The neural network outputs predicted values of process parameters (e.g., temperatures, pressures, compositions, etc.) for a given time horizon. These predictions are transferred to the decision-making module and also to the validity control module for comparison with actual data [10].
-
Module of decision-making and generation of control actions (adaptive control loop). This module implements a closed-loop adaptive control for the technological process. It takes as input the predictive values generated by the hybrid neural network, along with (if necessary) information from the parametric identification block about the object’s current state. Based on these data, the module generates optimal control actions in real time. In essence, intelligent decision-making occurs: if the forecast indicates a deviation in parameter values from the desired range, the system adjusts the equipment’s operating mode in advance. Control signals (e.g., changes in material feed rates, reagent dosing, temperature control, etc.) are transmitted to actuators (e.g., drives, valves, pumps), thereby affecting the process [10]. By integrating with the predictive model, the control loop is proactive and adaptive, automatically adjusting to changing conditions and minimizing deviations without direct operator intervention.Validation and correction: As part of the control loop, the forecast validation subsystem plays a special role. The validation (data verification) module receives as input both actual sensor data (after preprocessing) and forecast values from the LSTM-DNN model [11,12]. It compares the measured and predicted values to assess the reliability of the incoming information [13,14,15]. If a significant discrepancy is detected, i.e., the forecast exceeds the limits of acceptable deviation from the actual value, the system considers the real data as potentially distorted or indicates the occurrence of an emergency. In this case, a correction procedure is initiated: the validity module generates a correction signal (e.g., flags suspicious measurements, corrects them using the model, or activates backup sensors) and notifies the operator of the detected discrepancy. At the same time, adaptive reconfiguration can be triggered, e.g., repeated parametric identification to refine the object model or automatic intervention in the control process to stabilize the situation. Thus, the control loop is complemented by a self-correction mechanism: each significant prediction error triggers corrective action, thereby increasing the overall reliability and robustness of the IMS against noise, sensor failures, and unpredictable process changes.
- Visualization and Remote Access Module. This module provides the user interface and system integration with external services. It displays the current states of all subsystems and key indicators: actual process parameters, model predictions, data reliability, system corrective actions, and current control actions. Visualization is performed in real time via convenient graphical screens (locally or via a web interface), allowing operational personnel to monitor IMS operations [16]. The module also supports remote access and communication with cloud infrastructure: data and forecast results can be transferred to corporate systems (ERP, SCADA, etc.) for more exhaustive analysis and archiving. Operator feedback is also available - through the interface, individual parameters can be manually adjusted, automatic adjustments can be confirmed or cancelled, and control commands can be entered in exceptional situations. Thus, visualization and remote access serve to enhance transparency in IMS operation and to combine automatic control with human control [17].
1.2. Interaction of Modules and Sequence of System Operation
- Data acquisition: Measuring information from sensors is continuously fed to the preprocessing module (block 1), where it is filtered and synchronized.
- Identification and prediction: The cleaned data are fed simultaneously to the parametric identification unit (block 2) to update the object model and to the input of the hybrid LSTM-DNN neural network (block 4). Trained on historical and synthetic data, the LSTM-DNN model predicts current and future values of process parameters.
- Model optimization: In parallel, the hypercube sensing algorithm (block 3) tries different configurations of model parameters and variants of input influences, improving the quality of the prediction and adjusting the system to current conditions. This allows for minimizing the prediction error and selecting the optimal model structure.
- Adaptive control: Predictive values from the model are fed to the decision-making module (block 5), where control actions are formed. The system proactively adjusts the equipment’s operating mode (via actuators) based on predictions, without waiting for performance deterioration.
- Plausibility control: at the same time, the plausibility control module (marked on the diagram near block 5) compares neural network predictions with actual data from sensors. If a discrepancy is detected outside the acceptable limits, a correction is made: for example, the input data or model is updated, and the operator receives an alarm. This step prevents the accumulation of errors caused by invalid readings and enables the system to self-tune.
- Visualization and integration: All process steps - from input data to decisions made - are visualized in the interface (block 6) in a user-friendly way. Operational staff can monitor parameter values, forecasts, and system actions in real time and intervene remotely if necessary. Data is also transferred to external cloud services for storage and additional analyses.
2. Methodology. Mathematical Model of the Controlled Object of the Metallurgical Process
- a state vector x(t)∈ ℝⁿ reflecting the internal process variables (e.g. temperatures in the furnace zones, impurity concentrations, filling levels, etc.);
- vector of controls u(t)∈ ℝᵐ, specifying the controlled influences (e.g., fuel supply, reagents, feed rate of raw materials);
- vector of external disturbances w(t)∈ ℝˡ (uncontrolled environmental influences, raw material properties, etc.);
- The measured output parameters of the process (controlled quantities) will be denoted as y(t)∈ ℝᵖ.
- for data synthesis (generation of artificial scenarios, see below);
- when choosing the structure of the control model (in particular, the use of recurrent architectures to account for dynamics is justified).
2.1. Hybrid Neural Network Architecture LSTM-DNN
2.2. Component Targets and Model Properties
2.3. Algorithm for Probing the Hypercube with Low-Diversity Sequences
- selection of model hyperparameters;
- generation of synthetic data.
- Definition of the search space. The d hyperparameters are specified to set up the model. Each hyperparameter j is given a range or set of values that is normalized to the interval [0,1]. Thus, the space of all combinations is a unit d-dimensional cube .
- Generation of a quasi-random sample. We choose the sampling power N - the number of variants to be tried. Using a Sobol or Halton sequence generator we obtain a set of N points in . These points are distributed almost uniformly over the entire volume of space, which provides a variety of combinations.
- Reverse scaling of points. Each generated point is converted from a normalized representation to real hyperparameter values. This is done by inverse linear scaling or by selecting the nearest acceptable discrete value for each parameter. The result is a specific set of hyperparameters .
- Quality assessment and selection of the best one. For each set , a hybrid LSTM-DNN model is trained (or tuned) and the quality is evaluated against a criterion (e.g., prediction error on the validation sample). Based on these results, an optimal combination of hyperparameters is selected . Studies show that initializing the search with a Sobol sequence often finds a better model and with less variability in the result than a random search. This is because uniform coverage does not allow to “miss” narrow regions of the space with potentially good parameters.
- The range of each varying scenario variable is normalized (e.g., initial temperature - from the minimum to the maximum possible value, impurity concentration - within technical tolerance, etc.). The joint space of these variables forms a multidimensional rectangle (hypercube after scaling).
- Using the Sobol/Halton sequence, N points - a set of conditional scenarios - are selected. For example, one point may correspond to a combination: low temperature at start, high concentration of impurity, average reagent flow rate, etc., and another point - vice versa, and so on, covering all corners of the space.
- For each such combination, a run of the mathematical model of the object (section above) is carried out - either simulation modelling of the process or solving the equations of dynamics numerically. Synthetic time series - responses of the object to the given scenario conditions - are obtained.
- The generated data are included in the training set, supplementing the real data. Thus, a generalizable property is achieved: the model is trained to recognize the behavior of the object in various situations, even those that are rarely encountered in the real observation history [29].
2.4. Dataset Construction and Synthesis
2.5. Noise Accounting and Noise Immunity
- Input data acquisition - obtaining current measurements of process parameters (temperature, pressure, level, flow) from sensors and logging systems.
- Pre-processing - noise filtering, normalization, formation of time sequences for input to the model.
- LD-probing of the hypercube - generation of a set of points in the space of input variables and hyperparameters using low-dispersion Sobol or Halton sequences.
- Model adaptation - pre-training or tuning of the LSTM-DNN hybrid neural network architecture based on the sensing data. The procedure is performed periodically or when data drift/anomalies are detected.
- Prediction - using the updated LSTM-DNN model to obtain predicted values of process parameters.
- Anomaly detection - comparing the predicted value with the actual measurement; fixing the anomaly when the acceptable deviation threshold is exceeded.
- Validation - assessing the quality of the predicted or corrected value using an internal validity criterion.
- Correction - if unreliable values are detected, the correction is performed with reference to the model forecast or to the reconstructed value from neighbouring time points.
- Recording in the IMS - fixing of the final reliable value in the information and control system together with service marks (time, source, status).
3. Results. Practical Realisation of Technological Parameters Forecasting
- real temperature value (T_real),
- predicted temperature value obtained from the LSTM-DNN (T_LSTM-DNN), GRU (T_GRU) and CNN (T_CNN) models,
- the calculated value of the failure function F(t), which determines the degree of deviation of the prediction from the real value,
- binary indicator of reliability (1- the forecast is reliable, 0 - deviation exceeds the threshold, the forecast is unreliable).
- real value;
- forecast of the neural network model (LSTM-DNN);
- absolute forecast error (modulo);
- a binary label of the forecast reliability (true/false) by the threshold value of the error.
- temperature shows a steady increase, which is typical of the material heating stage;
- pressure increases more linearly, reflecting the increasing process load;
- the level fluctuates, indicating possible feed and discharge cycles;
- the flow rate shows step dynamics corresponding to pumping equipment operating modes.
- if the deviation does not exceed the threshold ε, the value is recognized as valid and stored;
- if the deviation exceeds the threshold, the value is considered anomalous and is replaced by the model prediction:

- Input: current measurement and model forecast for the same point in time.
- Anomaly test: if the absolute error exceeds the threshold ε - consider the measurement suspicious.
- Correction : operator C is the chosen method (median/exponential filter, model-base interpolation, recalculation by T-P-Q-L links, or mixing.
- Anomaly-free validity: additional consistency rules (gradients, physical constraints, flux balance).
- Output: either the original , or the adjusted goes to the IMS when the criteria are not met - alarm and switch to redundant sensors/repeat identification.
- Blue line - true values of the parameter, reflecting the normal behaviour of the system.
- Red line - forecast of hybrid neural network model LSTM-DNN, distorted by introduced anomalies modelling failures in measurement channels (spikes, outliers, drift).
- Green line - values after processing by the correction module: anomalies removed or compensated for based on comparison with the model prediction and LD-probing of the hypercube for adaptation.
- Data acquisition and preparation - Raw parameter values (temperature, pressure, level, flow rate) are acquired from sensors in real time. Coarse outliers are filtered and data normalisation is performed at this stage.
- LSTM-DNN model-based prediction - A trained model capable of accounting for both short-term fluctuations and long-term parameter dependencies is used to predict current and future values.
- Built-in LD hypercube probing - Periodically or when data drift is detected, the generation of test scenarios (hypercube of input conditions) is triggered using low-dispersion sequences. The resulting points are used to refine the model to ensure adaptation to changing process conditions.
- Anomaly detection - Comparison of actual measurements with the model prediction. Anomalies are defined as values that are outside the defined deviation thresholds.
- Value Correction - If an anomaly is detected, the value is replaced with a corrected value based on the predicted model and the nearest valid measurements, taking into account the physical relationships between the parameters.
- Record in the MIS - The corrected (or confirmed as valid) value is entered into the control system, along with the validity labels, type of correction, and algorithm performance statistics.
4. Discussion
5. Conclusions
Author Contributions
Funding
Data Availability Statement
Conflicts of Interest
Abbreviations
| ICS | Information and control systems |
| PID | Proportional–Integral–Derivative Controller |
| IIoT | Industrial Internet of Things |
| LSTM-DNN | Long Short-Term Memory networks and Deep Neural Networks |
| APCS | Automated process control system |
| SCADA | Supervisory Control and Data Acquisition |
| LIMS | Laboratory Information Management System |
| MES | Manufacturing Execution System |
| ERP | Enterprise Resource Planning |
| FC | Fully Connected |
| LD | Low-Discrepancy Sequences |
| IICS | Intelligent Information and Control Systems |
| ML | Machine Learning |
| AI | Artificial Intelligence |
| MDPI | Multidisciplinary Digital Publishing Institute |
| DOAJ | Directory of open access journals |
| LD | Linear dichroism |
References
- H. Sun, “OPTIMIZING MANUFACTURING SCHEDULING WITH GENETIC ALGORITHM AND LSTM NEURAL NETWORKS,” International Journal of Simulation Modelling, vol. 22, no. 3, 2023. [CrossRef]
- Essien and, C. Giannetti, “A Deep Learning Model for Smart Manufacturing Using Convolutional LSTM Neural Network Autoencoders,” IEEE Transactions on Industrial Informatics, vol. 16, no. 9, 2020. [CrossRef]
- N. T. Hieu, M. di Francesco, and A. Yla-Jaaski, “A multi-resource selection scheme for virtual machine consolidation in cloud data centers,” in Proceedings of the International Conference on Cloud Computing Technology and Science, CloudCom, 2015. [CrossRef]
- A. Rayan and Y. Nah, “Resource prediction for big data processing in a cloud data center: A machine learning approach,” IEIE Transactions on Smart Processing and Computing, vol. 7, no. 6, 2018. [CrossRef]
- Avazov, K. , Sevinov J., Temerbekova B., Bekimbetova G., Mamanazarov U., Abdusalomov A., Cho Y. I. “Hybrid Cloud-Based Information and Control System Using LSTM-DNN Neural Networks for Optimization of Metallurgical Production,” Processes, vol. 13, no. 7, 2025. [CrossRef]
- X. Lan and H. Chen, “Research on Modeling and Scheduling Methods of an Intelligent Manufacturing System Based on Deep Learning,” Wireless Communications and Mobile Computing, vol. 2021, 2021. [CrossRef]
- M. Pikus and J. Wąs, “Using Deep Neural Network Methods for Forecasting Energy Productivity Based on Comparison of Simulation and DNN Results for Central Poland—Swietokrzyskie Voivodeship,” Energies, vol. 16, no. 18, 2023. [CrossRef]
- A. Abdusalomov et al., “AI-Driven Boost in Detection Accuracy for Agricultural Fire Monitoring,” Fire, no. 5, 2025. [CrossRef]
- B. M. Temerbekova, “APPLICATION OF SYSTEMATIC ERROR DETECTION METHOD TO INTEGRAL PARAMETER MEASUREMENTS IN SOPHISTICATED PRODUCTION PROCESSES AND OPERATIONS,” Tsvetnye Metally, vol. 2022, no. 5, 2022. [CrossRef]
- C. Liu, D. Tang, H. Zhu, and Q. Nie, “A novel predictive maintenance method based on deep adversarial learning in the intelligent manufacturing system,” IEEE Access, vol. 9, 2021. [CrossRef]
- Y. Turgunboev, B. M. Temerbekova, K. A. Usmanova, and U. B. Mamanazarov, “Application of the microwave method for measuring the moisture content of bulk materials in complex metallurgical processes,” Chernye Metally, vol. 2023, no. 4, 2023. [CrossRef]
- Banitalebi-Dehkordi, N. Vedula, J. Pei, F. Xia, L. Wang, and Y. Zhang, “Auto-Split: A General Framework of Collaborative Edge-Cloud AI,” in Proceedings of the ACM SIGKDD International Conference on Knowledge Discovery and Data Mining, 2021. [CrossRef]
- M. A. Rahman et al., “A Cloud-Based Cyber-Physical System with Industry 4.0: Remote and Digitized Additive Manufacturing,” Automation, vol. 3, no. 3, 2022. [CrossRef]
- X. Zhang, Z. Cao, and W. Dong, “Overview of Edge Computing in the Agricultural Internet of Things: Key Technologies, Applications, Challenges,” IEEE Access, vol. 8, 2020. [CrossRef]
- H. Z. Igamberdiyev, A. N. Yusupbekov, O. O. Zaripov, and J. U. Sevinov, “Algorithms of adaptive identification of uncertain operated objects in dynamical models,” in Procedia Computer Science, 2017. [CrossRef]
- R. Rai, M. K. Tiwari, D. Ivanov, and A. Dolgui, “Machine learning in manufacturing and industry 4.0 applications,” International Journal of Production Research, vol. 59, no. 16. 2021. [CrossRef]
- S. Shilpashree, R. R. Patil, and C. Parvathi, “‘Cloud computing an overview,’” International Journal of Engineering and Technology(UAE), vol. 7, no. 4, 2018. [CrossRef]
- Z. Li, H. Zhao, J. Shi, Y. Huang, and J. Xiong, “An Intelligent Fuzzing Data Generation Method Based on Deep Adversarial Learning,” IEEE Access, vol. 7, 2019. [CrossRef]
- H. J. Stadtfeld, “Industry 4.0 and its implication to gear manufacturing,” in American Gear Manufacturers Association Fall Technical Meeting 2015, AGMA FTM 2015, 2015.
- A. Anagnostis, E. Papageorgiou, and D. Bochtis, “Application of artificial neural networks for natural gas consumption forecasting,” Sustainability (Switzerland), vol. 12, no. 16, 2020. [CrossRef]
- B. M. Temerbekova, U. B. Mamanazarov, B. M. Bekimbetov, and Z. M. Ibragimov, “Development of integrated digital twins of control systems for ensuring the reliability of information and measurement signals based on cloud technologies and artificial intelligence,” Chernye Metally, vol. 2023, no. 4, 2023. [CrossRef]
- E. Cinar, S. Kalay, and I. Saricicek, “A Predictive Maintenance System Design and Implementation for Intelligent Manufacturing,” Machines, vol. 10, no. 11, 2022. [CrossRef]
- R. K. Dinata, S. Retno, and N. Hasdyna, “Minimization of the Number of Iterations in K-Medoids Clustering with Purity Algorithm,” Revue d’Intelligence Artificielle, vol. 35, no. 3, 2021. [CrossRef]
- Z. Wang et al., “Prediction model of end-point manganese content for BOF steelmaking process,” ISIJ International, vol. 52, no. 9, 2012. [CrossRef]
- Liu, L. Tang, and J. Liu, “A Stacked Autoencoder with Sparse Bayesian Regression for End-Point Prediction Problems in Steelmaking Process,” IEEE Transactions on Automation Science and Engineering, vol. 17, no. 2, 2020. [CrossRef]
- K. Qiu, J. Li, and D. Chen, “Optimized long short-term memory (LSTM) network for performance prediction in unconventional reservoirs,” Energy Reports, vol. 8, 2022. [CrossRef]
- K. Zarzycki and M. Ławryńczuk, “Advanced predictive control for GRU and LSTM networks,” Information Sciences, vol. 616, 2022. [CrossRef]
- S. Li, B. Xu, and T. L. Chung, “Definition extraction with LSTM recurrent neural networks,” in Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics), 2016. [CrossRef]
- Cortez, B. Carrera, Y. J. Kim, and J. Y. Jung, “An architecture for emergency event prediction using LSTM recurrent neural networks,” Expert Systems with Applications, vol. 97, 2018. [CrossRef]
- S. Nosouhian, F. Nosouhian, and A. K. Khoshouei, “A review of recurrent neural network architecture for sequence learning: Comparison between LSTM and GRU,” Preprints.org, no. July, 2021.
- A. Pudikov and A. Brovko, “Comparison of LSTM and GRU Recurrent Neural Network Architectures,” in Studies in Systems, Decision and Control, vol. 337, 2021. [CrossRef]
- Z. Jiang, S. Yuan, J. Ma, and Q. Wang, “The evolution of production scheduling from Industry 3.0 through Industry 4.0,” International Journal of Production Research, vol. 60, no. 11, 2022. [CrossRef]
- Kumas and, S. Erol, “Digital Twins as Key Technology in Industry 4.0,” JOURNAL OF POLYTECHNIC-POLITEKNIK DERGISI, vol. 24, no. 2, 2021.
- Gulyamov Shukhrat, Temerbekova Barnokhon, and Mamanazarov Ulugbek, “Noise Immunity Criterion for the Development of a Complex Automated Technological Process,” E3S Web of Conf., vol. 452, p. 3014, 2023. [CrossRef]
- T. Zhen, L. Yan, and P. Yuan, “Walking gait phase detection based on acceleration signals using LSTM-DNN algorithm,” Algorithms, vol. 12, no. 2, 2019. [CrossRef]
- É. Piel, P. Marquet, J. Soula, and J. L. Dekeyser, “Real-time systems for multi-processor architectures,” in 20th International Parallel and Distributed Processing Symposium, IPDPS 2006, 2006. [CrossRef]
- K. Cao, T. Zhang, and J. Huang, “Advanced hybrid LSTM-transformer architecture for real-time multi-task prediction in engineering systems,” Scientific Reports, vol. 14, no. 1, 2024. [CrossRef]
- S. Boubaker, M. Benghanem, A. Mellit, A. Lefza, O. Kahouli, and L. Kolsi, “Deep Neural Networks for Predicting Solar Radiation at Hail Region, Saudi Arabia,” IEEE Access, vol. 9, 2021. [CrossRef]
- J. Zhou et al., “Intelligent prediction monitoring system for predictive maintenance in manufacturing,” in IECON Proceedings (Industrial Electronics Conference), 2005. [CrossRef]
- Challenges and Opportunities for Deep Learning Applications in Industry 4.0. 2022. [CrossRef]
- P. Nawrocki, P. Osypanka, and B. Posluszny, “Data-Driven Adaptive Prediction of Cloud Resource Usage,” Journal of Grid Computing, vol. 21, no. 1, 2023. [CrossRef]










| Time (min) | Real_Temperature | LSTM_Prediction | GRU_Prediction | CNN_Prediction | Failure_Function | Validity |
| 0 | 1505,29 | 1508,27 | 1513,07 | 1502,68 | 0 | true |
| 1 | 1504,16 | 1507,95 | 1502,5 | 1515,25 | 0 | true |
| 2 | 1508,58 | 1510,94 | 1505,59 | 1512,62 | 0 | true |
| 3 | 1514,56 | 1514,2 | 1522,25 | 1517 | 0 | true |
| 4 | 1514,92 | 1512,78 | 1520,85 | 1510,3 | 0 | true |
| 5 | 1507,04 | 1509,15 | 1514,51 | 1510,28 | 0 | true |
| 6 | 1512,59 | 1511,78 | 1516,21 | 1508,54 | 0 | true |
| 7 | 1508,18 | 1510,62 | 1504,73 | 1508,37 | 0 | true |
| 8 | 1506,44 | 1506,86 | 1514,09 | 1502,63 | 0 | true |
| 9 | 1505,61 | 1507,46 | 1504,43 | 1509,56 | 0 | true |
| 10 | 1501,84 | 1502,56 | 1505,05 | 1505,3 | 0 | true |
| 11 | 1502,79 | 1504,2 | 1506,57 | 1501,54 | 0 | true |
| 12 | 1497,86 | 1497,88 | 1497,24 | 1500,23 | 0 | true |
| 13 | 1493,49 | 1497,06 | 1495,94 | 1486,93 | 0 | true |
| 14 | 1492,62 | 1492,87 | 1496,3 | 1483,67 | 0 | true |
| 15 | 1491,23 | 1492,03 | 1492,73 | 1493,86 | 0 | true |
| 16 | 1494,52 | 1498,29 | 1490,12 | 1495,52 | 0 | true |
| 17 | 1490,13 | 1487,43 | 1491,32 | 1493,94 | 0 | true |
| 18 | 1493,21 | 1490,67 | 1498,52 | 1507,51 | 0 | true |
| 19 | 1491,93 | 1493,87 | 1489,15 | 1497,6 | 0 | true |
| 20 | 1489,55 | 1487,2 | 1488,95 | 1484,07 | 0 | true |
| № | Model | MAE | RMSE | R2 |
| 1 | LSTM-DNN | 1.877 | 2.201 | 0.928 |
| 2 | GRU | 3.754 | 4.422 | 0.708 |
| 3 | CNN | 4.554 | 5.618 | 0.528 |
| Time (min) | Actual Temperature (°C) | LSTM Forecast (°C) | GRU Forecast (°C) | CNN Forecast (°C) | LSTM Failure | LSTM Reliability | GRU Failure | GRU Reliability | CNN Failure | CNN Reliability |
| 1 | 1453,3 | 1456,6 | 1466,7 | 1466,7 | 0 | True | 0 | True | 0 | False |
| 2 | 1454,5 | 1456,2 | 1455,4 | 1455,4 | 0 | True | 0 | True | 0 | True |
| 3 | 1455,1 | 1460,3 | 1457,1 | 1457,1 | 0 | True | 0 | True | 0 | True |
| 4 | 1455,1 | 1457 | 1457 | 1457 | 0 | True | 0 | True | 0 | False |
| 5 | 1463,5 | 1462,6 | 1461,6 | 1457,6 | 0 | True | 0 | True | 0 | True |
| 6 | 1467,1 | 1457,6 | 1452,2 | 1452,2 | 0 | True | 0 | True | 0 | True |
| 7 | 1469,1 | 1451,4 | 1454,1 | 1454,1 | 0 | True | 0 | True | 0 | True |
| 8 | 1458,4 | 1457,9 | 1460,4 | 1460,4 | 0 | True | 0 | True | 0 | True |
| 9 | 1453,8 | 1473 | 1472,7 | 1472,7 | 0 | True | 0 | True | 0 | True |
| 10 | 1453,6 | 1466,7 | 1442,4 | 1442,4 | 0 | True | 0 | True | 0 | False |
| 11 | 1449,4 | 1447,6 | 1458 | 1451,4 | 0 | True | 0 | True | 0 | False |
| 12 | 1447,3 | 1448,4 | 1439,1 | 1439,1 | 0 | True | 0 | True | 0 | True |
| 13 | 1441,1 | 1440 | 1424,3 | 1436,7 | 0 | True | 0 | True | 0 | True |
| 14 | 1441,3 | 1441,7 | 1436,7 | 1436,7 | 0 | True | 0 | True | 0 | True |
| 15 | 1443 | 1443,5 | 1438,4 | 1438,4 | 0 | True | 0 | True | 0 | True |
| 16 | 1442,3 | 1448,2 | 1439,9 | 1439,9 | 0 | True | 0 | True | 0 | True |
| 17 | 1441,9 | 1447,9 | 1446,6 | 1446,6 | 0 | True | 0 | True | 0 | True |
| 18 | 1443,2 | 1442,8 | 1442,7 | 1442,7 | 0 | True | 0 | True | 0 | False |
| 19 | 1447,3 | 1445,6 | 1456,2 | 1456,2 | 0 | True | 0 | True | 0 | True |
| 20 | 1447,9 | 1446,6 | 1456,3 | 1456,3 | 0 | True | 0 | True | 0 | True |
| 21 | 1461,1 | 1434,2 | 1436,8 | 1438,4 | 0 | True | 0 | True | 0 | False |
| Time (min) | Pressure (actual) | LSTM Forecast | LSTM Reliability | GRU Forecast | GRU Reliability | CNN Forecast | CNN Reliability |
| 0 | 2,515 | 2,506 | true | 2,509 | true | 2,443 | true |
| 1 | 2,506 | 2,508 | true | 2,491 | true | 2,555 | true |
| 2 | 2,539 | 2,482 | true | 2,465 | true | 2,62 | true |
| 3 | 2,574 | 2,552 | true | 2,538 | true | 2,57 | true |
| 4 | 2,529 | 2,533 | true | 2,506 | true | 2,589 | true |
| 5 | 2,535 | 2,489 | true | 2,588 | true | 2,557 | true |
| 6 | 2,594 | 2,609 | true | 2,611 | true | 2,555 | true |
| 7 | 2,572 | 2,548 | true | 2,484 | true | 2,594 | true |
| 8 | 2,536 | 2,524 | true | 2,552 | true | 2,628 | true |
| 9 | 2,565 | 2,541 | true | 2,546 | true | 2,563 | true |
| 10 | 2,532 | 2,506 | true | 2,498 | true | 2,625 | true |
| 11 | 2,526 | 2,526 | true | 2,557 | true | 2,369 | false |
| 12 | 2,541 | 2,499 | true | 2,593 | true | 2,59 | true |
| 13 | 2,468 | 2,501 | true | 2,515 | true | 2,474 | true |
| 14 | 2,465 | 2,416 | true | 2,423 | true | 2,447 | true |
| 15 | 2,49 | 2,499 | true | 2,475 | true | 2,496 | true |
| 16 | 2,467 | 2,388 | true | 2,483 | true | 2,347 | false |
| 17 | 2,497 | 2,44 | true | 2,545 | true | 2,483 | true |
| 18 | 2,451 | 2,459 | true | 2,427 | true | 2,472 | true |
| 19 | 2,427 | 2,457 | true | 2,418 | true | 2,516 | true |
| 20 | 2,506 | 2,513 | true | 2,451 | true | 2,475 | true |
| Tempo. real | Temp. forecast | Temp. error | Pressure real | Pressure forecast | Pressure error | Level real | Level forecast | Level error | Actual flow rate | Flow rate forecast | Expenditure error |
| 1217,64 | 1220,91 | 3,27 | 13,29 | 12,43 | 0,86 | 64,46 | 67,38 | 2,92 | 491,3 | 502,47 | 11,17 |
| 1204 | 1208,32 | 4,32 | 16,95 | 17,04 | 0,09 | 65,69 | 65,07 | 0,62 | 536,99 | 523,83 | 13,16 |
| 1209,79 | 1206,08 | 3,71 | 14,49 | 14,29 | 0,2 | 63,54 | 62,42 | 1,12 | 513,45 | 508,83 | 4,62 |
| 1222,41 | 1233,76 | 11,35 | 14,56 | 13,75 | 0,82 | 59,46 | 62,34 | 2,88 | 508,15 | 507,47 | 0,68 |
| 1218,68 | 1211,4 | 7,27 | 13,75 | 13,98 | 0,23 | 56,79 | 59,01 | 2,22 | 484,6 | 501,74 | 17,13 |
| 1190,23 | 1190,46 | 0,23 | 15,78 | 15,32 | 0,45 | 63,16 | 65,96 | 2,8 | 510,78 | 503,34 | 7,45 |
| 1209,5 | 1208,56 | 0,94 | 13,39 | 13,41 | 0,03 | 58,79 | 60,15 | 1,36 | 486,51 | 478,25 | 8,26 |
| 1198,49 | 1206,15 | 7,66 | 14,79 | 15,15 | 0,36 | 63,67 | 62,38 | 1,29 | 500,64 | 499,65 | 0,98 |
| 1198,97 | 1206,31 | 7,35 | 14,1 | 14,17 | 0,06 | 60,62 | 63,49 | 2,87 | 487,28 | 480,65 | 6,63 |
| 1204,11 | 1204,88 | 0,77 | 15,39 | 15,96 | 0,57 | 62,93 | 62,53 | 0,4 | 513,53 | 524,8 | 11,27 |
| 1201,44 | 1203,33 | 1,89 | 14,49 | 13,87 | 0,62 | 61,07 | 62,27 | 1,2 | 511,53 | 500,73 | 10,8 |
| 1214,54 | 1210,1 | 4,44 | 13,82 | 14,02 | 0,2 | 62,12 | 63,54 | 1,42 | 495,83 | 484,36 | 11,47 |
| 1207,61 | 1197,71 | 9,9 | 14,97 | 14,63 | 0,34 | 60,03 | 59,8 | 0,23 | 507,92 | 503,54 | 4,38 |
| 1201,22 | 1199,48 | 1,74 | 15,43 | 14,99 | 0,44 | 65,36 | 66,28 | 0,92 | 478,14 | 473,16 | 4,98 |
| 1204,44 | 1205,22 | 0,78 | 15,07 | 14,78 | 0,29 | 60,38 | 61,76 | 1,38 | 470,17 | 489,47 | 19,3 |
| 1203,34 | 1209,49 | 6,15 | 15,3 | 15,15 | 0,16 | 61,21 | 61,77 | 0,56 | 508,79 | 518,28 | 9,49 |
| 1214,94 | 1220,95 | 6,01 | 14,37 | 14,39 | 0,03 | 65,65 | 64 | 1,65 | 503,33 | 504,21 | 0,88 |
| 1197,95 | 1196,01 | 1,94 | 14,64 | 14,05 | 0,58 | 55,96 | 56,4 | 0,45 | 512,7 | 500,45 | 12,25 |
| 1203,13 | 1201,62 | 1,51 | 14,33 | 14,78 | 0,45 | 56,19 | 58,18 | 1,99 | 547,66 | 556,11 | 8,44 |
| 1191,46 | 1186,22 | 5,24 | 14,64 | 14,87 | 0,23 | 62,91 | 61,87 | 1,04 | 518,89 | 508,89 | 10 |
| 1174,47 | 1167,37 | 7,1 | 14,19 | 13,42 | 0,77 | 56,48 | 56,26 | 0,22 | 481,74 | 466,3 | 15,45 |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2025 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).