Search alternatives:
algorithms python » algorithms within (Expand Search), algorithm within (Expand Search), algorithms often (Expand Search)
algorithm python » algorithm within (Expand Search), algorithms within (Expand Search)
python function » protein function (Expand Search)
algorithm both » algorithm blood (Expand Search), algorithm b (Expand Search), algorithm etc (Expand Search)
algorithms python » algorithms within (Expand Search), algorithm within (Expand Search), algorithms often (Expand Search)
algorithm python » algorithm within (Expand Search), algorithms within (Expand Search)
python function » protein function (Expand Search)
algorithm both » algorithm blood (Expand Search), algorithm b (Expand Search), algorithm etc (Expand Search)
-
561
Spatiotemporal Soil Erosion Dataset for the Yarlung Tsangpo River Basin (1990–2100)
Published 2025“…Bias correction was conducted using a 25-year baseline (1990–2014), with adjustments made monthly to correct for seasonal biases. The corrected bias functions were then applied to adjust the years (2020–2100) of daily rainfall data using the "ibicus" package, an open-source Python tool for bias adjustment and climate model evaluation. …”
-
562
Code
Published 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). …”
-
563
Core data
Published 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). …”
-
564
Data Sheet 1_Machine learning models integrating intracranial artery calcification to predict outcomes of mechanical thrombectomy.pdf
Published 2025“…Eleven ML algorithms were trained and validated using Python, and external validation and performance evaluations were conducted. …”
-
565
Table1_Enhanced classification and severity prediction of major depressive disorder using acoustic features and machine learning.pdf
Published 2024“…We used the Covarep open-source algorithm to extract a total of 1200 high-level statistical functions for each sample. …”
-
566
MCCN Case Study 2 - Spatial projection via modelled data
Published 2025“…This repository contains Jupyter notebooks to demonstrate the functionality of the MCCN data cube components.</p><p dir="ltr">The dataset contains input files for the case study (source_data), RO-Crate metadata (ro-crate-metadata.json), results from the case study (results), and Jupyter Notebook (MCCN-CASE 2.ipynb)</p><h4><b>Research Activity Identifier (RAiD)</b></h4><p dir="ltr">RAiD: https://doi.org/10.26292/8679d473</p><h4><b>Case Studies</b></h4><p dir="ltr">This repository contains code and sample data for the following case studies. …”
-
567
Landscape17
Published 2025“…This dataset features global potential energy surface representations generated using the energy landscape framework and includes regions crucial for accurately reproducing both thermodynamic and kinetic properties. For each of the selected six molecules (ethanol, malonaldehyde, paracetamol, salicylic acid, azobenzene, and aspirin) we provide all the minima and transition states, along with configurations from the two approximate steepest-descent paths connecting each transition state to the corresponding minima, computed using hybrid-level density functional theory. …”
-
568
Communication-Efficient Distributed Sparse Learning with Oracle Property and Geometric Convergence*
Published 2025“…<p>This article introduces two highly efficient distributed non-convex sparse learning algorithms. Our approach accommodates non-convexity in both the loss function and penalty, acknowledging the potential non-uniqueness of local minimizers due to the inherent non-convexity. …”
-
569
Efficient Distributed Learning over Decentralized Networks with Convoluted Support Vector Machine
Published 2025“…To address this issue, we consider a convolution-based smoothing technique for the nonsmooth hinge loss function. This results in a loss function that is both convex and smooth. …”
-
570
Supplementary file 3_Optimising the selection of welfare indicators in farm animals.docx
Published 2025“…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
-
571
Supplementary file 2_Optimising the selection of welfare indicators in farm animals.docx
Published 2025“…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
-
572
Supplementary file 6_Optimising the selection of welfare indicators in farm animals.docx
Published 2025“…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
-
573
Supplementary file 1_Optimising the selection of welfare indicators in farm animals.docx
Published 2025“…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
-
574
Supplementary file 4_Optimising the selection of welfare indicators in farm animals.docx
Published 2025“…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
-
575
Supplementary file 5_Optimising the selection of welfare indicators in farm animals.docx
Published 2025“…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
-
576
<b>Rethinking neighbourhood boundaries for urban planning: A data-driven framework for perception-based delineation</b>
Published 2025“…</p><h2>Project Structure</h2><pre><pre>Perception_based_neighbourhoods/<br>├── raw_data/<br>│ ├── ET_cells_glasgow/ # Glasgow grid cells for analysis<br>│ └── glasgow_open_built/ # Built area boundaries<br>├── svi_module/ # Street View Image processing<br>│ ├── svi_data/<br>│ │ ├── svi_info.csv # Image metadata (output)<br>│ │ └── images/ # Downloaded images (output)<br>│ ├── get_svi_data.py # Download street view images<br>│ └── trueskill_score.py # Generate TrueSkill scores<br>├── perception_module/ # Perception prediction<br>│ ├── output_data/<br>│ │ └── glasgow_perception.nc # Perception scores (demo data)<br>│ ├── trained_models/ # Pre-trained models<br>│ ├── pred.py # Predict perceptions from images<br>│ └── readme.md # Training instructions<br>└── cluster_module/ # Neighbourhood clustering<br> ├── output_data/<br> │ └── clusters.shp # Final neighbourhood boundaries<br> └── cluster_perceptions.py # Clustering algorithm<br></pre></pre><h2>Prerequisites</h2><ul><li>Python 3.8 or higher</li><li>GDAL/OGR libraries (for geospatial processing)</li></ul><h2>Installation</h2><ol><li>Clone this repository:</li></ol><p dir="ltr">Download the zip file</p><pre><pre>cd perception_based_neighbourhoods<br></pre></pre><ol><li>Install required dependencies:</li></ol><pre><pre>pip install -r requirements.txt<br></pre></pre><p dir="ltr">Required libraries include:</p><ul><li>geopandas</li><li>pandas</li><li>numpy</li><li>xarray</li><li>scikit-learn</li><li>matplotlib</li><li>torch (PyTorch)</li><li>efficientnet-pytorch</li></ul><h2>Usage Guide</h2><h3>Step 1: Download Street View Images</h3><p dir="ltr">Download street view images based on the Glasgow grid sampling locations.…”
-
577
Active Control of Laminar and Turbulent Flows Using Adjoint-Based Machine Learning
Published 2024“…This dissertation extends and applies an adjoint-based machine learning method, the deep learning PDE augmentation method (DPM), for closed-loop active control on both laminar and turbulent flows. The end-to-end sensitivities for optimization are computed using adjoints of the governing equations without restriction on the terms that may appear in the objective function, which we construct using algorithmic differentiation applied to the flow solver. …”
-
578
<b>Assessing human and environmental impacts on forest coverage in historical relic sites using XGBoost</b>
Published 2025“…It iteratively adds decision trees to optimize an objective function comprising a loss function for measuring prediction errors and a regularization term to control model complexity. …”
-
579
Source_Code_With_Help.rar
Published 2024“…<p dir="ltr">In the proposed framework, the Elite Preservation Strategy Chimp Optimization Algorithm (EPSCHOA) is embedded for the improving function and hyperparameter tuning of a Long Short-Term Memory (LSTM) model. …”
-
580
Conditional probability tensor decompositions for multivariate categorical response regression
Published 2025“…We demonstrate the encouraging performance of our method through both simulation studies and an application to modeling the functional classes of genes.…”