Showing 561 - 580 results of 954 for search '(( ((algorithm python) OR (algorithm both)) function ) OR ( algorithms python function ))', query time: 0.35s Refine Results
  1. 561

    Spatiotemporal Soil Erosion Dataset for the Yarlung Tsangpo River Basin (1990–2100) by peng xin (21382394)

    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. …”
  2. 562

    Code by Baoqiang Chen (21099509)

    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). …”
  3. 563

    Core data by Baoqiang Chen (21099509)

    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). …”
  4. 564

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

    Published 2025
    “…Eleven ML algorithms were trained and validated using Python, and external validation and performance evaluations were conducted. …”
  5. 565

    Table1_Enhanced classification and severity prediction of major depressive disorder using acoustic features and machine learning.pdf by Lijuan Liang (4277053)

    Published 2024
    “…We used the Covarep open-source algorithm to extract a total of 1200 high-level statistical functions for each sample. …”
  6. 566

    MCCN Case Study 2 - Spatial projection via modelled data by Donald Hobern (21435904)

    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. …”
  7. 567

    Landscape17 by Vlad Carare (22092515)

    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. …”
  8. 568

    Communication-Efficient Distributed Sparse Learning with Oracle Property and Geometric Convergence* by Weidong Liu (444731)

    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. …”
  9. 569

    Efficient Distributed Learning over Decentralized Networks with Convoluted Support Vector Machine by Canyi Chen (13532043)

    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. …”
  10. 570

    Supplementary file 3_Optimising the selection of welfare indicators in farm animals.docx by Jon Day (19128586)

    Published 2025
    “…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
  11. 571

    Supplementary file 2_Optimising the selection of welfare indicators in farm animals.docx by Jon Day (19128586)

    Published 2025
    “…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
  12. 572

    Supplementary file 6_Optimising the selection of welfare indicators in farm animals.docx by Jon Day (19128586)

    Published 2025
    “…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
  13. 573

    Supplementary file 1_Optimising the selection of welfare indicators in farm animals.docx by Jon Day (19128586)

    Published 2025
    “…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
  14. 574

    Supplementary file 4_Optimising the selection of welfare indicators in farm animals.docx by Jon Day (19128586)

    Published 2025
    “…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
  15. 575

    Supplementary file 5_Optimising the selection of welfare indicators in farm animals.docx by Jon Day (19128586)

    Published 2025
    “…Optimisation was performed using both a greedy algorithm and an enhanced algorithm incorporating backtracking and branch-and-bound solvers. …”
  16. 576

    <b>Rethinking neighbourhood boundaries for urban planning: A data-driven framework for perception-based delineation</b> by Shubham Pawar (22471285)

    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.…”
  17. 577

    Active Control of Laminar and Turbulent Flows Using Adjoint-Based Machine Learning by Xuemin Liu (20372739)

    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. …”
  18. 578

    <b>Assessing human and environmental impacts on forest coverage in historical relic sites using XGBoost</b> by Jinlong Chen (20554607)

    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. …”
  19. 579

    Source_Code_With_Help.rar by Zisong Wang (19838553)

    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. …”
  20. 580

    Conditional probability tensor decompositions for multivariate categorical response regression by Aaron J. Molstad (5243561)

    Published 2025
    “…We demonstrate the encouraging performance of our method through both simulation studies and an application to modeling the functional classes of genes.…”