يعرض 41 - 60 نتائج من 60 نتيجة بحث عن 'library based models optimization algorithm', وقت الاستعلام: 0.35s تنقيح النتائج
  1. 41

    PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery حسب Muzammil Kabier (21028487)

    منشور في 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. …"
  2. 42

    PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery حسب Muzammil Kabier (21028487)

    منشور في 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. …"
  3. 43

    PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery حسب Muzammil Kabier (21028487)

    منشور في 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. …"
  4. 44

    PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery حسب Muzammil Kabier (21028487)

    منشور في 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. …"
  5. 45

    PoseidonQ: A Free Machine Learning Platform for the Development, Analysis, and Validation of Efficient and Portable QSAR Models for Drug Discovery حسب Muzammil Kabier (21028487)

    منشور في 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. …"
  6. 46

    SHAP bar plot. حسب Meng Cao (105914)

    منشور في 2025
    "…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
  7. 47

    Sample screening flowchart. حسب Meng Cao (105914)

    منشور في 2025
    "…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
  8. 48

    Descriptive statistics for variables. حسب Meng Cao (105914)

    منشور في 2025
    "…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
  9. 49

    SHAP summary plot. حسب Meng Cao (105914)

    منشور في 2025
    "…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
  10. 50

    Display of the web prediction interface. حسب Meng Cao (105914)

    منشور في 2025
    "…The optimal model was further assessed for predictor importance utilizing the SHAP method and deployed on a web platform using the Streamlit library.…"
  11. 51

    Predictive Analysis of Mushroom Toxicity Based Exclusively on Their Natural Habitat. حسب Enrico Bertozzi (22461709)

    منشور في 2025
    "…Model evaluation was based on accuracy metrics and qualitative analysis of the confusion matrix.. …"
  12. 52
  13. 53

    <b>AI for imaging plant stress in invasive species </b>(dataset from the article https://doi.org/10.1093/aob/mcaf043) حسب Erola Fenollosa (20977421)

    منشور في 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>). …"
  14. 54

    Data Sheet 1_A novel method for power transformer fault diagnosis considering imbalanced data samples.docx حسب Jun Chen (4238)

    منشور في 2025
    "…Hyperparameter tuning is achieved through the Bayesian optimization algorithm to identify the model parameter set that maximizes test set accuracy.…"
  15. 55

    Search for acetylcholinesterase inhibitors by computerized screening of approved drug compounds حسب T.A. Materova (22770138)

    منشور في 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). …"
  16. 56

    Table 1_Advances in the application of human-machine collaboration in healthcare: insights from China.docx حسب Wuzhen Wang (20675405)

    منشور في 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. …"
  17. 57

    An Ecological Benchmark of Photo Editing Software: A Comparative Analysis of Local vs. Cloud Workflows حسب Pierre-Alexis DELAROCHE (22092572)

    منشور في 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). …"
  18. 58

    Code حسب Baoqiang Chen (21099509)

    منشور في 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.…"
  19. 59

    Core data حسب Baoqiang Chen (21099509)

    منشور في 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.…"
  20. 60

    Aluminum alloy industrial materials defect حسب Ying Han (20349093)

    منشور في 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.…"