Showing 201 - 220 results of 231 for search '(( algorithm python function ) OR ( algorithm seu function ))', query time: 0.36s Refine Results
  1. 201

    DataSheet1_Natural and artificial selection of multiple alleles revealed through genomic analyses.docx by Jana Biová (11287971)

    Published 2024
    “…We tested and validated the algorithm and presented the utilization of MADis in a pod pigmentation L1 gene case study with multiple CMs from natural or artificial selection. …”
  2. 202

    Table6_Natural and artificial selection of multiple alleles revealed through genomic analyses.xlsx by Jana Biová (11287971)

    Published 2024
    “…We tested and validated the algorithm and presented the utilization of MADis in a pod pigmentation L1 gene case study with multiple CMs from natural or artificial selection. …”
  3. 203

    Table1_Natural and artificial selection of multiple alleles revealed through genomic analyses.DOCX by Jana Biová (11287971)

    Published 2024
    “…We tested and validated the algorithm and presented the utilization of MADis in a pod pigmentation L1 gene case study with multiple CMs from natural or artificial selection. …”
  4. 204

    GameOfLife Prediction Dataset by David Towers (12857447)

    Published 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. …”
  5. 205

    Investigation of cardiac mechanics and mechanical circulatory support therapies in peripartum cardiomyopathy using machine learning and patient-specific computational modelling by Juliet Nagawa (17333779)

    Published 2023
    “…</li></ul><p dir="ltr"> <b>ANN.zip</b></p><ul><li>Matlab and Python programs used to develop machine learning algorithms and developed machine learning models.…”
  6. 206

    Code and data for evaluating oil spill amount from text-form incident information by Yiming Liu (18823387)

    Published 2025
    “…These are separately stored in the folders “description” and “posts”.</p><h2>Algorithms for Evaluating Release Amount (RA)</h2><p dir="ltr">The algorithms are split into the following three notebooks based on their functions:</p><ol><li><b>"1_RA_extraction.ipynb"</b>:</li><li><ul><li>Identifies oil spill-related incidents from raw incident data.…”
  7. 207

    COI reference sequences from BOLD DB by John Sundh (12853901)

    Published 2023
    “…<br>The file bold_clustered.sintax.fasta.gz is directly compatible with the SINTAX algorithm in vsearch while files bold_clustered.assignTaxonomy.fasta.gz and bold_clustered.addSpecies.fasta.gz are directly compatible with the assignTaxonomy and addSpecies functions from DADA2, respectively. …”
  8. 208

    BrainPepPass: all scripts by Ewerton de Oliveira (16033631)

    Published 2023
    “…</p> <p><br></p> <p>Obs: Among the compressed files, there is the sLE_functions.py script. This script is responsible for providing the necessary functions of the sLE algorithms to run BrainPepPass framework.…”
  9. 209

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

    CSPP instance by peixiang wang (19499344)

    Published 2025
    “…</b></p><p dir="ltr">Its primary function is to create structured datasets that simulate container terminal operations, which can then be used for developing, testing, and benchmarking optimization algorithms (e.g., for yard stacking strategies, vessel stowage planning).…”
  11. 211

    SParse EXact (SPEX) LU and Cholesky Factorization Library by Erick Moreno-Centeno (19460626)

    Published 2024
    “…., in computing radial basis functions for scattered data interpolation), and engineering (e.g., in studies of anharmonic oscillations in semiconductors). …”
  12. 212

    UMAHand: Hand Activity Dataset (Universidad de Málaga) by Eduardo Casilari (3333906)

    Published 2024
    “…</p><p dir="ltr">Finally, the SCRIPTS subfolder comprises two scripts written in Python and Matlab. These two programs (named Load_traces), which perform the same function, are designed to automate the downloading and processing of the data. …”
  13. 213

    Polygon vector map distortion for increasing the readability of one-to-many flow maps: data and codes by Laetitia Viau (14057463)

    Published 2023
    “…This directory contains: </p> <p>- README file,</p> <p>- server.py: can be run from the command line to create a local server (`python3 server.py or python server.py`). This is not mandatory, it is possible to use any other solution to create a local server. …”
  14. 214

    Landscape17 by Vlad Carare (22092515)

    Published 2025
    “…</p><p dir="ltr">We utilized TopSearch, an open-source Python package, to perform landscape exploration, at an estimated cost of 10<sup>5 </sup>CPUh. …”
  15. 215

    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). …”
  16. 216

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

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

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

    Published 2025
    “…This study demonstrates: 1) Description of spatial assets using STAC, 2) Loading heterogeneous data sources into a cube, 3) Spatial projection in xarray using different algorithms offered by the <a href="https://pypi.org/project/PyKrige/" rel="nofollow" target="_blank">pykrige</a> and <a href="https://pypi.org/project/rioxarray/" rel="nofollow" target="_blank">rioxarray</a> packages.…”
  19. 219

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

    VinaLigGen: a method to generate LigPlots and retrieval of hydrogen and hydrophobic interactions from protein-ligand complexes by Raghvendra Agrawal (17135479)

    Published 2023
    “…This paper describes an implementation of an automation technique on the executable programs like ligplot.exe, hbplus.exe and hbadd.exe to obtain the 2D interaction map (LigPlots) of the protein and ligand complex (*.ps) and hydrogen bonds and hydrophobic interactions in *.csv format for molecules to be considered for virtual screening by using some sorting & searching algorithms and python’s file handling functions, and it also mentions the program’s limitations and availability of the program. …”