Showing 121 - 140 results of 175 for search '(( python modular implementation ) OR ( ((python code) OR (python tool)) implementation ))', query time: 0.20s Refine Results
  1. 121

    Leveraging explainable causal artificial intelligence to study forest gross primary productivity dynamics in China's protected areas by Pedro Cabral (18947566)

    Published 2025
    “…<p dir="ltr">A Python script used for modeling forest GPP in China´s Protected Areas, including mean encoding of the categorical variable climate zone (CZ), multicollinearity testing using Variance Inflation Factor (VIF), implementation of four machine learning models to predict forest GPP, XAI and causality analysis.…”
  2. 122

    MCCN Case Study 3 - Select optimal survey locality by Donald Hobern (21435904)

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

    adnus by Mehmet Keçeci (14301782)

    Published 2025
    “…<p dir="ltr">adnus (AdNuS): Advanced Number Systems</p><p dir="ltr">adnus is a Python library that provides an implementation of various advanced number systems. …”
  4. 124

    Genomic Surveillance of Pemivibart (VYD2311) Escape-Associated Mutations in SARS-CoV-2: December 2025 BioSamples (n=2) by Tahir Bhatti (20961974)

    Published 2025
    “…The pipeline integrates established open-source tools (fastp, BWA-MEM, samtools, iVar, bcftools) and implements <b>codon-aware mutation calling</b> at five canonical RBD positions (R346, S371, K444, F456, F486) relative to NC_045512.2. …”
  5. 125

    Methodological Approach Based on Structural Parameters, Vibrational Frequencies, and MMFF94 Bond Charge Increments for Platinum-Based Compounds by Gloria Castañeda-Valencia (20758502)

    Published 2025
    “…The developed bci optimization tool, based on MMFF94, was implemented using a Python code made available at https://github.com/molmodcs/bci_solver. …”
  6. 126

    Leue Modulation Coefficients (LMC): A Smooth Continuum Embedding of Bounded Arithmetic Data by Jeanette Leue (22470409)

    Published 2025
    “…This Zenodo package includes: the full research paper (PDF), a complete Python implementation generating the LMC field and conductivity model, a numerical plot comparing discrete LMC values with the smoothed continuum field, a cover letter and supporting documentation. …”
  7. 127

    Missing Value Imputation in Relational Data Using Variational Inference by Simon Fontaine (7046618)

    Published 2025
    “…Additional results, implementation details, a Python implementation, and the code reproducing the results are available online. …”
  8. 128

    Spotted owl habitat quality maps and disturbance attribution analysis by Josh Barry (7573823)

    Published 2025
    “…<p dir="ltr">This dataset includes annual spatial maps of spotted owl nesting habitat quality in Southern California and an accompanying ArcPython script used to attribute negative annual habitat change to wildfire (Barry et al., 2025). …”
  9. 129

    Advancing Solar Magnetic Field Modeling by Carlos António (21257432)

    Published 2025
    “…<br><br>We developed a significantly faster Python code built upon a functional optimization framework previously proposed and implemented by our team. …”
  10. 130

    kececilayout by Mehmet Keçeci (14301782)

    Published 2025
    “…<p dir="ltr"><b>Kececi Layout (Keçeci Yerleşimi)</b>: A deterministic graph layout algorithm designed for visualizing linear or sequential structures with a characteristic "zig-zag" or "serpentine" pattern.</p><p dir="ltr"><i>Python implementation of the Keçeci layout algorithm for graph visualization.…”
  11. 131

    Data and software for "Social networks affect redistribution decisions and polarization" by Milena Tsvetkova (11217969)

    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.…”
  12. 132

    MSc Personalised Medicine at Ulster University by Steven Watterson (100045)

    Published 2025
    “…</b> Introducing computational approaches to studying genes, proteins or metabolites, this module teaches Python coding, data analysis and how to work with the databases that support data analysis.…”
  13. 133

    Reinforcement Learning based traffic steering inOpen Radio Access Network (ORAN)- oran-ts GitHub Repository by Aaradhy Sharma (21503465)

    Published 2025
    “…<p dir="ltr">This repository contains the simulation codebase for research on <b>Reinforcement Learning (RL) based Traffic Steering and Resource Allocation in Open Radio Access Networks (O-RAN)</b>. It features a modular Python framework implementing various RL agents (Q-Learning, SARSA, N-Step SARSA, DQN) and a traditional baseline evaluated in a realistic cellular network environment. …”
  14. 134

    RabbitSketch by tong zhang (20852432)

    Published 2025
    “…RabbitSketch achieves significant speedups compared to existing implementations, ranging from 2.30x to 49.55x.In addition, we provide flexible and easy-to-use interfaces for both Python and C++. …”
  15. 135

    Keyhole Imagery Global Coverage Dataset (1960–1984) by Hao Li (20223762)

    Published 2025
    “…</li><li><b>Code</b>: Python scripts implementing the three-step workflow (imagery classification, global grid generation, and point-based property calculation).…”
  16. 136

    Recursive generation of substructures using point data by Jackie R (18359715)

    Published 2025
    “…<p dir="ltr">The dataset contains generated substructure using POI in China, the pseudo code for the algorithm and python implement of the algorithm. …”
  17. 137

    Demonstration of Isosteric Heat of Adsorption Calculation using AIFs and pyGAPs by Jack Evans (11275386)

    Published 2025
    “…</p><p dir="ltr">The calculation is performed using the Clausius-Clapeyron method as implemented in the <code><strong>pyGAPS</strong></code> Python library for adsorption science. …”
  18. 138

    <b>Testing AI Applications Under Nondeterminism, Drift, and Resource Constraints</b> by Nariman Mani (21380459)

    Published 2025
    “…<ul><li>A <b>Python repo</b> with minimal implementations of all five layers<br>(<b>COL</b>, <b>SCL</b>, <b>CDM</b>, <b>RPE</b>, <b>RAS</b>) plus an <b>orchestrator</b> and utilities.…”
  19. 139

    Table & Figure.pdfBrainwaves and Higher-Order Thinking: An EEG Study of Cognitive Engagement in Mathematics Tasks by NORLIZA BINTI MOHAMED (20739875)

    Published 2025
    “…Supplementary Materials</p> <p><br></p> <p>Experimental protocols and study design details</p> <p><br></p> <p>Questionnaires, surveys, or rubrics used in the study</p> <p><br></p> <p>Educational materials related to HOTS-based mathematics tasks</p> <p><br></p> <p><br></p> <p><br></p> <p>3. Code and Algorithms (if applicable)</p> <p><br></p> <p>Scripts for EEG signal processing and analysis</p> <p><br></p> <p>Machine learning or statistical modeling scripts</p> <p><br></p> <p>Any software implementation used to analyze brainwave patterns</p> <p><br></p> <p><br></p> <p><br></p> <p>4. …”
  20. 140

    Raw Data EEG.pdfBrainwaves and Higher-Order Thinking: An EEG Study of Cognitive Engagement in Mathematics Tasks by NORLIZA BINTI MOHAMED (20739875)

    Published 2025
    “…Supplementary Materials</p> <p><br></p> <p>Experimental protocols and study design details</p> <p><br></p> <p>Questionnaires, surveys, or rubrics used in the study</p> <p><br></p> <p>Educational materials related to HOTS-based mathematics tasks</p> <p><br></p> <p><br></p> <p><br></p> <p>3. Code and Algorithms (if applicable)</p> <p><br></p> <p>Scripts for EEG signal processing and analysis</p> <p><br></p> <p>Machine learning or statistical modeling scripts</p> <p><br></p> <p>Any software implementation used to analyze brainwave patterns</p> <p><br></p> <p><br></p> <p><br></p> <p>4. …”