Showing 201 - 220 results of 260 for search '(( ((python model) OR (python tool)) implementing ) OR ( python consider implementing ))', query time: 0.40s Refine Results
  1. 201

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

    Published 2025
    “…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. …”
  2. 202

    PTPC v1.0 Numerical Baseline: Stable Multi-Bounce Cosmology Simulation by David Lewis Stewart Parry (22188211)

    Published 2025
    “…PTPC v1.0 Numerical Baseline: Stable Multi-Bounce Cosmology Simulation This release provides the complete, reproducible numerical implementation of the Parry Tensional Phase Collapse (PTPC) model — the dynamic core of the Universal Heartbeat Theory (UHT/PTPC). …”
  3. 203

    Supervised Classification of Burned Areas Using Spectral Reflectance and Machine Learning by Baptista Boanha (22424668)

    Published 2025
    “…<p dir="ltr">This dataset and code package presents a modular framework for supervised classification of burned and unburned land surfaces using satellite-derived spectral reflectance. Six Python scripts are provided, each implementing a distinct machine learning algorithm—Random Forest, k-Nearest Neighbors (k-NN), Multi-Layer Perceptron (MLP), Decision Tree, Naïve Bayes, and Logistic Regression. …”
  4. 204

    Void-Center Galaxies and the Gravity of Probability Framework: Pre-DESI Consistency with VGS 12 and NGC 6789 by Jordan Waters (21620558)

    Published 2025
    “…<br><br><br><b>ORCID ID: https://orcid.org/0009-0009-0793-8089</b><br></p><p dir="ltr"><b>Code Availability:</b></p><p dir="ltr"><b>All Python tools used for GoP simulations and predictions are available at:</b></p><p dir="ltr"><b>https://github.com/Jwaters290/GoP-Probabilistic-Curvature</b><br><br>The Gravity of Probability framework is implemented in this public Python codebase that reproduces all published GoP predictions from preexisting DESI data, using a single fixed set of global parameters. …”
  5. 205

    The artifacts and data for the paper "DD4AV: Detecting Atomicity Violations in Interrupt-Driven Programs with Guided Concolic Execution and Filtering" (OOPSLA 2025) by zixuan yuan (17602152)

    Published 2025
    “…</p><pre><pre>sudo apt-get install -y wget git build-essential python3 python python-pip python3-pip tmux cmake libtool libtool-bin automake autoconf autotools-dev m4 autopoint libboost-dev help2man gnulib bison flex texinfo zlib1g-dev libexpat1-dev libfreetype6 libfreetype6-dev libbz2-dev liblzo2-dev libtinfo-dev libssl-dev pkg-config libswscale-dev libarchive-dev liblzma-dev liblz4-dev doxygen libncurses5 vim intltool gcc-multilib sudo --fix-missing<br></pre></pre><pre><pre>pip install numpy && pip3 install numpy && pip3 install sysv_ipc<br></pre></pre><h4><b>Download the Code</b></h4><p dir="ltr">Download <b>DD4AV</b> from the Figshare website to your local machine and navigate to the project directory:</p><pre><pre>cd DD4AV<br></pre></pre><h4><b>Configure Environment and Install the Tool</b></h4><p dir="ltr">For convenience, we provide shell scripts to automate the installation process. …”
  6. 206

    Fast, FAIR, and Scalable: Managing Big Data in HPC with Zarr by Alfonso Ladino (21447002)

    Published 2025
    “…(NEXRAD), using open-source tools from the Python ecosystem such as Xarray, Xradar, and Dask to enable efficient parallel processing and scalable analysis. …”
  7. 207

    Artifact for the IJCAI 2024 paper "Solving Long-run Average Reward Robust MDPs via Stochastic Games" by Krishnendu Chatterjee (15367413)

    Published 2024
    “…<br></pre></pre><h2>Structure and How to run</h2><p dir="ltr">There are four Python files in the repository.</p><pre><pre>(i) `StrategyIteration.py` is the backend code, containing the implementation of the RPPI algorithm described in the paper.…”
  8. 208

    Ambient Air Pollutant Dynamics (2010–2025) and the Exceptional Winter 2016–17 Pollution Episode: Implications for a Uranium/Arsenic Exposure Event by Thomas Clemens Carmine (19756929)

    Published 2025
    “…<br><br><b>Missing-Data Handling & Imputation:</b></p><p dir="ltr">The following sequential steps were applied to create a complete and consistent daily time series suitable for analysis (presented in the Imputed_AP_Data_Zurich_2010-25 sheet), particularly addressing the absence of routine PM₂.₅ measurements prior to January 2016. The full implementation is detailed in the accompanying Python script (Imputation_Air_Pollutants_NABEL.py). …”
  9. 209

    Globus Compute: Federated FaaS for Integrated Research Solutions by eRNZ Admin (6438486)

    Published 2025
    “…</p><p dir="ltr">Globus Compute [2] is a Function-as-a-Service platform designed to provide a scalable, secure, and simple interface to HPC resources. Globus Compute implements a federated model via which users may deploy endpoints on arbitrary remote computers, from the edge to high performance computing (HPC) cluster, and they may then invoke Python functions on those endpoints via a reliable cloud-hosted service. …”
  10. 210

    Research Database by Ana Paula Fermiano (22439479)

    Published 2025
    “…</p><p dir="ltr">Statistical analysis was conducted through <b>multiple regression models</b> implemented in <b>Jamovi</b>, supported by Geographic Information System (GIS) tools to visualize spatial patterns. …”
  11. 211

    <b>Anthropogenic nutrient inputs cause excessive algal growth for nearly half the world’s population</b> by Richard McDowell (7311011)

    Published 2025
    “…</p><p dir="ltr">Models: R code to explore different models for implementation via Python in ArcGIS</p><p dir="ltr">!…”
  12. 212

    <b>Data Availability</b> by Bonyad Ahmadi (20750327)

    Published 2025
    “…</p><p dir="ltr">Reproducibility Resources:</p><p dir="ltr">Python scripts for reproducing figures, preprocessing data, and training machine learning models (SVM, MLP, XGB, BRR, KRR).…”
  13. 213

    <b>Data Availability</b> by Bonyad Ahmadi (20750327)

    Published 2025
    “…</p><p dir="ltr">Reproducibility Resources:</p><p dir="ltr">Python scripts for reproducing figures, preprocessing data, and training machine learning models (SVM, MLP, XGB, BRR, KRR).…”
  14. 214

    OHID-FF dataset for forest fire detection and classification by xin chen (20496938)

    Published 2025
    “…Prepare the YOLODataset structure (if you need to rebuild it):</p><p dir="ltr">```bash</p><p dir="ltr">python "train val scripts/prepare_data.py"</p><p>```</p><p dir="ltr"><br></p><p dir="ltr">3. …”
  15. 215

    <b>Algorithm Pseudocode</b> by Yibin Zhao (22425801)

    Published 2025
    “…The pseudo-code follows standard Python syntax specifications for functions and loops and is easy to understand and implement. …”
  16. 216

    Deep Learning-Based Visual Enhancement and Real-Time Underground-Mine Water Inflow Detection by Huichao Yin (14589020)

    Published 2025
    “…<p dir="ltr">Python image preprocessing and model implementation for research of "Deep Learning-Based Visual Enhancement and Real-Time Underground-Mine Water Inflow Detection".…”
  17. 217

    Reproducible Code and Data for figures by Bonyad Ahmadi (20750327)

    Published 2025
    “…<br>✅ <b>Generated Figures</b> – High-resolution images illustrating model outputs and analytical results.<br>✅ <b>Machine Learning Models</b> – Implementation of <b>K-Nearest Neighbors (KNN) regression</b> with different distance metrics (<b>Mahalanobis, Fuzzy Mahalanobis, Euclidean</b>).…”
  18. 218

    Supplementary Data: Biodiversity and Energy System Planning - Queensland 2025 by Andrew Rogers (17623239)

    Published 2025
    “…</p><h2>Software and Spatial Resolution</h2><p dir="ltr">The VRE siting model is implemented using Python and relies heavily on ArcGIS for comprehensive spatial data handling and analysis.…”
  19. 219

    Curvature-Adaptive Embedding of Geographic Knowledge Graphs in Hyperbolic Space by chenchen Guo (21327470)

    Published 2025
    “…/CAH-GKGE/model/supplementary instruction.md </p>…”
  20. 220

    Supplementary Material by Aris Shahbazian (22464325)

    Published 2025
    “…The supplementary material includes the full Python-based implementation of the AI-driven optimization framework described in the manuscript. …”