بدائل البحث:
algorithm machine » algorithm achieves (توسيع البحث), algorithm within (توسيع البحث)
algorithm python » algorithm within (توسيع البحث), algorithms within (توسيع البحث), algorithm both (توسيع البحث)
python function » protein function (توسيع البحث)
algorithm machine » algorithm achieves (توسيع البحث), algorithm within (توسيع البحث)
algorithm python » algorithm within (توسيع البحث), algorithms within (توسيع البحث), algorithm both (توسيع البحث)
python function » protein function (توسيع البحث)
-
21
-
22
Landscape17
منشور في 2025"…We validated the convergence, grid, and spin settings against published data from rMD17, using the appropriate functional and basis set: PBE/def2-SVP. …"
-
23
PyPEFAn Integrated Framework for Data-Driven Protein Engineering
منشور في 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. …"
-
24
Data Sheet 1_Machine learning models integrating intracranial artery calcification to predict outcomes of mechanical thrombectomy.pdf
منشور في 2025"…Eleven ML algorithms were trained and validated using Python, and external validation and performance evaluations were conducted. …"
-
25
NanoDB: Research Activity Data Management System
منشور في 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. …"
-
26
-
27
-
28
Expression vs genomics for predicting dependencies
منشور في 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.…"
-
29
Predictive Analysis of Mushroom Toxicity Based Exclusively on Their Natural Habitat.
منشور في 2025"…The analysis was conducted in a Jupyter Notebook environment, using Python and libraries such as Scikit-learn and Pandas. …"
-
30
Data_Sheet_1_MCIC: Automated Identification of Cellulases From Metagenomic Data and Characterization Based on Temperature and pH Dependence.docx
منشور في 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.…"
-
31
Brain-in-the-Loop Learning for Intelligent Vehicle Decision-Making
منشور في 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. …"
-
32
DataSheet1_Development of a Multilayer Deep Neural Network Model for Predicting Hourly River Water Temperature From Meteorological Data.docx
منشور في 2021"…We trained the LR and DNN algorithms on Google’s TensorFlow model using Keras artificial neural network library on Python. …"
-
33
Known compounds and new lessons: structural and electronic basis of flavonoid-based bioactivities
منشور في 2019"…The current report thus focuses on providing an electronic explanation of these bioactivities using density functional theory-based quantum chemical descriptors. …"
-
34
BrainPepPass: all scripts
منشور في 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). …"
-
35
Sudoku Dataset
منشور في 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. …"
-
36
GameOfLife Prediction Dataset
منشور في 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. …"
-
37
Code
منشور في 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). …"
-
38
Core data
منشور في 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). …"
-
39
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). …"