Search alternatives:
files implementation » time implementation (Expand Search), pilot implementation (Expand Search), assess implementation (Expand Search)
model implementation » modular implementation (Expand Search), world implementation (Expand Search), time implementation (Expand Search)
python model » python code (Expand Search), python tool (Expand Search), action model (Expand Search)
files implementation » time implementation (Expand Search), pilot implementation (Expand Search), assess implementation (Expand Search)
model implementation » modular implementation (Expand Search), world implementation (Expand Search), time implementation (Expand Search)
python model » python code (Expand Search), python tool (Expand Search), action model (Expand Search)
-
141
Replication Package
Published 2025“…</p><p dir="ltr"><br>Requirements:</p><p><br></p><ul><li>Python3 (3.12 is recommended)</li></ul><p dir="ltr">Please consult the file README.md for detailed information.…”
-
142
face recognation with Flask
Published 2025“…Built using the <b>Flask</b> web framework (Python), this system provides a lightweight and scalable solution for implementing facial recognition capabilities in real-time or on-demand through a browser interface.…”
-
143
Genosophus: A Dynamical-Systems Diagnostic Engine for Neural Representation Analysis
Published 2025“…</p><h2><b>Included Files</b></h2><h3><b>1. </b><code><strong>GenosophusV2.py</strong></code></h3><p dir="ltr">Executable Python implementation of the Genosophus Engine.…”
-
144
Data&Codes.zip
Published 2025“…</p><p dir="ltr">To facilitate the widespread use of the proposed framework, we have implemented it as the <b><i>ESLocalIndi</i></b> open-source package in Python, making it easily accessible to geographers. …”
-
145
Image 1_Differential diagnosis of pneumoconiosis mass shadows and peripheral lung cancer using CT radiomics and the AdaBoost machine learning model.tif
Published 2025“…LR, SVM, and AdaBoost algorithms were implemented using Python to build the models. In the training set, the accuracies of the LR, SVM, and AdaBoost models were 79.4, 84.0, and 80.9%, respectively; the sensitivities were 74.1, 74.1, and 81.0%, respectively; the specificities were 83.6, 91.8, and 80.8%, respectively; and the AUC values were 0.837, 0.886, and 0.900, respectively. …”
-
146
Image 2_Differential diagnosis of pneumoconiosis mass shadows and peripheral lung cancer using CT radiomics and the AdaBoost machine learning model.tif
Published 2025“…LR, SVM, and AdaBoost algorithms were implemented using Python to build the models. In the training set, the accuracies of the LR, SVM, and AdaBoost models were 79.4, 84.0, and 80.9%, respectively; the sensitivities were 74.1, 74.1, and 81.0%, respectively; the specificities were 83.6, 91.8, and 80.8%, respectively; and the AUC values were 0.837, 0.886, and 0.900, respectively. …”
-
147
Collaborative Research: Framework: Improving the Understanding and Representation of Atmospheric Gravity Waves using High-Resolution Observations and Machine Learning
Published 2025“…Establishing a framework for implementing and testing ML-based parameterizations in atmospheric models. …”
-
148
Data and software for "Social networks affect redistribution decisions and polarization"
Published 2025“…</p><p dir="ltr">The repository contains data in .csv and .xlsx format, model code in .nlogox Netlogo format, analysis code in .ipynb Jupyter notebooks, and helping code in .py Python files.…”
-
149
Supporting data for "Software library to quantify the value of forecasts for decision-making: Case study on sensitivity to damages" by Laugesen et al. (2025)
Published 2025“…</p><p dir="ltr">Dataset includes compressed Python Pickle files containing Dictionaries of NumPy arrays and metadata for each figure. …”
-
150
Missing Value Imputation in Relational Data Using Variational Inference
Published 2025“…Additional results, implementation details, a Python implementation, and the code reproducing the results are available online. …”
-
151
<b>Code and derived data for</b><b>Training Sample Location Matters: Accuracy Impacts in LULC Classification</b>
Published 2025“…<p dir="ltr">This repository contains the analysis code and derived outputs for the study <i>“Training Sample Location Matters: Accuracy Impacts in LULC Classification”</i>. The workflow was implemented in Google Earth Engine (JavaScript API) and replicated in Python notebooks (Jupyter/Kaggle) for reproducibility.…”
-
152
Parallel Sampling of Decomposable Graphs Using Markov Chains on Junction Trees
Published 2024“…We find that our parallel sampler yields improved mixing properties in comparison to the single-move variate, and outperforms current state-of-the-art methods in terms of accuracy and computational efficiency. The implementation of our work is available in the Python package parallelDG. …”
-
153
The codes and data for "Lane Extraction from Trajectories at Road Intersections Based on Graph Transformer Network"
Published 2024“…</p><h3><b>Model training</b></h3><h4><code>python train_GTN.py</code></h4><p dir="ltr">This step trains the GTN model. …”
-
154
MCCN Case Study 3 - Select optimal survey locality
Published 2025“…</p><p dir="ltr">This is a simple implementation that uses four environmental attributes imported for all Australia (or a subset like NSW) at a moderate grid scale:</p><ol><li>Digital soil maps for key soil properties over New South Wales, version 2.0 - SEED - see <a href="https://esoil.io/TERNLandscapes/Public/Pages/SLGA/ProductDetails-SoilAttributes.html" target="_blank">https://esoil.io/TERNLandscapes/Public/Pages/SLGA/ProductDetails-SoilAttributes.html</a></li><li>ANUCLIM Annual Mean Rainfall raster layer - SEED - see <a href="https://datasets.seed.nsw.gov.au/dataset/anuclim-annual-mean-rainfall-raster-layer" target="_blank">https://datasets.seed.nsw.gov.au/dataset/anuclim-annual-mean-rainfall-raster-layer</a></li><li>ANUCLIM Annual Mean Temperature raster layer - SEED - see <a href="https://datasets.seed.nsw.gov.au/dataset/anuclim-annual-mean-temperature-raster-layer" target="_blank">https://datasets.seed.nsw.gov.au/dataset/anuclim-annual-mean-temperature-raster-layer</a></li></ol><h4><b>Dependencies</b></h4><ul><li>This notebook requires Python 3.10 or higher</li><li>Install relevant Python libraries with: <b>pip install mccn-engine rocrate</b></li><li>Installing mccn-engine will install other dependencies</li></ul><h4><b>Overview</b></h4><ol><li>Generate STAC metadata for layers from predefined configuratiion</li><li>Load data cube and exclude nodata values</li><li>Scale all variables to a 0.0-1.0 range</li><li>Select four layers for comparison (soil organic carbon 0-30 cm, soil pH 0-30 cm, mean annual rainfall, mean annual temperature)</li><li>Select 10 random points within NSW</li><li>Generate 10 new layers representing standardised environmental distance between one of the selected points and all other points in NSW</li><li>For every point in NSW, find the lowest environmental distance to any of the selected points</li><li>Select the point in NSW that has the highest value for the lowest environmental distance to any selected point - this is the most different point</li><li>Clean up and save results to RO-Crate</li></ol><p><br></p>…”
-
155
<b>Altered cognitive processes shape tactile perception in autism.</b> (data)
Published 2025“…The perceptual decision-making setup was controlled by Bpod (Sanworks) through scripts in Python (PyBpod, https://pybpod.readthedocs.io/en/latest/). …”
-
156
Global Aridity Index and Potential Evapotranspiration (ET0) Database: Version 3.1
Published 2025“…The database also includes three averaged multi-model ensembles produced for each of the four emission scenarios:</p><p>**************************************************************************************************************************</p><p dir="ltr">The Global Aridity Index (Global-AI) and Global Reference Evapo-Transpiration (Global-ET0) datasets provided in Version 3.1 of the Global Aridity Index and Potential Evapo-Transpiration (ET0) Database (Global-AI_PET_v3.x1) provide high-resolution (30 arc-seconds) global raster data for the 1970-2000 period, related to evapotranspiration processes and rainfall deficit for potential vegetative growth, based upon implementation of the FAO-56 Penman-Monteith Reference Evapotranspiration (ET<sub>0</sub>) equation.…”
-
157
Data and some code used in the paper:<b>Expansion quantization network: A micro-emotion detection and annotation framework</b>
Published 2025“…</p><p dir="ltr">GPU:NVIDIA GeForce RTX 3090 GPU</p><p dir="ltr">Bert-base-cased pre-trained model: https://huggingface.co/google-bert/bert-base-cased</p><p dir="ltr">python=3.7,pytorch=1.9.0,cudatoolkit=11.3.1,cudnn=8.9.7.29.…”
-
158
-
159
Cathode carbon block material parameters [14].
Published 2025“…A random aggregate model was implemented in Python and imported into finite element software to simulate sodium diffusion using Fick’s second law. …”
-
160
Sodium concentration distribution cloud map.
Published 2025“…A random aggregate model was implemented in Python and imported into finite element software to simulate sodium diffusion using Fick’s second law. …”