Search alternatives:
models optimization » model optimization (Expand Search), process optimization (Expand Search), wolf optimization (Expand Search)
based optimization » whale optimization (Expand Search)
library based » laboratory based (Expand Search)
based models » based model (Expand Search)
models optimization » model optimization (Expand Search), process optimization (Expand Search), wolf optimization (Expand Search)
based optimization » whale optimization (Expand Search)
library based » laboratory based (Expand Search)
based models » based model (Expand Search)
-
121
Supporting data for "clinical-oriented surgical planning based on finite element method and automate-generated surgical templates assisting the spinal surgery"
Published 2024“…Remaining algorithm needed was reimplemented from open-source libraries.…”
-
122
Data_Sheet_1_Fast Simulation of a Multi-Area Spiking Network Model of Macaque Cortex on an MPI-GPU Cluster.PDF
Published 2022“…NEST GPU is a GPU library written in CUDA-C/C++ for large-scale simulations of spiking neural networks, which was recently extended with a novel algorithm for remote spike communication through MPI on a GPU cluster. …”
-
123
DataSheet_1_Exploring deep learning radiomics for classifying osteoporotic vertebral fractures in X-ray images.docx
Published 2024“…Utilizing the binary “One-vs-Rest” strategy, the model based on the RadImageNet dataset demonstrated superior efficacy in predicting Class 0, achieving an AUC of 0.969 and accuracy of 0.863. …”
-
124
Table_3_G2P Provides an Integrative Environment for Multi-model genomic selection analysis to improve genotype-to-phenotype prediction.xlsx
Published 2023“…Based on the evaluation outcome, G2P performs auto-ensemble algorithms that not only can automatically select the most precise models but also can integrate prediction results from multiple models. …”
-
125
Image_1_G2P Provides an Integrative Environment for Multi-model genomic selection analysis to improve genotype-to-phenotype prediction.jpeg
Published 2023“…Based on the evaluation outcome, G2P performs auto-ensemble algorithms that not only can automatically select the most precise models but also can integrate prediction results from multiple models. …”
-
126
Image_2_G2P Provides an Integrative Environment for Multi-model genomic selection analysis to improve genotype-to-phenotype prediction.jpeg
Published 2023“…Based on the evaluation outcome, G2P performs auto-ensemble algorithms that not only can automatically select the most precise models but also can integrate prediction results from multiple models. …”
-
127
Image_3_G2P Provides an Integrative Environment for Multi-model genomic selection analysis to improve genotype-to-phenotype prediction.jpeg
Published 2023“…Based on the evaluation outcome, G2P performs auto-ensemble algorithms that not only can automatically select the most precise models but also can integrate prediction results from multiple models. …”
-
128
Table_4_G2P Provides an Integrative Environment for Multi-model genomic selection analysis to improve genotype-to-phenotype prediction.xlsx
Published 2023“…Based on the evaluation outcome, G2P performs auto-ensemble algorithms that not only can automatically select the most precise models but also can integrate prediction results from multiple models. …”
-
129
Table_2_G2P Provides an Integrative Environment for Multi-model genomic selection analysis to improve genotype-to-phenotype prediction.xlsx
Published 2023“…Based on the evaluation outcome, G2P performs auto-ensemble algorithms that not only can automatically select the most precise models but also can integrate prediction results from multiple models. …”
-
130
Table_1_G2P Provides an Integrative Environment for Multi-model genomic selection analysis to improve genotype-to-phenotype prediction.xlsx
Published 2023“…Based on the evaluation outcome, G2P performs auto-ensemble algorithms that not only can automatically select the most precise models but also can integrate prediction results from multiple models. …”
-
131
DataSheet_1_G2P Provides an Integrative Environment for Multi-model genomic selection analysis to improve genotype-to-phenotype prediction.docx
Published 2023“…Based on the evaluation outcome, G2P performs auto-ensemble algorithms that not only can automatically select the most precise models but also can integrate prediction results from multiple models. …”
-
132
-
133
<b>AI for imaging plant stress in invasive species </b>(dataset from the article https://doi.org/10.1093/aob/mcaf043)
Published 2025“…The described extracted features were used to predict leaf betalain content (µg per FW) using multiple machine learning regression algorithms (Linear regression, Ridge regression, Gradient boosting, Decision tree, Random forest and Support vector machine) using the <i>Scikit-learn</i> 1.2.1 library in Python (v.3.10.1) (list of hyperparameters used is given in <a href="#sup1" target="_blank">Supplementary Data S5</a>). …”
-
134
Data Sheet 1_A novel method for power transformer fault diagnosis considering imbalanced data samples.docx
Published 2025“…Hyperparameter tuning is achieved through the Bayesian optimization algorithm to identify the model parameter set that maximizes test set accuracy.…”
-
135
Flow diagram of the automatic animal detection and background reconstruction.
Published 2020“…(E) The threshold value is calculated based on the histogram: it is the mean of the image subtracted by 4 (optimal value defined by trial and error). …”
-
136
Search for acetylcholinesterase inhibitors by computerized screening of approved drug compounds
Published 2025“…The screening process employed the SOL docking program with MMFF94 force field and genetic algorithms for global optimization, targeting the human AChE structure (PDB ID: 6O4W). …”
-
137
Table 1_Advances in the application of human-machine collaboration in healthcare: insights from China.docx
Published 2025“…“Human–machine collaboration” is based on an intelligent algorithmic system that utilizes the complementary strengths of humans and machines for data exchange, task allocation, decision making and collaborative work to provide more decision support. …”
-
138
Performance of Artificial Intelligence in Detecting Diabetic Macular Edema from Fundus Photographs and Optical Coherence Tomography Images: A Systematic Review and Meta-analysis
Published 2024“…OCT-based algorithms of 28 studies yielded pooled AUROC, sensitivity, and specificity of 0.985, 95.9%, and 97.9%. …”
-
139
An Ecological Benchmark of Photo Editing Software: A Comparative Analysis of Local vs. Cloud Workflows
Published 2025“…Performance Profiling Algorithms Energy Measurement Methodology # Pseudo-algorithmic representation of measurement protocol def capture_energy_metrics(workflow_type: WorkflowEnum, asset_vector: List[PhotoAsset]) -> EnergyProfile: baseline_power = sample_idle_power_draw(duration=30) with PowerMonitoringContext() as pmc: start_timestamp = rdtsc() # Read time-stamp counter if workflow_type == WorkflowEnum.LOCAL: result = execute_local_pipeline(asset_vector) elif workflow_type == WorkflowEnum.CLOUD: result = execute_cloud_pipeline(asset_vector) end_timestamp = rdtsc() energy_profile = EnergyProfile( duration=cycles_to_seconds(end_timestamp - start_timestamp), peak_power=pmc.get_peak_consumption(), average_power=pmc.get_mean_consumption(), total_energy=integrate_power_curve(pmc.get_power_trace()) ) return energy_profile Statistical Analysis Framework Our analytical pipeline employs advanced statistical methodologies including: Variance Decomposition: ANOVA with nested factors for hardware configuration effects Regression Analysis: Generalized Linear Models (GLM) with log-link functions for energy modeling Temporal Analysis: Fourier transform-based frequency domain analysis of power consumption patterns Cluster Analysis: K-means clustering with Euclidean distance metrics for workflow classification Data Validation and Quality Assurance Measurement Uncertainty Quantification All energy measurements incorporate systematic and random error propagation analysis: Instrument Precision: ±0.1W for CPU power, ±0.5W for GPU power Temporal Resolution: 1ms sampling with Nyquist frequency considerations Calibration Protocol: NIST-traceable power standards with periodic recalibration Environmental Controls: Temperature-compensated measurements in climate-controlled facility Outlier Detection Algorithms Statistical outliers are identified using the Interquartile Range (IQR) method with Tukey's fence criteria (Q₁ - 1.5×IQR, Q₃ + 1.5×IQR). …”
-
140
Aluminum alloy industrial materials defect
Published 2024“…</p><h2>Description of the data and file structure</h2><p dir="ltr">This is a project based on the YOLOv8 enhanced algorithm for aluminum defect classification and detection tasks.…”