Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 Optimized Hybrid CNN-Residual BiLSTM with Adaptive Prediction System for Enhanced Gas Turbine Performance Forecasting Andika Pratama1*. Chastine Fatichah2 Master's Program in Technology Management. School of Interdisciplinary Management and Technology. Institut Teknologi Sepuluh Nopember. Surabaya. Indonesia Department of Informatics. Institut Teknologi Sepuluh Nopember. Surabaya. Indonesia 6032231200@student. id (*) 2chastine@if. Received: 2025-05-11. Accepted: 2025-07-22. Published: 2025-07-31 AbstractAi Accurately forecasting critical performance parameters, such as Compressor Discharge Pressure (PCD), in gas turbines is a strategic imperative for ensuring operational reliability and energy efficiency, particularly in vital facilities like Central Processing Plants (CPP. However, achieving reliable forecasts presents significant analytical challenges due to the complex multivariate, non-linear, and noisy nature of industrial sensor data, compounded by dynamic operational loads. This study introduces and validates an integrated analytical framework centered on a systematically optimized Hybrid Convolutional Neural Network-Residual Bi-Directional Long Short-Term Memory (CNNResidual BiLSTM) architecture. This hybrid design synergistically leverages CNN layers for multi-scale temporal pattern extraction and Residual BiLSTM blocks for robust long-range dependency modelling, enhanced by residual connections for training stability. The framework emphasizes rigorous data pre-processing and the selection of a comprehensive feature set, incorporating thermodynamic, electrical, and operational control signals to provide a holistic view of the turbine's state. Automated hyperparameter optimization via the Optuna framework is employed to maximize the model's predictive potential. Empirical validation demonstrates that the optimized configuration's performance is superior to that of baseline models (RMSE = 0. MAE = 0. RA = 0. , confirming the framework's contribution to advancing datadriven performance diagnostics and predictive maintenance (PdM) strategies for gas turbines. KeywordsAi Compressor Discharge Pressure (PCD). Deep Learning. Gas Turbine. Hybrid Model. Hyperparameter Optimization. Predictive Maintenance. Residual Bi-LSTM. Time Series Forecasting. INTRODUCTION Gas turbines serve as critical power generation assets in essential sectors, including energy production and oil and gas processing, underpinning the operational stability of facilities such as Central Processing Plants (CPP. Ensuring high operational reliability and energy efficiency for these turbines is a strategic imperative, as it directly influences economic performance and the continuity of critical supplies. Consequently, sophisticated condition monitoring and predictive maintenance (PdM) frameworks are increasingly vital for proactive asset management . Within the complex interplay of operational parameters. Compressor Discharge Pressure (PCD) stands out as a particularly sensitive indicator, reflecting the turbine's thermodynamic efficiency, proximity to operational limits like surge, combustion stability, and overall component health . Therefore, the analytical capability to accurately forecast PCD dynamics offers substantial leverage for optimizing real-time operational decisions and implementing more effective, conditioninformed maintenance strategies . The analytical hurdles in generating accurate PCD forecasts are twofold, stemming from challenges inherent to both the operational data and the predictive models themselves. On one hand, the data is intrinsically complex. industrial sensor streams from gas turbines are high-dimensional and multivariate, characterized by pronounced non-linear relationships, significant measurement noise, and non- stationarity driven by dynamic load profiles . On the other hand, these demanding data characteristics render conventional statistical models inadequate, as they often fail to capture such intricate temporal dependencies and non-linearities . While standard deep learning architectures like Long Short-Term Memory (LSTM) networks . offer improvements, they can fall short of the required precision when confronted with such complex industrial dynamics without substantial architectural and parametric refinement . Advanced deep learning techniques, particularly recurrent architectures such as Bidirectional LSTM (Bi-LSTM) and hybrid models combining Convolutional Neural Networks (CNN. with LSTMs . Ae. , alongside architectural enhancements like residual connections . Ae. , represent the state-of-the-art for modeling complex sequential data. However, the mere application of these advanced architectures often fails to realize their full potential, with many studies still facing challenges in achieving high-precision forecasts on realworld industrial datasets . Achieving consistently high forecasting accuracy is critically sensitive to the model's specific configurationAiits hyperparameters . A significant gap persists in the literature regarding the application of systematic and rigorous optimization methodologies designed to fine-tune these complex hybrid architectures. This gap ultimately limits their predictive accuracy when applied to demanding tasks, such as gas turbine PCD forecasting. DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 Addressing this gap, the present study develops and validates an integrated analytical framework designed to achieve significant accuracy improvements in gas turbine PCD forecasting by employing a meticulously optimized Hybrid CNN-Residual BiLSTM model. The framework's effectiveness stems from the synergy of several core components: the inherent strengths of the hybrid architecture in processing complex sequences, domain-aware feature engineering that incorporates contextual Preventive Maintenance (PM) schedule information alongside cyclical time features, and crucially, the implementation of systematic, automated hyperparameter optimization (HPO) using the Optuna framework . , . This HPO process rigorously identifies the optimal set of hyperparameters to precisely conFig. The CNN-Residual BiLSTM model for peak predictive performance on this specific dataset. The primary contributions of this work, therefore, lie in: . demonstrating the tangible accuracy enhancements resulting from the application of rigorous HPO to a specific Hybrid CNN-Residual BiLSTM model within the gas turbine forecasting context. integrating and evaluating the impact of domain-specific PM features on model precision. validating a comprehensive workflow that highlights how the combination of an advanced architecture, informed feature engineering, and meticulous HPO leads to superior forecasting accuracy, thereby advancing data-driven PdM The subsequent sections detail the related work, methodology, experimental results, discussion, and conclusions of this study. II. LITERATURE REVIEW Forecasting key performance parameters, such as Compressor Discharge Pressure (PCD), in gas turbines presents a significant challenge due to the complex, multivariate, and non-linear nature of the underlying operational data . Deep learning techniques, particularly those designed for sequential data, have emerged as powerful tools for such industrial timeseries analysis. Foundational architectures, such as Long ShortTerm Memory (LSTM) . and its bidirectional variants (BiLSTM) . , are frequently employed as powerful baseline Their inherent capability to capture long-range temporal dependencies often allows them to outperform traditional statistical models in various predictive maintenance (PdM) applications . However, their performance on noisy, real-world industrial data can be inconsistent, and they often require substantial, non-trivial tuning to approach optimal results, highlighting a persistent challenge in achieving highprecision forecasts . To address the limitations of standard recurrent networks, significant research has focused on architectural refinements. One key innovation is the adaptation of residual connections, famously introduced in computer vision . , to recurrent By creating shortcut paths for gradient flow, residual connections facilitate the training of deeper networks and mitigate the vanishing gradient problem, enabling models like Residual Bi-LSTM to learn more complex temporal patterns . Concurrently, 1D Convolutional Neural Networks (CNN. have proven effective at extracting localized, informative patterns and inter-sensor correlations directly from multivariate time-series data . This ability to distill salient, short-term features from raw sensor readings within specific time windows is highly relevant for complex industrial systems. Building upon these individual refinements, hybrid deep learning architectures have gained prominence, aiming to combine the strengths of different network types in a synergistic manner. Models that integrate CNN layers for initial feature extraction with recurrent layers (LSTM or Bi-LSTM) for subsequent temporal dependency modelling are becoming a state-of-the-art approach in time-series forecasting . The underlying rationale is that CNNs can efficiently create a rich, condensed representation of local spatio-temporal features, which the recurrent layers then use to model longer-term sequential dynamics. Successful applications in analogous domains, such as energy load forecasting . and wind power prediction . , have demonstrated the potential advantages of such hybrid strategies. Beyond the core model architecture, the efficacy of any deep learning model is heavily influenced by two critical enabling methodologies: feature engineering (FE) and hyperparameter optimization (HPO). Thoughtful FE is essential for providing the model with the most informative inputs . , which include not only standard cyclical time transformations but also the integration of domain-specific knowledge. In the context of PdM, leveraging contextual information, such as Preventive Maintenance (PM) schedules, can provide vital signals about operational cycles and performance degradation, a factor that can significantly enhance predictive accuracy . Equally important, yet often overlooked, is a rigorous HPO process. Complex models, such as the Hybrid CNN-BiLSTM, possess numerous hyperparameters that significantly impact Manual tuning is often inefficient, while advanced automated HPO methods, such as the Bayesian optimization techniques implemented in frameworks like Optuna . , offer a more principled and efficient path to unlocking a model's full predictive potential . Synthesizing these research streams reveals a clear gap. While individual advanced componentsAihybrid architectures, domain-aware features, and HPO toolsAiexist, few studies demonstrate a rigorous, holistic integration of all these elements for the specific, high-stakes task of gas turbine PCD Much of the existing research focuses on proposing novel architectures without systematically optimizing them or enriching them with critical operational context, such as maintenance data. This study directly addresses this gap by presenting and validating an integrated framework that synergistically combines a tailored Hybrid CNN-Residual BiLSTM architecture, domain-informed PM-aware features, and meticulous, automated HPO. The objective is to demonstrate that this synergistic combination, rather than any single component alone, is key to achieving superior forecasting accuracy for data-driven gas turbine PdM. RESEARCH METHODOLOGY The methodology in this research is systematically designed to develop and rigorously evaluate a high-accuracy forecasting DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 model for gas turbine Compressor Discharge Pressure (PCD). The process encompasses several key stages: acquisition and comprehensive pre-processing of operational data, domaininformed feature engineering, definition and systematic optimization of the core Hybrid CNN-Residual BiLSTM architecture, establishment of baseline models for comparative assessment, and the specification of quantitative evaluation The overall workflow is illustrated in Fig. Fig. Systematic Methodology for Model Development and Evaluation Dataset Description and Pre-processing The empirical foundation of this work is a multivariate timeseries dataset from an industrial gas turbine at a Central Processing Plant (CPP) in Eastern Indonesia. To construct a comprehensive model, this study leverages a rich, highdimensional set of operational parameters. The raw data underwent a rigorous pre-processing pipeline to ensure its quality and suitability for modelling. The process commenced with addressing missing values through linear interpolation. This method estimates a data point by constructing a straight line between the two nearest known data points, as governed by Equation . , where a point P. is estimated between two known points. P1. 1,y. and P2. 2,y. DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 Subsequently, to isolate periods of stable operation, the dataset was filtered to retain records exclusively within a consistent power output range. This step was aimed at eliminating transient states such as startups and shutdowns. Duplicate entries were also identified and removed to ensure the uniqueness of each record. Exploratory Data Analysis (EDA) was conducted to gain insights into the dataset's characteristics. The distribution of each operational variable was visualized using violin plots, as shown in Fig. This analysis facilitated an understanding of the central tendency, spread, and probability density of each feature. Furthermore, inter-feature correlations were examined using a heatmap, as shown in Fig. 3, to identify linear relationships between variables and assess potential multicollinearity. Finally, all selected features were normalized using Z-score standardization to rescale the data to a standard normal distribution . mean of 0 and a standard deviation of . This process is governed by Equation . , where the mean () and standard deviation (E) parameters were computed exclusively from the training data to prevent information leakage. Upon completion of the pre-processing stage, the dataset was chronologically partitioned into three subsets: a training set . %), a validation set . %), and a test set . %). This division ensures that the model's generalization performance is evaluated objectively on data it has not previously encountered. Fig. Distribution Analysis of Operational Features Using Violin Plots. These Plots Illustrate the Spread. Density. And Value Range for Each Key Parameter Fig. Pearson Correlation Heatmap of Operational Features. Lighter Colours Indicate a Strong Positive Correlation. While Darker Colours Signify a Negative Correlation DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 Feature Selection and Engineering The methodological approach for this study is centered on a philosophy that leverages the deep learning model's intrinsic capability for representation learning. A comprehensive, highdimensional feature space was curated, comprising 22 distinct operational parameters, to provide a multifaceted view of the gas turbine's operational state at each timestep. This strategy deliberately minimizes dependence on extensive handcrafted feature engineering, instead empowering the model to discover complex patterns from the rich data stream autonomously. The complete list of features is detailed in Table I. While most features were sourced directly from sensors, the most impactful step in feature engineering was the creation of a contextual variable: Remaining Run Hours (Remaining_RH). This feature was specifically designed to provide the model with explicit awareness of the turbine's position within its operational and maintenance cycles. The immense value of this feature is visually demonstrated in Fig. 4, which illustrates a direct relationship between the maintenance cycle, represented by the sawtooth pattern of Remaining RH, and the behavior of critical performance parameters. As Remaining_RH increases linearly and then sharply resets to zero following a maintenance event, corresponding shifts can be observed in the Compressor Discharge Pressure (PCD) and Average Exhaust Temperature (T5 Averag. For instance, after a maintenance event . ndicated by a rese. , the PCD signal often stabilizes at a different operational level, and the volatility of the T5 Average By incorporating Remaining_RH, we equip the model with the ability to understand these cyclical performance shifts, a crucial element for achieving high-accuracy, long-term forecasting that would otherwise be lost. To validate the relevance of the other curated sensor-based features, a quantitative analysis was performed using the Pearson correlation coefficient . isualized in the heatmap in a subsequent Fig. This analysis confirmed that key physical parameters, such as total power output and generator currents, exhibit a strong linear relationship with PCD, reinforcing the decision to include them in the final, comprehensive feature set. Fig. 4: Visualizing the Impact of Maintenance Cycles on Key Turbine Performance Parameters TABLE I DETAILED BREAKDOWN OF THE COMPREHENSIVE FEATURE SET FOR TURBINE MODELLING Feature Name Description Type L1 Amp. L2 Amp. L3 Amp Generator output current for each phase Sensor (Electrica. Apparent Pwr Total power, including real and reactive Sensor (Electrica. Reactive Pwr Reactive power component Sensor (Electrica. Total Total Real Power Output . W) Sensor (Electrica. Compressor Inlet Temperature Sensor (Therm. PCD Compressor Discharge Pressure (Targe. Sensor (Therm. Main Vlv Disch Press Main Valve Discharge Pressure Sensor (Therm. Actual Gas Fuel Flow Rate of fuel consumption Sensor (Therm. NGP Gas Producer Speed Sensor (Therm. NPT Power Turbine Speed Sensor (Therm. DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 Feature Name Description Type T5 Average Average Exhaust Temperature Sensor (Therm. T5 TC3/TC5/TC8/TC9 Individual exhaust thermocouple readings Sensor (Therm. Remaining_RH Remaining Run Hours until next maintenance Contextual Guide Vane Cmd Inlet Guide Vane command signal Sensor (Contro. Fuel Control Demand Fuel control demand signal Sensor (Contro. time_idx Continuous time index from start Time Index row_idx Cumulative row index Time Index Proposed Model Architecture The core of the proposed forecasting framework is a Hybrid Convolutional Neural Network-Residual Bidirectional Long Short-Term Memory (CNN-Residual BiLSTM) model. It is specifically engineered to capture the complex dynamics within the multivariate industrial time-series data. This hybrid approach is particularly effective for forecasting complex industrial time series, as it combines the feature extraction strength of CNNs with the sequential modeling capabilities of LSTMs. The model's architecture, illustrated in Fig. 5, is composed of three primary blocks designed to process an input sequence with dimensions of 22 timesteps and 22 features. The input sequence is first processed by a Convolutional Block, which contains one or more one-dimensional convolutional (Conv1D) layers. These layers function as localized feature extractors, identifying short-term patterns and inter-feature correlations from the input data stream. activation function and Layer Normalization follow each Conv1D layer to stabilize the learning process. The resulting feature maps are then fed to a Recurrent Block. At the heart of this block is a Bidirectional LSTM (BiLSTM) layer, which processes the sequence from both forward and backward directions to effectively model long-range temporal dependencies and capture the full context of the sequence . , . To enhance performance and facilitate the training of a deeper network, a residual connection is integrated . This mechanism enables gradients to flow more directly through the network, thereby mitigating vanishing gradient issues and allowing the model to learn more complex transformations . Finally, a dense Output Block maps the rich temporal representations from the recurrent core to a single, continuous output value representing the final PCD forecast. Fig. Proposed Hybrid CNN-Residual BiLSTM Architecture. Fig. Optuna Hyperparameter Optimization DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 Hyperparameter Optimization (Optun. Given that achieving optimal performance for a model of this complexity necessitates a principled and systematic approach to hyperparameter selection. Manual tuning or grid search methods are often impractical for such a highdimensional search space. Therefore, this work employed automated hyperparameter optimization (HPO) using the Optuna framework . , and the process is visually outlined in Fig. Optuna utilizes the Tree-structured Parzen Estimator (TPE), a type of Bayesian optimization, to efficiently explore the parameter space. The core objective of the HPO process is to find the set of hyperparameters xO from a defined search space X that minimizes a predefined objective function f. - in this case, the validation error (Mean Absolute Erro. This optimization problem is formally expressed in Equation . Unlike random search. TPE constructs a probabilistic model based on past trial results, allowing it to intelligently prioritize more promising hyperparameter regions, which is highly effective for complex search spaces. The HPO search space was carefully defined to encompass the most influential model parameters, including learning rate, network units (LSTM units and CNN filter. , architectural choices (CNN kernel size and number of convolutional block. , regularization . ropout rate. , and activation functions. The optimization was conducted over a predefined number of trials, with each trial's configuration and resulting validation score being logged to a persistent SQLite database to ensure the reproducibility of the optimization process. To ensure computational efficiency, a pruning mechanism was also employed to terminate unpromising trials prematurely. This systematic process ensures that the final model configuration is objectively derived based on empirical performance rather than relying on heuristics. Baseline Models To provide a rigorous benchmark for evaluating the performance enhancements offered by the optimized Hybrid CNN-Residual BiLSTM model, several established deep learning architectures commonly used for time-series forecasting were implemented and trained under identical . Standard LSTM . : A foundational recurrent network architecture chosen to benchmark the model's fundamental ability to capture long-range temporal dependencies. Bidirectional LSTM (Bi-LSTM) . : An enhanced architecture that processes sequences from both temporal directions, serving as a more advanced baseline for contextual . Residual Bi-LSTM . : A strong non-hybrid baseline that augments a Bi-LSTM with residual connections to improve training stability, representing a state-of-the-art recurrent-only model. These baseline models were constructed with architectural complexity comparable to the proposed model, where feasible, with similar layer depths or unit counts, potentially subject to their simplified tuning. They were trained using the same preprocessed data splits . raining, validation, and tes. and evaluation metrics to ensure a direct and equitable comparison of performance. Training The definitive training protocol applied to the final, optimized Hybrid CNN-Residual BiLSTM model, as well as the baseline models, adhered to the following standardized . Optimizer: The Adam optimizer . was employed, utilizing the specific learning rate identified as optimal by Optuna for the proposed model, as well as potentially default or separately optimized rates for the baselines. Gradient norm clipping . lipnorm=1. was applied to enhance training . Loss Function: Mean Squared Error (MSE) served as the primary objective function minimized during training, as it is appropriate for the continuous nature of the PCD forecasting Huber loss was also considered during experimentation as a potentially more robust alternative to outliers. Performance Monitoring: Progress during the training phase was carefully monitored by evaluating a series of key performance metrics. These metrics included Mean Absolute Error (MAE). Mean Absolute Percentage Error (MAPE). Root Mean Squared Error (RMSE), and Coefficient of Determination (R. All of these metrics were calculated on the validation dataset after each epoch concluded, in addition to continuous monitoring of the training loss value. Training Duration and Regularization: The duration of the training process for each model was controlled by establishing an upper limit on the number of epochs. Early stopping was implemented as a crucial regularization technique: training was automatically halted if the monitored validation loss failed to improve for a specified number of consecutive The model weights corresponding to the epoch with the best observed validation loss were then restored and saved persistently using Model Checkpoint callbacks. Batch Size: A consistent batch size of 64 samples was utilized across all training runs. This hyperparameter dictates the number of training examples propagated through the network before the model's weights are updated. Maintaining a consistent batch size is crucial for ensuring fair comparability of training dynamics and computational resource utilization across different models and experimental setups. Evaluation Metrics The predictive performance of the finally trained proposed model and all baseline models was quantitatively assessed on the unseen, held-out test set. Standard and widely accepted regression metrics were employed for this evaluation . , . DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 . Mean Absolute Error (MAE): Represents the average of the absolute deviations between the predicted outputs . and the actual observed values . This indicator, calculated as shown in Equation . , provides a straightforward and intuitive estimation of the mean magnitude of prediction error, with units consistent with the original PCD units. Root Mean Squared Error (RMSE): This metric is derived by calculating the square root of the average of the squared differences between predicted values and actual The squaring element in its calculation, as defined in Equation . , causes RMSE to place a heavier penalty on large errors than MAE, making it highly sensitive to . Coefficient of Determination (RA): A statistical measure that reflects the percentage of variation in the dependent variable . n this case, actual PCD value. that is successfully predicted or explained by the model based on independent variable. This value, defined by Equation . , indicates how well the model's predictions align with the observed data. higher RA score . indicates that the model explains the variance in the actual data more effectively. Mean Absolute Percentage Error (MAPE): Presents a measure of the average absolute error, expressed as a percentage proportion of the actual values. The fundamental advantage of MAPE, as calculated according to Equation . , is its scale-independence. However, its utility can be compromised when actual values are at or near zero . Symmetric Mean Absolute Percentage Error . MAPE): As shown in Equation . , sMAPE is an alternative percentage error metric designed to address some limitations of MAPE, particularly asymmetry and issues with zero values. It bounds the error between 0% and 200% . Crucially, all performance metrics were calculated after the model's normalized predictions were inverse-transformed back into the original PCD scale using the previously saved Z-score scaler parameters . Etrai. This ensures that the reported error metrics directly reflect the model's accuracy in predicting the actual physical pressure values, facilitating practical The calculation of these metrics was implemented using standard scientific libraries such as Scikitlearn and NumPy. IV. RESULTS AND DISCUSSION This section presents the empirical results from implementing and evaluating the proposed forecasting The experiments were designed to quantify the performance improvements achieved by the optimized Hybrid CNN-Residual BiLSTM model, with a particular focus on the impact of systematic hyperparameter optimization. Experimental Setup All experiments were conducted in a Python . environment using TensorFlow . with its Keras API for model development. Key supporting libraries included Pandas . NumPy . Scikit-learn . , and Optuna . Model training and optimization were accelerated on an NVIDIA RTX 3080 TI GPU . GB VRAM). As detailed in the methodology, the pre-processed dataset was chronologically split into training . %), validation . %), and test . %) sets to ensure a robust and unbiased evaluation on unseen data. Hyperparameter Optimization Results The Optuna framework was used to optimize the architecture's key hyperparameters over 50 trials systematically. The primary objective of this process was to minimize the Mean Absolute Error (MAE) on the validation set. leveraging the Tree-structured Parzen Estimator (TPE) sampler, the framework efficiently navigated the high-dimensional parameter space and successfully identified a superior model This optimization process was concluded by achieving a best validation MAE of 0. The optimal hyperparameters determined to achieve this result are as follows: the Learning Rate is 0. 003049, the LSTM units are 512, and the CNN filters are 128. CNN Kernel Size is 7. CNN Activation is 'gelu', and Dropout Rate is 0. This final set of parameters was used to conFig. The definitive model, the performance of which is evaluated in detail on the test set in Section IV-D. Model Training Overview Following the hyperparameter optimization phase, the definitive Hybrid Optuna model and all baseline architectures were trained on the combined training and validation dataset until convergence. The process was governed by the standardized protocols detailed in the methodology, including the implementation of an early stopping mechanism with a patience of 8 epochs to prevent overfitting by monitoring the validation loss. The learning dynamics of each model throughout this training phase are visualized in Fig. The plots for all evaluated metrics, including Loss. MAE. RMSE, and R2, demonstrate stable convergence, as indicated by the flattening of both the training . olid line. and validation . ashed line. curves over time. A clear performance hierarchy is evident across all six plots, where the Hybrid Optuna model . ed line. DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 consistently outperforms all baseline and non-optimized hybrid Specifically, it achieves the lowest validation error values across all error-based metrics and the highest R2 score, confirming its superior predictive accuracy. A critical insight from Fig. 7 is the model's excellent generalization capability. For the Hybrid Optuna model, the gap between the training curve . olid red lin. and the validation curve . ashed red lin. is minimal across all plots. This close alignment signifies that the model performs nearly as well on unseen validation data as it does on the data it was trained on, providing strong visual evidence that it has not overfit to the training set. This robust generalization underscores the effectiveness of the systematic optimization process in producing a well-calibrated and reliable forecasting Fig. Training And Validation Loss Curves (For the Key Models. Demonstrating Convergence and Indicating Potential Overfitting or Underfittin. Forecasting Performance Evaluation The core evaluation of this study involved a direct comparison of the forecasting accuracy of the optimized Hybrid CNN-Residual BiLSTM model, referred to as Hybrid Optuna, against several established baseline architectures and two nonoptimized variations of the hybrid model itself. The baseline models included a standard LSTM. BiLSTM, and Residual BiLSTM. At the same time, the non-optimized versions included the hybrid model with default hyperparameters (Hybrid Defaul. and one that was manually tuned (Hybrid Manua. The complete performance results, measured on the unseen test set, are detailed in Table II. TABLE II COMPARATIVE FORECASTING PERFORMANCE ON THE TEST SET Evaluation Metric Model MAE RMSE MAPE Linear LSTM BiLSTM Residual BiLSTM Hybrid Default Hyperparameter Hybrid Manual Tuned Hybrid Optuna The quantitative results unequivocally demonstrate the superior forecasting accuracy of the Hybrid Optuna model. shown in Table II, it achieved the lowest error metrics across the board, with a Mean Absolute Error (MAE) of 0. 0298 and a Root Mean Squared Error (RMSE) of 0. Furthermore, it sMAPE attained the highest coefficient of determination with an RA of 9601, indicating that the optimized model successfully explains 96% of the variance in the actual PCD data. A key finding from this analysis is the significant performance gap between the optimized model and the DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 strongest baseline, the Residual BiLSTM model. The Hybrid Optuna model improved upon the Residual BiLSTM's RMSE by approximately 28. 1%, a substantial margin underscoring the impact of combining a hybrid architecture with systematic HPO. This performance differential is also visually highlighted in Fig. 8, where the error bars for the Hybrid Optuna model are consistently the shortest across all metrics compared to those of every other configuration. This strong quantitative and visual evidence validates the core thesis of this work: that the synergy between an advanced architecture and meticulous optimization is essential for unlocking state-of-the-art predictive Fig. Comparison of Forecasting Error Metrics (MAE and RMSE) Across Models. Qualitative Analysis (Prediction Visualizatio. Beyond the quantitative metrics, a qualitative analysis of the model's forecasting behaviour provides crucial insights into its performance dynamics. Fig. 9 presents a visual comparison between the actual PCD values (True PCD) and the forecasts generated by the key models for a selected segment of the test The plot clearly illustrates the superior forecasting proficiency of the Hybrid Optuna model. While other models, such as the Residual BiLSTM, struggle to capture the precise amplitude of fluctuations and exhibit a noticeable lag behind the true signal, the predictions from the Hybrid Optuna model demonstrate a remarkably close alignment with the actual PCD Importantly, the model successfully captures not only the general trajectory but also the magnitude and timing of significant short-term fluctuations. This ability to accurately track the signal, even during periods of volatility, visually corroborates the strong quantitative performance reported in Table II and reinforces the robustness of the optimized Fig. PCD Forecasts vs. Actual Values on Test Set Segments CONCLUSION This study successfully addressed the formidable challenge of accurately forecasting Compressor Discharge Pressure (PCD) in industrial gas turbines. We developed and validated an integrated analytical framework centered on a Hybrid CNNResidual BiLSTM architecture. The empirical results unequivocally demonstrate that by synergistically combining this advanced architecture with comprehensive feature selection and meticulous hyperparameter optimization, the proposed model achieves a state-of-the-art forecasting accuracy (RMSE = 0. RA = 0. This performance not only significantly outperforms standard deep learning baselines but also surpasses previously reported benchmarks in similar forecasting tasks. The principal contribution of this research lies not merely in the application of an advanced architecture, but in its holistic DOI : https://doi. org/10. 25139/inform. Inform : Jurnal Ilmiah Bidang Teknologi Informasi dan Komunikasi Vol. 10 No. 2 July 2025. P-ISSN : 2502-3470. E-ISSN : 2581-0367 and rigorous methodology. Firstly, this work provides a definitive, quantifiable demonstration of the critical impact of automated hyperparameter optimization (HPO), a crucial step for unlocking peak performance that is often overlooked in applied forecasting studies. Secondly, it validates the efficacy of using a rich, multi-modal feature set, proving that providing the model with a comprehensive operational context is key to enhancing predictive precision. Finally, this research establishes a robust and reproducible end-to-end workflow that serves as a blueprint for developing high-fidelity predictive models for other critical industrial assets. The enhanced forecasting accuracy delivered by this framework holds considerable practical implications for datadriven predictive maintenance (PdM), enabling more reliable condition monitoring and proactive maintenance scheduling. While the results are highly promising, future work should focus on validating the framework's generalizability across different turbine types and operational environments. Further exploration into explainability methods to interpret the model's decisions and model compression techniques for efficient realtime deployment is also warranted. REFERENCES