يعرض 21 - 39 نتائج من 39 نتيجة بحث عن '(( ((algorithm machine) OR (algorithm using)) functions ) OR ( algorithm python function ))~', وقت الاستعلام: 0.37s تنقيح النتائج
  1. 21
  2. 22

    Landscape17 حسب Vlad Carare (22092515)

    منشور في 2025
    "…We validated the convergence, grid, and spin settings against published data from rMD17, using the appropriate functional and basis set: PBE/def2-SVP. …"
  3. 23

    PyPEFAn Integrated Framework for Data-Driven Protein Engineering حسب Niklas E. Siedhoff (11133851)

    منشور في 2021
    "…Here, we present a general-purpose framework (PyPEF: pythonic protein engineering framework) for performing data-driven protein engineering using machine learning methods combined with techniques from signal processing and statistical physics. …"
  4. 24

    Data Sheet 1_Machine learning models integrating intracranial artery calcification to predict outcomes of mechanical thrombectomy.pdf حسب Guangzong Li (16696443)

    منشور في 2025
    "…Eleven ML algorithms were trained and validated using Python, and external validation and performance evaluations were conducted. …"
  5. 25

    NanoDB: Research Activity Data Management System حسب Lorenci Gjurgjaj (19702207)

    منشور في 2024
    "…Cross-Platform Compatibility: Works on Windows, macOS, and Linux. In a Python environment or as an executable. Ease of Implementation: Using the flexibility of the Python framework all the data setup and algorithm can me modified and new functions can be easily added. …"
  6. 26
  7. 27
  8. 28

    Expression vs genomics for predicting dependencies حسب Broad DepMap (5514062)

    منشور في 2024
    "…If you are interested in trying machine learning, the files Features.hdf5 and Target.hdf5 contain the data munged in a convenient form for standard supervised machine learning algorithms.…"
  9. 29

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

    منشور في 2025
    "…The analysis was conducted in a Jupyter Notebook environment, using Python and libraries such as Scikit-learn and Pandas. …"
  10. 30

    Data_Sheet_1_MCIC: Automated Identification of Cellulases From Metagenomic Data and Characterization Based on Temperature and pH Dependence.docx حسب Mehdi Foroozandeh Shahraki (9555317)

    منشور في 2020
    "…MCIC is freely available as a python package and standalone toolkit for Windows and Linux-based operating systems with several functions to facilitate the screening and thermal and pH dependence prediction of cellulases.…"
  11. 31

    Brain-in-the-Loop Learning for Intelligent Vehicle Decision-Making حسب Xiaofei Zhang (16483224)

    منشور في 2025
    "…The proposed algorithm uses the result of driving risk reasoning as one input of reinforcement learning combining fNIRS-based risk and driving safety field model-based risk, realizing integrating human brain activity into the reinforcement learning scheme, then overcoming the disadvantage of machine-oriented intelligence that could violate human intentions. …"
  12. 32

    DataSheet1_Development of a Multilayer Deep Neural Network Model for Predicting Hourly River Water Temperature From Meteorological Data.docx حسب Reza Abdi (3636907)

    منشور في 2021
    "…We trained the LR and DNN algorithms on Google’s TensorFlow model using Keras artificial neural network library on Python. …"
  13. 33

    Known compounds and new lessons: structural and electronic basis of flavonoid-based bioactivities حسب Rohan J. Meshram (6563189)

    منشور في 2019
    "…The current report thus focuses on providing an electronic explanation of these bioactivities using density functional theory-based quantum chemical descriptors. …"
  14. 34

    BrainPepPass: all scripts حسب Ewerton de Oliveira (16033631)

    منشور في 2023
    "…<p>  This file contains all the scripts and data employed to generate and evaluate models for BrainPepPass and the other machine-learning models.</p> <p>  The scripts were developed in Python language and are in .ipynb format (notebooks). …"
  15. 35

    Sudoku Dataset حسب David Towers (12857447)

    منشور في 2024
    "…</p> <p>NumPy (.npy) files can be opened through the NumPy Python library, using the `numpy.load()` function by inputting the path to the file into the function as a parameter. …"
  16. 36

    GameOfLife Prediction Dataset حسب David Towers (12857447)

    منشور في 2025
    "…Excluding 0, the lower numbers also get increasingly unlikely, though more likely than higher numbers, we wanted to prevent gaps and therefore limited to 25 contiguous classes</p><p dir="ltr">NumPy (.npy) files can be opened through the NumPy Python library, using the `numpy.load()` function by inputting the path to the file into the function as a parameter. …"
  17. 37

    Code حسب Baoqiang Chen (21099509)

    منشور في 2025
    "…We implemented machine learning algorithms using the following R packages: rpart for Decision Trees, gbm for Gradient Boosting Machines (GBM), ranger for Random Forests, the glm function for Generalized Linear Models (GLM), and xgboost for Extreme Gradient Boosting (XGB). …"
  18. 38

    Core data حسب Baoqiang Chen (21099509)

    منشور في 2025
    "…We implemented machine learning algorithms using the following R packages: rpart for Decision Trees, gbm for Gradient Boosting Machines (GBM), ranger for Random Forests, the glm function for Generalized Linear Models (GLM), and xgboost for Extreme Gradient Boosting (XGB). …"
  19. 39

    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). …"