Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

Article Types

Countries / Regions

Search Results (110)

Search Parameters:
Keywords = multioutput regression

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
18 pages, 13311 KB  
Data Descriptor
Multi-SpeckleForce: An Experimental Multimode Fiber Specklegram Dataset for Multi-Position Force Sensing
by Rabiul Al Mahmud, Naveed Iqbal and Khurram Karim Qureshi
Data 2026, 11(9), 240; https://doi.org/10.3390/data11090240 - 16 Sep 2026
Viewed by 67
Abstract
This experimental dataset presents optical fiber specklegram images obtained from a step-index multi-mode fiber (MMF) due to multi-position force perturbations. The force recognition specklegrams can help in the development of data-driven models for simultaneous force estimation at multiple sensing locations along a single [...] Read more.
This experimental dataset presents optical fiber specklegram images obtained from a step-index multi-mode fiber (MMF) due to multi-position force perturbations. The force recognition specklegrams can help in the development of data-driven models for simultaneous force estimation at multiple sensing locations along a single MMF. The dataset comprises 11,000 grayscale images with a resolution of 256 × 256 pixels, which belong to 550 records across five independent acquisition sets. Each record corresponds to a fixed triplet of applied transverse forces at three spatially separated sensing positions. The applied force values span a range from 0.26 N to 1.26 N and measured using digital force gauges with a readout resolution of 0.01 N. Key acquisition parameters include a 633 nm HeNe laser source, a 50 μm core multimode fiber of 2 m length, and CCD-camera-based specklegram imaging. Structured labels are provided in physical units of Newtons for all images. This dataset supports the development and systematic evaluation of multi-output regression models for specklegram-based force sensing and can facilitate comparative studies across experimental and data-driven approaches. Two baseline machine learning implementations with k-nearest neighbors (kNN) and Random Forest (RF) are provided to demonstrate the usability of the dataset for data-driven multi-position force estimation. Furthermore, this resource will enable research in applications such as robotic tactile sensing, structural health monitoring, and distributed force measurement systems. Full article
Show Figures

Figure 1

29 pages, 18914 KB  
Article
Predicting the Mechanical Properties of Super Large Aggregate Asphalt Mixture from Volumetric Parameters Using Back Propagation Neural Networks
by Xiaoping Ji, Juntao Yang, Teng Yuan, Jianyong Ma, Jie Liu, Xueyuan Zhang, Bo Wang, Chao Pu and Shiyu Zhu
Materials 2026, 19(17), 3608; https://doi.org/10.3390/ma19173608 - 25 Aug 2026
Viewed by 227
Abstract
Super-large aggregate asphalt mixtures (SLAM-50) are expected to improve rutting resistance while reducing asphalt demand, but the quantitative relationships between volumetric parameters and key performance indicators remain unclear, limiting performance-oriented mixture design. This study experimentally evaluated the volumetric properties and key performance indices [...] Read more.
Super-large aggregate asphalt mixtures (SLAM-50) are expected to improve rutting resistance while reducing asphalt demand, but the quantitative relationships between volumetric parameters and key performance indicators remain unclear, limiting performance-oriented mixture design. This study experimentally evaluated the volumetric properties and key performance indices of SLAM-50 across four aggregate gradations and seven asphalt contents. The measured performance indices included compressive strength, splitting strength, compressive resilient modulus, fracture energy, and dynamic stability. With increasing asphalt content, the air voids (VV) decreased, the voids in mineral aggregate (VMA) decreased initially and then increased, and the voids filled with asphalt (VFA) increased monotonically. All performance indices exhibited a non-monotonic trend, increasing first and then decreasing, with a balanced overall performance at 3.0–3.2% asphalt content. Linear regression models showed limited predictive capability (R2 = 0.5944–0.8845). To address this gap, a Backpropagation (BP) neural network was developed using asphalt content, volumetric parameters, mixture density, and gradation type as inputs, and the measured performance indices as outputs. This framework enables simultaneous multi-output prediction and captures the nonlinear, coupled relationships among variables. The model achieved R2 > 0.91 for both training and testing datasets, demonstrating its ability to accurately predict SLAM-50 performance. These findings provide a practical, data-driven basis for performance-oriented mixture design and optimization, addressing the current scientific gap and offering guidance for engineering practice. Full article
(This article belongs to the Section Materials Simulation and Design)
Show Figures

Figure 1

14 pages, 2349 KB  
Article
Dynamic LoRA Fine-Tuning of DINOv3 for Multi-Component Pasture Biomass Estimation
by Shikha Sen, Nischay Dhankhar and Akram Bayat
Sensors 2026, 26(16), 5285; https://doi.org/10.3390/s26165285 - 20 Aug 2026
Viewed by 462
Abstract
Accurate estimation of pasture biomass components from imagery is essential for sustainable grazing management and precision agriculture. Conventional methods such as destructive harvesting, rising plate meters, and remote sensing are limited by scalability, reliability, or the ability to disaggregate biomass by species. We [...] Read more.
Accurate estimation of pasture biomass components from imagery is essential for sustainable grazing management and precision agriculture. Conventional methods such as destructive harvesting, rising plate meters, and remote sensing are limited by scalability, reliability, or the ability to disaggregate biomass by species. We propose a parameter-efficient multi-output regression framework predicting five biomass components (dry green, dry dead, dry clover, green dry matter, and total dry biomass) from high-resolution top-view pasture images. It employs a pretrained DINOv3 Vision Transformer backbone adapted via a dynamic, depth-aware Low-Rank Adaptation (LoRA) strategy, in which the adaptation rank and scaling factor increase exponentially with layer depth: early layers encoding generic visual primitives are minimally perturbed, while deeper layers receive stronger task-specific adaptation. This schedule is effective in low-data regimes, where uniform adaptation or full fine-tuning overfits. To handle rectangular image geometry, each image is split into two square halves processed as a dual-view stream with a contrastive alignment loss. The system ensembles ViT-Large and ViT-Huge backbones with test-time augmentation across five-fold cross-validation. On the CSIRO Image2Biomass benchmark, the full pipeline attains a cross-validated weighted R-squared of 0.81, indicating that depth-aware, parameter-efficient adaptation of large vision models is effective for non-invasive biomass estimation under data scarcity. Full article
Show Figures

Figure 1

36 pages, 4844 KB  
Article
A Data-Driven Graph Neural Network Framework for Predicting Topological Indices of Unicyclic and Bicyclic Graphs
by Nadia Khan, Muhammad Zeeshan, Yousaf Iqbal, Mansoor Iqbal, Muhammad Amjad Iqbal and Sheraz Aslam
Algorithms 2026, 19(8), 668; https://doi.org/10.3390/a19080668 - 11 Aug 2026
Viewed by 366
Abstract
Topological indices provide numerical descriptions of graph structure and support graph analysis in cheminformatics, network design, and graph mining. This study presents a reproducible computational framework that combines controlled cyclic-graph generation, structure-preserving transformations, exact computation of six classical topological indices, and multi-output graph [...] Read more.
Topological indices provide numerical descriptions of graph structure and support graph analysis in cheminformatics, network design, and graph mining. This study presents a reproducible computational framework that combines controlled cyclic-graph generation, structure-preserving transformations, exact computation of six classical topological indices, and multi-output graph neural network regression. The framework evaluates the Wiener, Merrifield–Simmons, Hosoya, first Zagreb, second Zagreb, and Randi’c indices for unicyclic and bicyclic graphs. It represents each graph using sparse connectivity and node-level features that encode degree, cycle membership, pendant connectivity, leaf status, and normalized eccentricity. A graph isomorphism network (GIN) jointly predicts the six indices and is compared with graph convolutional networks (GCNs), graph attention networks (GATs), and descriptor-based regression baselines. The controlled benchmark shows that nonlinear descriptor-based models achieve the lowest aggregate errors because the supplied graph-level descriptors contain strong prior information about graph size, degree structure, branching, and cycle complexity. Although GIN does not achieve the highest overall accuracy, it provides the strongest graph-native performance by learning directly from sparse connectivity and node-level features without requiring a fixed handcrafted graph-level descriptor vector. The proposed surrogate does not replace exact evaluation for isolated small graphs, where exact computation remains more appropriate. Instead, its practical value emerges through repeated evaluations of larger, more complex graph instances. To examine this setting, a computational stress experiment evaluates sparse multicyclic graphs under increasing cyclomatic complexity and measures exact computation time, timeout frequency, prediction accuracy, and the amortized break-even point. The results indicate that surrogate prediction becomes beneficial when combinatorial index computation becomes sufficiently expensive, and the trained model is reused across many structurally related graph queries. An external experiment on circulant graphs also demonstrates that the framework can extend beyond the original graph generators by modifying only the graph-construction stage. Full article
(This article belongs to the Section Combinatorial Optimization, Graph, and Network Algorithms)
Show Figures

Figure 1

32 pages, 17320 KB  
Article
A Multidimensional Framework for Traffic Accident Consequence Prediction: Integrating Multi-Objective Optimization, Explainable AI, and Causal Inference
by Yanni Ju, Wanqiu Li, Di Tang and Gen Li
Appl. Sci. 2026, 16(15), 7785; https://doi.org/10.3390/app16157785 - 5 Aug 2026
Viewed by 352
Abstract
Road traffic accident consequences are multidimensional, involving fatalities, injuries, and property loss. Existing studies have mainly focused on single outcomes, limiting the understanding of heterogeneous mechanisms across different consequence dimensions. Based on road accident data from Yancheng City in 2022, this study develops [...] Read more.
Road traffic accident consequences are multidimensional, involving fatalities, injuries, and property loss. Existing studies have mainly focused on single outcomes, limiting the understanding of heterogeneous mechanisms across different consequence dimensions. Based on road accident data from Yancheng City in 2022, this study develops an integrated framework combining multi-output prediction, NSGA-II multi-objective optimization, SHAP-based interpretation, LOWESS nonlinear analysis, and DirectLiNGAM causal inference. The results show that the optimized Voting ensemble achieved competitive and comparatively balanced performance across the three accident-consequence dimensions. Road category, traffic control type, junction/road-segment type, and crash-cause category are identified as key influencing factors, with differentiated effects across accident consequences. POI variables exhibit nonlinear and threshold effects, while causal analysis further indicates that road infrastructure and traffic control conditions are positioned upstream in the formation mechanism of accident consequences. This study provides evidence for multidimensional accident-consequence category prediction and differentiated traffic safety management, rather than traditional continuous regression-based modeling. Full article
Show Figures

Figure 1

27 pages, 58492 KB  
Article
Deep Learning-Supported Hybrid Renewable Energy System Optimization
by Yasemin Alakoç Bozkurt, Cemil Altın and Talip Çay
Solar 2026, 6(4), 47; https://doi.org/10.3390/solar6040047 - 3 Aug 2026
Cited by 1 | Viewed by 356
Abstract
Energy system optimization seeks to utilize multiple energy sources efficiently under technical, economic, and environmental constraints. The increasing integration of renewable energy and the need for sustainable operation have made the optimal planning and management of hybrid energy systems crucial. Classical optimization methods, [...] Read more.
Energy system optimization seeks to utilize multiple energy sources efficiently under technical, economic, and environmental constraints. The increasing integration of renewable energy and the need for sustainable operation have made the optimal planning and management of hybrid energy systems crucial. Classical optimization methods, including Linear Programming, Nonlinear Programming, and simulation-based models, often face limitations when addressing high-dimensional and nonlinear problems. This study introduces a deep learning–based surrogate modeling framework for sizing the components of hybrid renewable energy systems. Initially, Particle Swarm Optimization (PSO) is employed to determine the optimal component sizes for a large number of synthetically generated hourly solar irradiance and load profiles. These optimal solutions are then used as target labels. The associated annual time-series data are transformed into multi-channel Data Map (DMAP) images, which serve as inputs for convolutional neural networks (CNNs). After training, the CNN models are capable of directly estimating the required number of photovoltaic (PV) panels, inverter capacity, and battery units from the DMAP images, eliminating the need to perform the iterative PSO optimization during the prediction stage. Various convolutional neural network architectures, including ResNet, DenseNet121, RegNet, ConvNeXt, EfficientNet, SqueezeNet, MobileNet, and InceptionV3, were evaluated for this multi-output regression task. The results indicate that ResNet and DenseNet121 achieve the best performance, while ConvNeXt provides strong results with a modern architectural design. Among the evaluated models, DenseNet121 achieved coefficients of determination (R2) of 0.934, 0.988, and 0.947 for predicting the sizes of the PV array, inverter, and battery bank, respectively. These results correspond to an average prediction accuracy of approximately 90.6%. ResNet produced similar performance, with its highest R2 value reaching 0.983 for inverter sizing. Lightweight networks such as SqueezeNet and MobileNet demonstrate notable effectiveness for resource-constrained systems, whereas InceptionV3 underperforms in leveraging its multi-scale architecture. These results demonstrate that, once the models have been trained, deep learning–based surrogate models can generate sizing decisions comparable to those obtained using PSO with only a fraction of the computational effort. As a result, they provide a fast and practical alternative to conventional iterative optimization methods for component sizing in smart grid and sustainable energy planning applications. Full article
(This article belongs to the Section Solar Energy Systems and Integration)
Show Figures

Figure 1

33 pages, 5924 KB  
Article
A Grey-Box Surrogate Feature Engineering Approach Based on GP-ANN for Digital Twin Applications
by Berkan Zöhra and Mehmet Ekici
Electronics 2026, 15(15), 3269; https://doi.org/10.3390/electronics15153269 - 24 Jul 2026
Viewed by 503
Abstract
This study proposes a sequential Hybrid GP-ANN architecture based on the concept of autonomous feature engineering for multi-output performance prediction of single-phase induction motors, serving as a high-fidelity surrogate model ready for digital twin integration. The required high-resolution motor dataset (88,375 samples) was [...] Read more.
This study proposes a sequential Hybrid GP-ANN architecture based on the concept of autonomous feature engineering for multi-output performance prediction of single-phase induction motors, serving as a high-fidelity surrogate model ready for digital twin integration. The required high-resolution motor dataset (88,375 samples) was generated using a parametric sweep approach with Ansys RMxprt. In the proposed architecture, Genetic Programming (GP) is not positioned as a final predictor but as an analytical filter that discovers hidden physical relationships in raw input data and converts them into super features, thereby structurally eliminating the polynomial explosion risk and scale sensitivity that arise when raw data are modelled directly. The nonlinear physical relationships discovered autonomously by GP are added to the network input matrix as mathematical vectors, breaking the black-box structure of standard artificial neural networks and transforming it into a physics-inspired grey-box model. The nonlinear terms discovered by GP are fed into the network after independent Z-score normalisation to preserve gradient stability. To comprehensively evaluate this framework, its predictive performance is benchmarked against industry-standard machine learning algorithms, including Random Forest (RF), Support Vector Regression (SVR), and Extreme Gradient Boosting (XGBoost). Results on variation-based unseen test data show that the hybrid model achieves competitive prediction accuracy relative to XGBoost—matching or exceeding it for Output Torque and Input Current, and remaining broadly comparable for Output Power, though XGBoost achieves substantially lower RMSE for Efficiency and Power Factor—while additionally offering transparent mathematical traceability, reducing error rates (RMSE) by 42.1% to 66.1% per parameter compared to the standard ANN. The model achieves an R2 score of 0.9879 for the power factor parameter, where conventional approaches struggle. To rigorously validate the interpretability of this grey-box architecture, a global Permutation Feature Importance (PFI) analysis was conducted, showing that the GP-derived super features collectively account for 61.46% of the decision logic, outweighing the combined contribution of the raw inputs (38.54%). Furthermore, the autonomous feature engineering layer is found to reduce the learning burden on the ANN, allowing it to converge to a substantially lower error floor within the same fixed epoch budget. With an online inference time below 0.02 ms, the proposed architecture offers a robust methodological infrastructure for sustainable motor digital twins through a balanced trade-off between prediction accuracy and computational efficiency. Full article
Show Figures

Figure 1

34 pages, 3798 KB  
Article
Physically Constrained and Location-Aware Machine Learning for Joint Prediction of Clay Compression and Recompression Indices
by Abdelatif Zeroual, Abolfazl Baghbani, Aissa Lahlouhi, Arash Aminaee, Firas Daghistani and Hossam Abuel-Naga
Appl. Sci. 2026, 16(14), 7068; https://doi.org/10.3390/app16147068 - 14 Jul 2026
Viewed by 506
Abstract
Compression index (Cc) and recompression index (Cur) are essential parameters in one-dimensional consolidation and settlement analysis, yet their direct determination from oedometer testing is time-consuming, costly, and often limited by sparse recompression data. This study develops an interpretable and physically constrained machine-learning framework [...] Read more.
Compression index (Cc) and recompression index (Cur) are essential parameters in one-dimensional consolidation and settlement analysis, yet their direct determination from oedometer testing is time-consuming, costly, and often limited by sparse recompression data. This study develops an interpretable and physically constrained machine-learning framework for the joint prediction of Cc and Cur from four routinely measured index properties: liquid limit (LL), plasticity index (PI), initial void ratio (e), and natural water content (w). A curated subset of 459 natural clay records from the global CLAY/Cc/6/6203 database was used to benchmark single-output and multi-output Random Forest, gradient-boosted tree, and deep neural network models. In addition to conventional random train–test and cross-validation protocols, a leave-one-location-out validation was introduced to evaluate transferability across 81 Country–Location groups. Under the random-split setting, Cc was predicted with moderate-to-good accuracy, with baseline models achieving test R2 values of approximately 0.61–0.70 and a geotechnically enriched Random Forest model increasing the test R2 to 0.777. Cur was more difficult to predict. Although feature enrichment improved its test R2 to 0.507, location-aware validation reduced Cur performance substantially, confirming its stronger dependence on site-specific stress history, fabric, and geological structure. SHAP interpretation identified e and w as the dominant controls on Cc, while Cur exhibited weaker and more diffuse dependence on the available index properties. A physically constrained target transformation based on the bounded ratio of Cur/Cc guaranteed mechanically admissible predictions with Cur < Cc, but did not fully recover the missing information needed for accurate Cur estimation. The proposed constraint is not a governing-equation-based physics-informed model. Rather, it is a mechanically constrained target transformation that preserves the admissible relationship Cur < Cc. The results show that routine index properties can support the useful preliminary prediction of Cc, whereas Cur should be treated as a screening-level estimate unless explicit stress history descriptors are available. Full article
Show Figures

Figure 1

18 pages, 2971 KB  
Article
AI-Driven Prediction of Surface Roughness and Cutting Force in Milling Aluminum Alloy Under Data-Scarce Conditions
by Mohammad Hossein Ebrahimi and Seyed Ali Niknam
Machines 2026, 14(7), 756; https://doi.org/10.3390/machines14070756 - 5 Jul 2026
Viewed by 877
Abstract
Accurate prediction of surface roughness and cutting forces in milling aluminum alloys remains challenging under data-scarce conditions, where limited experimental data restricts the application of conventional machine learning models. This study addresses this gap by developing a systematic machine learning framework using 108 [...] Read more.
Accurate prediction of surface roughness and cutting forces in milling aluminum alloys remains challenging under data-scarce conditions, where limited experimental data restricts the application of conventional machine learning models. This study addresses this gap by developing a systematic machine learning framework using 108 milling experiments (repeated to 216 tests) on aluminum alloys AA2024-T351 and AA6061-T6. Five primary machining inputs—material type, spindle speed, feed rate, depth of cut, and tool coating—were used. Through feature engineering, 35 interaction features were generated to capture non-linear relationships. A two-step preprocessing strategy was applied: Winsorization at the 5th and 95th percentiles to handle outliers, followed by hybrid scaling combining RobustScaler and MinMaxScaler. Eight machine learning algorithms, including XGBoost, NGBoost, LightGBM, CatBoost, Random Forest, MLP, SVR, and Least Squares Boosting, were developed and hyperparameter-optimized using the Optuna framework with Tree-structured Parzen Estimator. Models were evaluated using R2, MAE, and RMSE on a 70/15/15 train–validation–test split. Results demonstrate that XGBoost achieved the highest predictive accuracy for surface roughness (Ra) (R2 = 0.99829) and for resultant cutting force (FN) (R2 = 0.997). Feed rate was identified as the dominant machining parameter, accounting for 87.7% of the total importance in predicting surface roughness. SHAP analysis confirmed that engineered interaction features—particularly Feed_Coating and Material_Feed—carry strong physical relevance. Additionally, NGBoost enabled probabilistic regression, providing uncertainty estimates. The proposed framework proves highly effective for multi-output prediction in machining under limited data, offering a robust, interpretable, and industry-ready solution for quality control in aluminum alloy milling operations. Full article
Show Figures

Figure 1

19 pages, 854 KB  
Article
Joint Modeling of Grain Yield and Root Lodging in Maize Using Multi-Output Neural Network and Machine Learning Models Under Defined Environmental Conditions
by Dušan Dunđerski, Božana Purar, Anja Đurić, Maja Tanasković, Dušan Stanisavljević and Goran Bekavac
Crops 2026, 6(3), 59; https://doi.org/10.3390/crops6030059 - 22 Jun 2026
Viewed by 494
Abstract
We evaluated a multi-output neural network framework for jointly analyzing maize grain yield (GY) and root lodging percentage (LP) using above-ground morphological traits measured under defined environmental conditions. To address model robustness, the multi-output neural network was compared with linear regression, elastic net, [...] Read more.
We evaluated a multi-output neural network framework for jointly analyzing maize grain yield (GY) and root lodging percentage (LP) using above-ground morphological traits measured under defined environmental conditions. To address model robustness, the multi-output neural network was compared with linear regression, elastic net, random forest, and XGBoost using repeated five-fold cross-validation, an 80/20 holdout split, and independent year-wise validation. Under repeated cross-validation, XGBoost provided the strongest average predictive performance for both traits, with R2 values of 0.57 for GY and 0.67 for LP. The multi-output neural network showed moderate performance, with R2 values of 0.49 for GY and 0.57 for LP. Final holdout performance for the neural network for GY and LP was R2 = 0.64 and R2 = 0.92, respectively. Year-wise validation showed weak temporal transferability because the two seasons differed not only in environmental conditions, but also in lodging mechanism. Repeated permutation importance identified ear width (EW), kernel row number (RNE), thousand kernel mass (KM1000), and kernel number per ear (KNE) as important predictors of GY, while LP prediction was most strongly associated with internode major diameter (IDmajor), ear length (EL), and the number of green leaves (NGL). Across both permutation importance and SHAP, only RNE and NGL were consistently shared between GY and LP. Supplementary ALE diagnostics indicated that RNE showed increasing model-estimated effects for both predicted GY and LP, whereas NGL showed a positive association with predicted GY but a decreasing or nonlinear association with predicted LP. These results show that joint modeling can support exploratory trait interpretation, but the predictive relationships remain environment-specific and should not be interpreted as causal or broadly transferable without further multi-environment validation. Full article
Show Figures

Figure 1

19 pages, 858 KB  
Article
Multi-Output Machine Learning for Prediction of Postoperative Outcomes After Cardiac Surgery Using Patient Blood Management Biomarkers
by Henrique Coelho, Diana Paupério, Fernando Silva, Maria Inês Barbosa, Pedro Ribeiro, Marta Correia and Pedro Miguel Rodrigues
J. Clin. Med. 2026, 15(11), 4221; https://doi.org/10.3390/jcm15114221 - 29 May 2026
Viewed by 517
Abstract
Background/Objectives: Postoperative complications following adult cardiac surgery are biologically interrelated, yet most machine learning models predict single outcomes. We developed an explainable multi-output model integrating routinely collected clinical variables and patient blood management (PBM) biomarkers to predict multiple postoperative outcomes simultaneously, with [...] Read more.
Background/Objectives: Postoperative complications following adult cardiac surgery are biologically interrelated, yet most machine learning models predict single outcomes. We developed an explainable multi-output model integrating routinely collected clinical variables and patient blood management (PBM) biomarkers to predict multiple postoperative outcomes simultaneously, with complementary mono-output analyses for selected endpoints. Methods: This retrospective single-center cohort included 1414 adults undergoing cardiac surgery. In total, 513 complete cases were analyzed. Thirteen outcomes were modeled, including major binary complications and ICU/ward length of stay. An initial 80:20 train–test split was used only for algorithm screening across six candidate multi-output regressors and training-set-defined feature subsets. The selected regressor was then evaluated across five random states, and global permutation feature importance was used for multi-output explainability. Mono-output binary analyses using the selected regressor and the same training-set-only feature-selection workflow were evaluated along with accuracy, precision, recall/sensitivity, and F1-scores. Results: The Decision Tree Regressor was selected. Across five random states, global multi-output performance was R2 = 0.83, MSE = 1.296, RMSE = 1.132, MAE = 0.298, and MAPE = 0.128. Based on global multi-output permutation importance, creatinine, ferritin, platelet count, estimated glomerular filtration rate, preoperative red blood cell units, and EuroSCORE II were ranked the highest. Atrial fibrillation had the lowest mono-output F1-score (0.719), whereas acute kidney injury, postoperative bleeding, infection, and 1-year hospital readmission yielded F1-scores of 0.928, 0.970, 0.963, and 0.975, respectively. Conclusions: This proof-of-concept study shows the feasibility of explainable multi-output modeling for postoperative outcomes after adult cardiac surgery using clinical and PBM variables. However, external validation is required prior to clinical use. Full article
Show Figures

Figure 1

20 pages, 4157 KB  
Article
Beyond Glycemic Control: Precision Medicine in Type 2 Diabetes Using Multi-Output Explainable Artificial Intelligence for Personalized SGLT2 and DPP-4 Therapy Selection
by Anusha Ihalapathirana, Piia Lavikainen, Pekka Siirtola, Satu Tamminen, Gunjan Chandra, Tiina Laatikainen, Janne Martikainen and Juha Röning
AI 2026, 7(6), 183; https://doi.org/10.3390/ai7060183 - 22 May 2026
Viewed by 995
Abstract
Traditional treatment strategies for Type 2 diabetes (T2D) adopt a “one-size-fits-all” approach, limiting individual effectiveness. This study presents an explainable, data-driven framework for multi-treatment and single-treatment selection of SGLT2 inhibitors (SGLT2-i) and DPP-4 inhibitors (DPP4-i) based on patient-specific health characteristics. Our approach evaluates [...] Read more.
Traditional treatment strategies for Type 2 diabetes (T2D) adopt a “one-size-fits-all” approach, limiting individual effectiveness. This study presents an explainable, data-driven framework for multi-treatment and single-treatment selection of SGLT2 inhibitors (SGLT2-i) and DPP-4 inhibitors (DPP4-i) based on patient-specific health characteristics. Our approach evaluates treatment effectiveness across four outcomes—glycosylated hemoglobin (HbA1c), low-density lipoprotein (LDL) cholesterol, high-density lipoprotein (HDL) cholesterol, and body mass index (BMI)—to enable individualized treatment recommendations. The multi-treatment model, based on multi-output regression, achieved an R2 score of 0.44 and an RMSE of 5.58, identifying benefit subgroups for SGLT2-i and DPP4-i across all outcomes. Integrated with SHapley Additive exPlanations (SHAP) analysis, the model offers insights into the factors influencing treatment effects. The single-treatment selection algorithm achieved an accuracy of 0.47 and an F1 score of 0.46, showing a higher average treatment effect with SGLT2-i on all outcomes, notably in the reduction in HbA1c, LDL, and BMI and a modest increase in HDL. While DPP4-i demonstrated beneficial effects on HbA1c, LDL, and HDL, it was associated with an increase in BMI. These findings highlight the benefits of a multi-faceted, patient-centered precision medicine approach for T2D management, enabling treatment strategies that address individual health needs beyond HbA1c. Full article
(This article belongs to the Special Issue Digital Health: AI-Driven Personalized Healthcare and Applications)
Show Figures

Figure 1

16 pages, 748 KB  
Article
Design and Implementation of a Three-Layer Backpropagation Neural Network for Multi-Output Regression in Citizen-Science Impact Assessment
by Luigi Ceccaroni, Lyle Visa and Iain Visa
AI 2026, 7(5), 178; https://doi.org/10.3390/ai7050178 - 21 May 2026
Viewed by 799
Abstract
Measuring the impact of citizen-science projects is hard because inputs are heterogeneous, mostly categorical, and sparse. We present Alquimics, a compact supervised neural network trained on one-hot project descriptors to predict impacts across five domains (Environment, Economy, Governance, Science, and Society). Each project [...] Read more.
Measuring the impact of citizen-science projects is hard because inputs are heterogeneous, mostly categorical, and sparse. We present Alquimics, a compact supervised neural network trained on one-hot project descriptors to predict impacts across five domains (Environment, Economy, Governance, Science, and Society). Each project is encoded as a binary vector of length 4460 (223 questions × 20 options, flattened). The network employs a 4460–42–5 topology with logistic activations throughout; labels consist of five continuous targets in [0, 1] obtained by scaling expert domain scores in [1, 42]. We implement L2-regularised training in Octave using fmincg with MaxIter = 10 and lambda = 0.07. Leave-one-out cross-validation (LOOCV) over nine projects yields an overall RMSE = 10 and R2 = 0.06 on the 1–42 scale, with Governance being the most predictable domain (RMSE = 6, R2 = 0.3). We document the entire data pipeline, objective, and implementation, provide a minimal reproducible script, and discuss limitations arising from the small dataset (n = 9 projects). This establishes a transparent baseline that complements rule-based scoring and can be expanded as more labelled projects become available. Full article
Show Figures

Graphical abstract

19 pages, 4300 KB  
Article
Early Perception and Accurate Prediction of Hot Strip Flatness Based on Data Dimension Reduction and Multi-Output Regression
by Hesong Guo, Shengzhe Chang, Jianliang Sun, Yafei Lei, Chong Yang and Wei Zheng
Metals 2026, 16(5), 553; https://doi.org/10.3390/met16050553 - 19 May 2026
Viewed by 343
Abstract
To achieve early perception and accurate prediction of flatness quality, a partial least squares–particle swarm optimization–multi-output support vector regression (PLS-PSO-MSVR) is proposed. Firstly, we parameterized the flatness and used it as an evaluation indicator for flatness. Then, the prediction model was constructed using [...] Read more.
To achieve early perception and accurate prediction of flatness quality, a partial least squares–particle swarm optimization–multi-output support vector regression (PLS-PSO-MSVR) is proposed. Firstly, we parameterized the flatness and used it as an evaluation indicator for flatness. Then, the prediction model was constructed using multi-output support vector regression (MSVR). In the modeling process, particle swarm optimization is used to optimize the parameters. To overcome the problem of information redundancy, reduce data dimensions to reduce computational time, and improve the prediction performance of the algorithm, this paper combines partial least squares and PSO-MSVR to achieve accurate prediction of the flatness features. Finally, the actual industrial process data from the hot rolling 1580 production line was used for validation, and the predicted performance was evaluated using mean absolute error (MAE), mean square error (MSE), root mean square error (RMSE), and coefficient of determination (R2). MAE decreased to 0.15, MSE decreased to 0.038, and RMSE decreased to 0.195. The R2 approaches 1, indicating excellent model fit. This study achieves accurate prediction of the flatness characteristic coefficient, which not only enhances the diagnostic efficiency of steel flatness quality but also helps avoid unnecessary economic losses. Moreover, the prediction model provides a reliable basis for flatness control, offering operators a user-friendly reference tool. This approach compensates for the time lag inherent in the original system and contributes to improved accuracy in flatness control. Full article
Show Figures

Figure 1

27 pages, 6317 KB  
Article
Optimization of Soil Steam Sterilization for Panax notoginseng Based on SVR Multi-Output Prediction and Multi-Decision Mode
by Liangsheng Jia, Bohao Min, Liang Yang, Yanning Yang, Hao Zhang and Xiangxiang He
Agronomy 2026, 16(9), 877; https://doi.org/10.3390/agronomy16090877 - 26 Apr 2026
Viewed by 408
Abstract
Empirical parameter settings in steam-based soil disinfestation for Panax notoginseng (a valuable medicinal plant) often hinder the simultaneous optimization of pathogen control and energy efficiency. To address this limitation, this study aims to develop a parameter regulation framework that integrates multi-output regression with [...] Read more.
Empirical parameter settings in steam-based soil disinfestation for Panax notoginseng (a valuable medicinal plant) often hinder the simultaneous optimization of pathogen control and energy efficiency. To address this limitation, this study aims to develop a parameter regulation framework that integrates multi-output regression with scenario-oriented intelligent decision-making. Initially, a comprehensive dataset comprising critical parameters—steam pressure (Psteam), soil compaction (Csoil), and heating time (theat)—was established. A random search (RS) hyperparameter optimization scheme was employed to comparatively evaluate the multi-output predictive performance of Random Forest (RF), Support Vector Regression (SVR), and Multilayer Perceptron (MLP) for the joint estimation of soil temperature (Tsoil) and root-rot pathogen kill rate (Killrate). Subsequently, by integrating total energy consumption (Etotal) and operating electricity cost models, a constrained search algorithm was implemented to develop three objective-oriented decision modes: “maximize Killrate”, “minimize Celectricity”, and “maximize Efficiency”. Results demonstrate that the RS-optimized SVR yielded superior multi-output performance, achieving R2 of 0.968 for Tsoil (MAE = 2.44 °C) and 0.808 for Killrate (MAE = 7.85%). Compared to conventional empirical configurations, the proposed decision modes exhibited significant advantages across diverse scenarios. In the “maximize Killrate” mode, dynamic extensions of theat facilitated theoretical complete inactivation even under challenging heating conditions, effectively eliminating disinfection “blind spots” inherent in fixed-duration strategies. Under the “minimize Celectricity” mode, precise regulation of Psteam reduced operational electricity costs by 18.2% while satisfying the constraint of Killrate ≥ 95%. Furthermore, the “maximize Efficiency” mode identified an optimal operating point at Csoil = 64 kPa (Psteam = 0.4 MPa, theat = 13 min), thereby mitigating performance degradation associated with excessive tillage or high media rigidity and achieving an optimized cost–benefit ratio. By synthesizing high-fidelity multi-output regression with a flexible multi-mode decision-making framework, this study provides an intelligent solution for soil disinfestation in protected agriculture, facilitating the coordinated optimization of phytosanitary efficacy, energy expenditure, and economic viability. Full article
(This article belongs to the Section Soil and Plant Nutrition)
Show Figures

Figure 1

Back to TopTop