Search alternatives:
algorithm python » algorithm within (Expand Search), algorithms within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
algorithm seu » algorithm setup (Expand Search), algorithm used (Expand Search), algorithm based (Expand Search)
seu function » relu function (Expand Search), cep function (Expand Search), islet function (Expand Search)
algorithm python » algorithm within (Expand Search), algorithms within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
algorithm seu » algorithm setup (Expand Search), algorithm used (Expand Search), algorithm based (Expand Search)
seu function » relu function (Expand Search), cep function (Expand Search), islet function (Expand Search)
-
201
DataSheet1_Natural and artificial selection of multiple alleles revealed through genomic analyses.docx
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. …”
-
202
Table6_Natural and artificial selection of multiple alleles revealed through genomic analyses.xlsx
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. …”
-
203
Table1_Natural and artificial selection of multiple alleles revealed through genomic analyses.DOCX
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. …”
-
204
GameOfLife Prediction Dataset
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. …”
-
205
Investigation of cardiac mechanics and mechanical circulatory support therapies in peripartum cardiomyopathy using machine learning and patient-specific computational modelling
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.…”
-
206
Code and data for evaluating oil spill amount from text-form incident information
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.…”
-
207
COI reference sequences from BOLD DB
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. …”
-
208
BrainPepPass: all scripts
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.…”
-
209
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. …”
-
210
CSPP instance
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).…”
-
211
SParse EXact (SPEX) LU and Cholesky Factorization Library
Published 2024“…., in computing radial basis functions for scattered data interpolation), and engineering (e.g., in studies of anharmonic oscillations in semiconductors). …”
-
212
UMAHand: Hand Activity Dataset (Universidad de Málaga)
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. …”
-
213
Polygon vector map distortion for increasing the readability of one-to-many flow maps: data and codes
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. …”
-
214
Landscape17
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. …”
-
215
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). …”
-
216
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). …”
-
217
<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.…”
-
218
MCCN Case Study 2 - Spatial projection via modelled data
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.…”
-
219
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. …”
-
220
VinaLigGen: a method to generate LigPlots and retrieval of hydrogen and hydrophobic interactions from protein-ligand complexes
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. …”