بدائل البحث:
models optimization » model optimization (توسيع البحث), process optimization (توسيع البحث), codon optimization (توسيع البحث)
library based » laboratory based (توسيع البحث)
based models » based model (توسيع البحث)
models optimization » model optimization (توسيع البحث), process optimization (توسيع البحث), codon optimization (توسيع البحث)
library based » laboratory based (توسيع البحث)
based models » based model (توسيع البحث)
-
41
PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery
منشور في 2025"…The advent of powerful machine learning algorithms as well as the availability of high volume of pharmacological data has given new fuel to QSAR, opening new unprecedented options for deriving highly predictive models for assisting the rationale design of new bioactive compounds, for screening and prioritizing large molecular libraries, and for repurposing new drugs toward new clinical uses. …"
-
42
PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery
منشور في 2025"…The advent of powerful machine learning algorithms as well as the availability of high volume of pharmacological data has given new fuel to QSAR, opening new unprecedented options for deriving highly predictive models for assisting the rationale design of new bioactive compounds, for screening and prioritizing large molecular libraries, and for repurposing new drugs toward new clinical uses. …"
-
43
PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery
منشور في 2025"…The advent of powerful machine learning algorithms as well as the availability of high volume of pharmacological data has given new fuel to QSAR, opening new unprecedented options for deriving highly predictive models for assisting the rationale design of new bioactive compounds, for screening and prioritizing large molecular libraries, and for repurposing new drugs toward new clinical uses. …"
-
44
PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery
منشور في 2025"…The advent of powerful machine learning algorithms as well as the availability of high volume of pharmacological data has given new fuel to QSAR, opening new unprecedented options for deriving highly predictive models for assisting the rationale design of new bioactive compounds, for screening and prioritizing large molecular libraries, and for repurposing new drugs toward new clinical uses. …"
-
45
PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery
منشور في 2025"…The advent of powerful machine learning algorithms as well as the availability of high volume of pharmacological data has given new fuel to QSAR, opening new unprecedented options for deriving highly predictive models for assisting the rationale design of new bioactive compounds, for screening and prioritizing large molecular libraries, and for repurposing new drugs toward new clinical uses. …"
-
46
SHAP bar plot.
منشور في 2025"…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
-
47
Sample screening flowchart.
منشور في 2025"…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
-
48
Descriptive statistics for variables.
منشور في 2025"…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
-
49
SHAP summary plot.
منشور في 2025"…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
-
50
Display of the web prediction interface.
منشور في 2025"…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
-
51
Predictive Analysis of Mushroom Toxicity Based Exclusively on Their Natural Habitat.
منشور في 2025"…Model evaluation was based on accuracy metrics and qualitative analysis of the confusion matrix.. …"
-
52
-
53
<b>AI for imaging plant stress in invasive species </b>(dataset from the article https://doi.org/10.1093/aob/mcaf043)
منشور في 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>). …"
-
54
Data Sheet 1_A novel method for power transformer fault diagnosis considering imbalanced data samples.docx
منشور في 2025"…Hyperparameter tuning is achieved through the Bayesian optimization algorithm to identify the model parameter set that maximizes test set accuracy.…"
-
55
Search for acetylcholinesterase inhibitors by computerized screening of approved drug compounds
منشور في 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). …"
-
56
Table 1_Advances in the application of human-machine collaboration in healthcare: insights from China.docx
منشور في 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. …"
-
57
An Ecological Benchmark of Photo Editing Software: A Comparative Analysis of Local vs. Cloud Workflows
منشور في 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). …"
-
58
Code
منشور في 2025"…</p><p><br></p><p dir="ltr">This architecture was implemented using the PyTorch library and trained using cross-entropy loss. The model was optimized to classify RNA sequences, achieving robust performance across multiple test sets.…"
-
59
Core data
منشور في 2025"…</p><p><br></p><p dir="ltr">This architecture was implemented using the PyTorch library and trained using cross-entropy loss. The model was optimized to classify RNA sequences, achieving robust performance across multiple test sets.…"
-
60
Aluminum alloy industrial materials defect
منشور في 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.…"