Search PubMedSearch

SEARCH · Search PubMed

Results for “Algorithm Development”

Search indexed PubMed citations on genomics, clinical trials, systematic reviews and public health. Explore titles, authors and supplied subject terms, then open the PubMed record.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

658 records · Page 2Linked to original sources

Machine learning vs. traditional methods for predicting postoperative cardiac complications after non-cardiac surgery: a systematic review and Bayesian network meta-analysis.

INTRODUCTION: Accurate prediction of peri-operative cardiac complications is critical to optimise pre-operative decision-making. Traditional risk prediction scores, such as the Revised Cardiac Risk Index, show only modest discrimination. Machine learning can model complex, non-linear relationships but their predictive performance compared with traditional scores remains unclear. METHODS: We performed a systematic review and Bayesian network meta-analysis. The primary outcome was postoperative adverse cardiac events following non-cardiac surgery. Prediction models were assessed relative to the Revised Cardiac Risk Index. As many studies evaluated multiple versions of each model type, the highest performing ('best version') and lowest performing ('worst version') results were analysed. Models were ranked using the surface under the cumulative ranking curve (SUCRA). RESULTS: Thirteen studies evaluating 54 models and 927,113 patients were included. Machine learning approaches generally outperformed traditional risk scores. Automated machine learning ranked highest (SUCRA 96.6) showed the greatest improvement in the best version analysis (mean difference (MD) 0.28 (95%CrI 0.16-0.40)) and remained superior in the sensitivity analysis (MD 0.30 (95%CrI 0.14-0.45)). Gradient boosting models showed superior performance over the Revised Cardiac Risk Index across analysis (best version: MD 0.20 (95%CrI 0.14-0.26), worst version: MD 0.18 (95%CrI 0.12-0.25), SUCRA 82.4). The Gupta Perioperative Risk for Myocardial Infarction or Cardiac Arrest score outperformed the Revised Cardiac Risk Index in the best version analysis (MD 0.16 (95%CrI 0.01-0.32)). Between-study heterogeneity was low. None of the included studies externally validated their machine learning models and only six were judged to be at low risk of bias. DISCUSSION: Most machine learning models showed better discrimination than traditional risk scores, with automated machine learning and gradient boosting models ranking highest. However, study quality, calibration reporting and absence of external validation limit immediate clinical adoption. Prospective, multicentre evaluation is required before integration of these models into peri-operative practice.

Humans

Artificial intelligence in treatment prediction for skeletal Class III malocclusion: A systematic review.

In skeletal Class III patients, treatment options range from orthodontics to orthognathic surgery. Choosing the optimal approach requires a comprehensive clinical evaluation, which may be supported by AI tools. The aim of this study was to assess the performance of AI models in predicting the need for orthognathic surgery and in identifying predictors influencing treatment decisions. A PRISMA-guided electronic database search (PubMed, Web of Science; 2009-2024; English/French) was performed to identify studies using machine learning (ML) or deep learning (DL) on cephalometric and clinical data. After screening and assessment for eligibility, 15 studies were critically appraised. Model performance was summarized using accuracy, sensitivity, specificity, and the area under the curve (AUC). ML algorithms (particularly Random Forest and XGBoost) and DL models (ResNet-based convolutional neural networks (CNNs)) achieved high accuracy for predicting surgical need. Frequently selected predictors included Wits appraisal, ANB angle, the maxillomandibular ratio (Mx/Md), overjet, and the divergence of the lower gonial angle. AI methods show promise for assisting treatment decisions in Class III malocclusion, with Random Forest and XGBoost performing well on tabular cephalometric data and CNNs on imaging. Larger, multicentre datasets and external validation are needed to improve reliability, address bias, and support clinical implementation.

Humans

Predicting ACL injury risk in athletes: A systematic review of machine learning-based models.

BACKGROUND: Early ACL injury risk identification in athletes is essential. This systematic review examines machine learning (ML) models for predicting ACL injuries, evaluating their methodological quality, performance, and reliability. METHOD: A comprehensive electronic search was conducted across PubMed, Scopus, Web of Science, and IEEE Xplore databases, supplemented by Google Scholar for grey literature, covering articles published between January 1, 2015, and August 30, 2025. Eligible studies were appraised using the Prediction Model Study Risk of Bias Assessment Tool (PROBAST) for methodological quality and risk of bias, and the Transparent Reporting of a Multivariable Prediction Model for Individual Prognosis or Diagnosis (TRIPOD) guidelines for quality of evidence. RESULTS: Ten studies were included. PROBAST showed eight studies had moderate risk of bias and two low risk. TRIPOD found only two studies met quality criteria. ML models included logistic regression (n = 5), support vector machines (n = 4), k-nearest neighbor (n = 3), decision trees (n = 3), random forests (n = 5), neural networks (n = 2), linear discriminant analysis (n = 1), and pre-trained CNNs (n = 1). AUC ranged from 0.63 to 0.98. Accuracy (reported in six studies) ranged from 26% to 95%; however, these values should be interpreted with caution due to the absence of confidence intervals, lack of class imbalance handling, and limited external validation across studies. Tree-based ensemble methods such as random forest achieved competitive accuracy (74-86%), while SVM, a non-ensemble classifier, reported accuracy ranging from 71% to 95%; however, the highest values were obtained in studies with notably small sample sizes (n = 12 to n = 39), raising concerns about overfitting and generalizability. CONCLUSION: Current ML algorithms show promise for identifying athletes at high ACL injury risk and detecting relevant risk factors. Although study quality was generally satisfactory, future research should prioritize external validation and model interpretability to support clinical translation.

Humans

The landscape of pruning for large language models: A systematic review and unified taxonomy.

Confronting the inherent tension between the exceptional capabilities and the immense computational costs of Large Language Models (LLMs), pruning has become a crucial technique for achieving efficient deployment. However, a systematic analytical framework dedicated specifically to LLM pruning remains absent. In this paper, we aim to bridge this gap. We first elucidate the theoretical foundations that underpin the effectiveness of pruning, namely overparameterization and redundancy, and then propose a multidimensional taxonomy that organizes existing approaches along the axes of granularity, timing, and criteria. Building upon this unified perspective, we further analyze performance recovery mechanisms and the broader evaluation ecosystem, while also exploring forward-looking challenges such as interpretability, automation, and hardware-algorithm co-design. Through this comprehensive synthesis, we seek to provide an integrated and coherent analytical lens for advancing both research and practice in LLM pruning.

Large Language Models

PaNDA: Efficient Optimization of Phylogenetic Diversity in Networks.

Phylogenetic diversity (PD) plays an important role in biodiversity, conservation, and evolutionary studies by measuring the diversity of a set of taxa based on their phylogenetic relationships. In phylogenetic trees, a subset of k taxa with maximum PD can be found by a simple and efficient greedy algorithm. However, this algorithmic tractability is lost when considering phylogenetic networks, which incorporate reticulate evolutionary events such as hybridization and horizontal gene transfer. To address this challenge, we introduce PaNDA (Phylogenetic Network Diversity Algorithms), the first software package and interactive graphical user-interface for exploring, visualizing, and maximizing diversity in phylogenetic networks. PaNDA includes a novel algorithm to find a subset of k taxa with maximum diversity, running in polynomial time for networks of bounded scanwidth, a measure of tree-likeness of a network that grows slower than the well-known level measure. This algorithm considers the variant of PD on networks in which the branch lengths of all paths from the root to the selected taxa contribute towards their diversity. We demonstrate the scalability of this algorithm on simulated networks, successfully analyzing level-15 networks with up to 200 taxa in seconds. We also provide a proof-of-concept analysis using a phylogenetic network on Xiphophorus species, illustrating how the tool can support diversity studies based on real genomic data. The software is easily installable and freely available at https://github.com/nholtgrefe/panda. Additionally, we extend the definition of PD to semi-directed phylogenetic networks, which are mixed graphs increasingly used in phylogenetic analysis to model uncertainty of the root location. We prove that finding a subset of k taxa with maximum diversity remains NP-hard on semi-directed networks, but do present a polynomial-time algorithm for networks with bounded level.

network

Unveiling the power of TIIC: A prognostic tool for esophageal adenocarcinoma.

BACKGROUND: Esophageal adenocarcinoma (EAC) remains a lethal malignancy with limited prognostic tools for guiding immunotherapy. Tumor-infiltrating immune cells (TIICs) play a critical role in EAC prognosis and treatment response. METHODS: We integrated single-cell RNA sequencing and bulk transcriptome data from TCGA and GEO databases. TIIC-specific RNAs were identified via tissue specificity index calculation combined with machine learning feature selection. Twenty machine learning algorithms were benchmarked to construct an optimal TIIC signature score (TIIC-Score) based on the comprehensive C-index. Immunotherapy response, genomic mutation, and copy number variation were analyzed. Summary-data-based Mendelian randomization (SMR) and two-sample Mendelian randomization (MR) were performed to explore genetic associations. Core prognostic TIIC-related genes were functionally validated in esophageal cancer cell lines through loss-of-function assays. RESULTS: The TIIC-Score demonstrated robust prognostic value for 1-, 2-, and 3-year overall survival across multiple cohorts, outperforming 22 published models. High TIIC-Score was associated with poor survival and increased chromosomal instability. Mutation profiling revealed high frequencies of TP53 (78.2%), TTN (48.7%), and SYNE1 (30.8%). MR analysis identified a significant association between gastro-oesophageal reflux and EAC risk at SNP rs8130507. Functionally, CCNI was upregulated in esophageal cancer cells, and its knockdown suppressed malignant phenotypes while promoting apoptosis, supporting its pro-tumorigenic role. CONCLUSION: The TIIC-Score provides a novel prognostic framework for EAC that effectively stratifies patient risk and may help identify individuals most likely to benefit from immunotherapy.

Esophageal adenocarcinoma

AI-enabled viral genomics: from virus discovery to host prediction and emerging variant forecasting.

The rapid expansion of metagenomic sequencing has generated vast repositories of viral sequence data that far outpace our capacity to interpret them using conventional approaches. Highly divergent sequences, sparse functional annotation, and taxonomically uneven sampling present fundamental challenges for reference-dependent methods, which lose sensitivity precisely for novel and understudied viruses with high public health relevance. Artificial intelligence (AI) provides a new avenue to address these challenges by enabling predictive inference from viral genomes and proteins while reducing dependence on sequence similarity. In this Review, we discuss representative advances in AI for virus discovery, taxonomic classification and functional annotation, prediction of host range and zoonotic potential, and efforts toward forecasting emerging variants. These advances are transforming viral genomics from a largely descriptive discipline into one with increasing predictive capability. We also critically assess the major challenges that constrain current approaches, including the availability of high-quality and representative datasets, rigorous model evaluation, biological interpretability and responsible governance for increasingly capable AI models.

Artificial Intelligence

Embedding cardiovascular risk assessment into routine BTK inhibitor management in chronic lymphocytic leukemia.

INTRODUCTION: Cardiovascular (CV) toxicities remain a major challenge during Bruton tyrosine kinase inhibitor (BTKi) therapy for chronic lymphocytic leukemia (CLL). Selecting the optimal BTKi based solely on a history of overt CV disease may underestimate underlying cardiovascular vulnerability. AREAS COVERED: We performed a targeted, non-systematic review of PubMed and MEDLINE to examine the association between baseline CV comorbidities and BTKi-related CV toxicities in CLL. Current evidence indicates that preferential use of BTKis with more favorable CV safety profiles, coupled with appropriate cardio-oncology surveillance, reduces the risk of CV adverse events in patients with pre-existing CV disease. In patients without established CV disease, the Systematic Coronary Risk Evaluation 2 (SCORE2) and SCORE2-Older Persons (SCORE2-OP) may help identify clinically meaningful latent CV risk, enabling early optimization of modifiable risk factors in line with the proactive cardiovascular management strategy endorsed by the 2026 European Hematology Association (EHA) CLL guidelines. EXPERT OPINION: A structured, risk-adapted approach integrating standardized CV risk assessment, early management of modifiable risk factors, individualized BTKi selection, and multidisciplinary cardio-oncology collaboration may improve the safety and tolerability of BTKi therapy in CLL. Pending prospective validation, SCORE2 and SCORE2-OP should complement, rather than replace, dedicated cardio-oncology evaluation.

Humans

Diagnostic performance of machine learning models versus established risk stratification for intracranial aneurysm rupture: a systematic review and bivariate meta-analysis.

BACKGROUND: Machine learning (ML) models have been proposed to improve the discrimination of intracranial aneurysm rupture status beyond established clinical risk stratification tools. However, reported performance is heterogeneous and the relative contribution of model architecture and feature dominance remains unclear. METHODS: We performed a Preferred Reporting Items for Systematic Reviews and Meta-Analyses-diagnostic test accuracy systematic review and diagnostic meta-analysis of studies evaluating ML models for intracranial aneurysm rupture discrimination. PubMed, Embase and CENTRAL were searched to February 2026. Sensitivity and specificity were pooled using a bivariate random-effects model, with summary receiver operating characteristic curves generated across training, internal testing and external validation datasets. Models were compared with regression-based approaches and Population, Hypertension, Age, Size of aneurysm, Earlier subarachnoid haemorrhage, Site of aneurysm (PHASES) scores. Subgroup and meta-regression analyses explored associations between algorithm family and feature domain. RESULTS: Sixty-two retrospective cohorts (29 709 patients 209 models) met the inclusion criteria. In training datasets, pooled sensitivity and specificity for ML were 0.81 (95% CI 0.75 to 0.85) and 0.83 (0.80-0.86), with an area under the curve (AUC) of 0.878, exceeding PHASES (AUC 0.667). In testing datasets, ML retained higher discrimination (AUC 0.837) than regression models (0.806) and PHASES (0.646). In external validation, sensitivity was preserved (0.82), but specificity declined (0.66). Deep learning demonstrated the highest AUCs (training and testing). Incorporation of haemodynamic or radiomic features improved pooled discrimination relative to morphology alone. Evidence of small-study effects and mostly unclear Prediction Model Risk Of Bias Assessment Tool ratings were observed. CONCLUSIONS: ML approaches demonstrate higher pooled discrimination for aneurysm rupture status than conventional risk scores in retrospective datasets, but reduced external validation specificity and heterogeneity limit confidence for clinical translation. Prospective, externally validated, calibrated models are required before integration into routine cerebrovascular risk stratification.

Humans

Externally validated risk prediction models for gestational diabetes mellitus: A systematic review and meta-analysis.

INTRODUCTION: Risk prediction models for gestational diabetes mellitus (GDM) offer potential for early identification and targeted prevention. External validation is crucial to assess model performance across diverse populations. Despite the availability of numerous GDM prediction models, limited evidence exists on their external validation frequency, methodological quality, and clinical applicability. This systematic review evaluated externally validated GDM prediction models, focusing on methodological rigor, reporting standards, and clinical relevance to inform future research and implementation. MATERIAL AND METHODS: Databases including Ovid MEDLINE, Embase, Scopus, Emcare, and CINAHL were searched up to May 1, 2025. Studies reporting external validation of GDM risk prediction models were included. Two reviewers independently screened studies. Data were extracted using the CHARMS framework, and risk of bias and applicability were assessed using PROBAST+AI. The study protocol was registered in the International Prospective Register of Systematic Reviews (PROSPERO; CRD420251125758). RESULTS: Twenty-six studies validated 33 models, with validation sample sizes ranging from 50 to 75 161. Over half used the IADPSG criteria to define GDM. Discrimination metrics were commonly reported, but calibration, overall performance, and clinical utility were often lacking. Meta-analysis was feasible for only four models: Teede et al., Nanda et al., Naylor et al., and Van Leeuwen et al., each showing fair discrimination. The Teede et al. model was the most widely validated, with 11 external validations across six continents and a pooled AUC of 0.72 (95% CI: 0.67-0.76). Despite fewer validations, the Nanda et al. model achieved the highest pooled discrimination (5 validations; pooled AUC 0.77, 95% CI: 0.74-0.80). The Naylor et al. and van Leeuwen et al. models also underwent meta-analysis, as sufficient external validation studies were available to support comparative performance assessment. Notably, 69.23% of studies had a high risk of bias. CONCLUSIONS: While many models showed acceptable predictive performance, most validations were methodologically weak. Future studies should follow best-practice guidelines and promote scalable validation strategies, such as algorithm sharing, to enhance clinical utility.

Humans

Systematic multi-domain screening of lead-specific electrocardiographic features associated with sudden cardiac death.

UNLABELLED: Electrocardiogram (ECG) provides four-dimensional view to the electrical properties of the heart. We performed a comprehensive multi-domain screening to find the most significant lead-specific ECG features associated with sudden cardiac death (SCD). METHODS: We analyzed retrospective data from 21,176 consecutive patients undergoing coronary angiography in Tampere University Hospital between 2007 and 2018. 937 ECG variables provided by the 12SL algorithm were used for the analysis. From those, the significant lead-specific ECG variables were categorized into three subgroups: P-wave, QRS complex, and ST-segment/T-wave. The most significant (i.e., lowest P-value) independent lead-specific ECG variables were tested in multivariate analysis after filtering correlating variables with weaker associations with SCD. RESULTS: Among ventricular depolarization (QRS complex) variables, the strongest associations with SCD were observed for QRS intrinsicoid deflection (lead I) (p = 4.6 × 10-8), QRS peak-to-peak amplitude (lead aVR) (p = 1.9 × 10-5), and Q-wave amplitude (lead V1) (p = 7.6 × 10-6). Among repolarization (ST-segment and T-wave) variables, the strongest predictors of SCD were T-wave amplitude (lead aVR) (p = 3.5 × 10-7) and ST-segment end amplitude (lead aVL) (p = 8.1 × 10-5). The strongest associations with SCD among atrial depolarization (P-wave) variables were P-wave onset amplitude (lead V6) (p = 3.1 × 10-6), P'-wave amplitude (lead V2) (p = 2.1 × 10-5), and P-wave duration (lead V2) (p = 2.4 × 10-3). These variables remained significant in multivariate analysis alongside global ECG variables (e.g., heart rate, QRS duration, and LVH). CONCLUSION: Systematic screening and utilizing the full prognostic potential of the 12‑lead ECG reveal several key elements of the electrical properties of the heart that associate with SCD.

Humans

Evaluation of the difference between automated and measured QTc intervals in children.

BACKGROUND: The corrected QT interval (QTc) is obtained through automated ECG computations or manual physician measurements. We hypothesized that differences exist in children between the measured and automated QTc intervals within and between Healthy and hypertrophic cardiomyopathy (HCM) subjects with greater differences for HCM due to structural abnormalities. METHODS: QT measurements - Bazett correction- automated (aQTc) and measured (mQTc), were extracted from the GE MUSE database for 385 Healthy pediatric (single ECG) and 208 HCM subjects (2 ECGs), stratified by age&#xa0;<&#xa0;12 and&#xa0;&#x2265;&#xa0;12&#xa0;yrs., sex, race, and ethnicity. QTc means (SD), automated and measured differences, and the difference of the differences of aQTc and mQTc were analyzed overall and by subgroups. All ECGs were read by one pediatric cardiologist with a second cardiologist reading a random subset of HCM ECGs to evaluate intraclass correlations and agreement. RESULTS: The mQTc intervals were shorter than aQTc intervals within Healthy (p&#xa0;<&#xa0;0.001) and within first HCM ECGs (p&#xa0;<&#xa0;0.001) with both aQTc and mQTc shorter in Healthy than HCM (p&#xa0;<&#xa0;0.001). The difference in these differences was significant overall using HCM ECG 1 but not HCM ECG 2. Healthy subject aQTc and mQTc intervals differed by age, sex, and race (p&#xa0;<&#xa0;0.002). HCM ECG 1 aQTc- mQTc intervals differed for age&#xa0;<&#xa0;12&#xa0;yrs., as well as by sex and race. HCM ECG 2 intervals differed only for age&#xa0;<&#xa0;12&#xa0;yrs. CONCLUSIONS: Compared to measured values, automated QTc values were significantly longer in both Healthy and HCM subjects. Automated measurements may overestimate the QTc.

Humans

Machine learning-ready genomic biomarkers: ATF3 polymorphisms predict postoperative analgesic demand through AI-compatible phenotyping.

PURPOSE: To determine whether ATF3 polymorphisms can serve as genetic biomarkers for machine learning-based precision analgesia by establishing a genotype-phenotype association suitable for predictive modeling of postoperative opioid requirements. METHODS: In a prospective cohort of 167 adults undergoing abdominal surgery, ATF3 SNPs rs3122721 and rs3125293 were genotyped. A structured dataset architecture was developed to represent genetic profiles as input features for supervised learning models, enabling translational analysis of genotype&#x2011;dependent opioid consumption over 72&#xa0;h. RESULTS: Patients with homozygous genotypes of the ATF3 SNPs had significantly higher opioid requirements than non&#x2011;carriers, despite reporting similar subjective pain scores. This consistent genotype&#x2011;dependent pattern provided a clinically relevant phenotype suitable for integration into predictive algorithms. CONCLUSION: ATF3 genotyping offers a promising biomarker for computationally informed precision analgesia. By linking genomic variability to clinically meaningful outcomes within a structured clinical and genomic framework, this approach supports the future development of risk-stratified clinical decision-support systems to optimize postoperative pain management.Trial registration ChiCTR1900021991, registered 30 April 2019. SUPPLEMENTARY INFORMATION: The online version contains supplementary material available at https://doi.org/10.1007/s13755-026-00480-9.

ATF3

The potential of clustering methods for pre-test triage in sleep medicine: A systematic review.

Sleep disorders exhibit substantial heterogeneity, and traditional classifications may not fully capture clinically relevant subtypes. Clustering techniques can identify patient subgroups that improve phenotypic characterization and may support personalized management. This systematic review evaluated the application of clustering in sleep medicine, with particular focus on its potential use as a pre-test triage tool prior to formal sleep testing. PubMed/MEDLINE, Embase, Web of Science, and Scopus were searched to February 2025. Eligible studies applied clustering to classify sleep disorders in adults. Two reviewers independently conducted screening, data extraction, and risk-of-bias assessment using QUADAS-2. The protocol was registered on PROSPERO. Fifty-one studies (1983-2025) were included, predominantly focused on obstructive sleep apnea (OSA) (n&#x202f;=&#x202f;38, 74%). Hierarchical clustering (n&#x202f;=&#x202f;20) and K-means clustering (n&#x202f;=&#x202f;14) were the most frequently used techniques. Internal validation was reported in only 18% of studies, and external validation was reported in only 1 study. Seven studies relied exclusively on baseline clinical, demographic, or questionnaire data, representing pre-test scenarios, whereas most incorporated polysomnography-derived variables, limiting their applicability to early clinical stratification. Hierarchical clustering was the most commonly applied method; however, the overall lack of validation limits confidence in the robustness and clinical applicability of identified phenotypes. The potential role of clustering as a pre-test triage strategy remains largely unexplored, as most studies focused on post-diagnostic phenotyping and were affected by incorporation bias. Future research should prioritize pre-test clinical variables, rigorously validate internally and externally, and adopt standardized methodological and reporting practices to facilitate clinical translation.

Humans

Clustering patterns of behavioral and metabolic risk factors for noncommunicable diseases in Iran: findings from a national STEPS survey.

BACKGROUND: Noncommunicable diseases (NCDs) are the leading cause of mortality in Iran, driven by behavioral and metabolic risk factors that frequently co-occur. OBJECTIVE: To identify patterns of co-occurring behavioral and metabolic NCD risk factors among Iranian adults and characterize their demographic and socioeconomic correlates. METHODS: This cross-sectional study analyzed data from 16,618 adults aged &#x2265;25&#x2009;years who participated in Iran's 2021 nationally representative STEPS survey. Thirteen behavioral and metabolic variables, including physical activity, nutrition score, smoking frequency, alcohol intake, salt intake, body mass index, blood pressure, fasting plasma glucose, and lipid markers, were entered into a K-means clustering analysis. Clusters were characterized by their risk profiles and demographic/socioeconomic attributes. Multinomial logistic regression examined associations between cluster membership and sociodemographic factors. RESULTS: Five distinct behavioral-metabolic clusters emerged. The smokers-drinkers (SD) cluster (3.1%) comprised mostly older, less-educated men with high smoking and alcohol use. The healthy-low-risk (HLR) cluster (40.3%) showed favorable profiles and included younger, more educated individuals. The physically active (PA) cluster (6.6%) was characterized mainly by younger men with markedly high physical activity levels. The dyslipidemic (DLP) cluster (26.0%) exhibited high dyslipidemia and overweight prevalence, while the hypertensive-diabetic (HTD) cluster (24.0%) had the highest obesity, hypertension, and diabetes rates, common among older urban adults. CONCLUSION: Behavioral and metabolic NCD risk factors in Iran formed five distinct co-occurrence patterns. Nearly half of adults belonged to metabolically high-risk clusters, highlighting the need for targeted prevention strategies that combine lifestyle interventions with screening and management of obesity, hypertension, diabetes, and dyslipidemia.

Humans

Artificial Intelligence Technologies in Nursing Clinical Decision-Making: An Umbrella Review.

AIM: To describe contemporary peer-reviewed literature on artificial intelligence in nurses' clinical decision-making. METHODS: An umbrella review of literature reviews. DATA SOURCES: Four major databases were searched for reviews published between 2019 and 2024. RESULTS: Sixteen literature reviews reported on 965 nursing artificial intelligence primary studies. The studies focused on technology development and emerging performance evaluations, whilst real-world testing or implementation in nursing clinical settings was rare. Rigorous comparative analyses were lacking. While artificial intelligence demonstrates promise in decision-making, challenges such as a lack of controlled studies, algorithmic bias, limited reproducibility and insufficient clinical trials hinder its practical impact. Ethical concerns, transparency and patient data privacy issues pose barriers to AI integration in nursing practice. Ethical and legal guidelines for patient privacy are needed and should be taught along with AI literacy training for nurses. CONCLUSIONS: Artificial intelligence has the potential to enhance clinical nursing decision-making, although evidence is limited by too few examples of nurse participation during development. Underutilisation in administrative nursing functions hinders implementation. Nurses should assume a central role in the design and development of AI applications to ensure that these technologies address the realities of nursing practice. With such improvements, artificial intelligence can transform nursing practice, improve nurses' clinical decision-making and ultimately enhance consumer healthcare outcomes. PATIENT OR PUBLIC INVOLVEMENT: No Patient or Public Involvement. REPORTING METHOD: While there is no reporting checklist for umbrella reviews, the PRISMA guide for systematic reviews was followed.

Artificial Intelligence

Integrative machine learning and transcriptomic analysis reveals molecular mechanisms underlying low survival rate in larval Chinese Bahaba (Bahaba taipingensis).

Chinese Bahaba (Bahaba taipingensis) is a Class I protected marine fish endemic to China. Low larvae survival during artificial breeding severely hinder population recovery. To investigate the molecular mechanism of high mortality in larval fish, this study performed RNA-seq on liver from naturally deceased (ND) and mass-dead (MD) individuals, combined with least absolute shrinkage and selection operator (LASSO) regression and random forest (RF) algorithms to screen for core signature genes. A total of 873 differentially expressed genes (DEGs) were identified, including 112 upregulated and 761 downregulated genes. GO and KEGG enrichment analyses revealed significant enrichment in amino acid metabolism disorders, one&#x2011;carbon folate pool impairment, PPAR signaling abnormalities, ECM-receptor interaction, focal adhesion pathway, indicating widespread metabolic suppression accompanied by extracellular matrix remodeling and signaling disturbances in the livers of MD fish. MAD pre-filtering combined with dual machine learning algorithms yielded 18 robust core signature genes, among which SLC38A4, MMP1, FADD, FKBP5, and APOB were consistently identified as high-frequency core genes by both algorithms. SLC38A4 exhibited the highest importance score in the RF model and was significantly downregulated, making it the primary molecule distinguishing ND from MD phenotypes. ROC curve analysis showed that both models achieved an AUC of 1.000 (95% CI lower bound: 0.610), confirming the precise discriminatory ability of the core genes. GSEA further demonstrated significant enrichment of this core gene set in ND samples. This study provides the first systematic elucidation of the molecular mechanisms underlying liver dysfunction in low survival rate B. taipingensis, characterized by amino acid transport impairment, metabolic reprogramming, and structural remodeling, offering theoretical foundations for health assessment, early mortality risk warning, and artificial breeding conservation of this species.

Animals

Influencer-driven lifestyle and wellness framing of intoxicating hemp products may normalize youth cannabis use.

Hemp-derived intoxicating cannabis products (DICPs) have rapidly expanded across the U.S. marketplace and are increasingly promoted on social media platforms popular among youth. This commentary highlights emerging concerns about influencer-driven DICP promotion on Instagram, where intoxicating hemp and cannabis products are embedded within lifestyle, wellness, fitness, sobriety, harm-reduction, and entertainment narratives. In ongoing monitoring of Instagram posts from leading DICP brands, we observed influencer posts that featured young-looking creators, aspirational wellness imagery, humor, slang, fast-cut editing, mocktail-making scenes, and claims positioning DICPs as "hangover-free," safer, or substitutes for alcohol or other drug use. Such content may reduce perceived risk, increase product appeal, and normalize cannabis use, particularly when promotional posts resemble organic (non-promotional) peer-culture content rather than advertising. Existing platform guidelines and regulatory approaches may inadequately address this form of influencer marketing. Enforcement is more actionable when sponsorship is clearly disclosed; however, influencers often omit brand sponsorship disclosures entirely or use vague disclosures. The absence of a disclosure does not necessarily mean that a post is non-promotional. Platforms should develop policies and algorithm-assisted surveillance approaches that identify DICP influencer content using youth-oriented cues, lifestyle and wellness framing, brand tags or links, and unverified reduced-risk or therapeutic claims.

Humans