يعرض 181 - 200 نتائج من 254 نتيجة بحث عن '(( python models represent ) OR ( python code implementing ))', وقت الاستعلام: 0.27s تنقيح النتائج
  1. 181

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

    منشور في 2025
    "…</li><li><ul><li><code><strong>DBDS</strong></code>: The code implements our proposed dynamic scheduling execution method, which systematically explores task interleaving for atomicity violation detection, enhanced by an effective prefix-directed strategy.…"
  2. 182

    HCC Evaluation Dataset and Results حسب Jens-Rene Giesen (18461928)

    منشور في 2024
    "…The only requirement for running this script is a Python 3.6+ interpreter as well as an installation of the <code>numpy</code> package. …"
  3. 183

    RabbitSketch حسب tong zhang (20852432)

    منشور في 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++. …"
  4. 184

    A Hybrid Ensemble-Based Parallel Learning Framework for Multi-Omics Data Integration and Cancer Subtype Classification حسب Mohammed Nasser Al-Andoli (21431681)

    منشور في 2025
    "…<p dir="ltr">The code supports replication of results on TCGA Pan-cancer and BRCA datasets and includes data preprocessing, model training, and evaluation scripts:<br>Python scripts for data preprocessing and integration</p><ul><li>Autoencoder implementation for multimodal feature learning</li><li>Hybrid ensemble training code (DL/ML models and meta-learner)</li><li>PSO and backpropagation hybrid optimization code</li><li>Parallel execution scripts</li><li>Instructions for replicating results on TCGA Pan-cancer and BRCA datasets</li></ul><p></p>…"
  5. 185

    Recursive generation of substructures using point data حسب Jackie R (18359715)

    منشور في 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. …"
  6. 186

    Demonstration of Isosteric Heat of Adsorption Calculation using AIFs and pyGAPs حسب Jack Evans (11275386)

    منشور في 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. …"
  7. 187

    <b>Algorithm Pseudocode</b> حسب Yibin Zhao (22425801)

    منشور في 2025
    "…The model generates point forecasts and forecast interval boundaries for short-term loads, providing important support for risk quantification and decision-making in power systems. The pseudo-code follows standard Python syntax specifications for functions and loops and is easy to understand and implement. …"
  8. 188

    <b>Anonymous, runnable artifact for </b><b>Testing AI Applications Under Nondeterminism, Drift, and Resource Constraints: A Problem‑Driven Multi‑Layer Approach</b> حسب Nariman Mani (21380459)

    منشور في 2025
    "…</b> The anonymized archive includes a dependency‑free Python implementation of all five layers (oracle, coverage, drift mapping, prioritization, resource scheduling), an orchestrator, and synthetic datasets with 50 test cases per sub‑application (LLM assistant, retrieval with citation, vision calories, notification/social). …"
  9. 189

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

    منشور في 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.…"
  10. 190

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

    منشور في 2025
    "…</p><h3>Requirements</h3><ul><li>Python 3.7</li><li>PyTorch 1.10.0 & CUDA 11.8</li></ul><h3>Main Result Running commands:</h3><p dir="ltr">Execute <code>.sh: bash .…"
  11. 191

    adnus حسب Mehmet Keçeci (14301782)

    منشور في 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. …"
  12. 192

    Concurrent spin squeezing and field tracking with machine learning حسب Junlei Duan (18393642)

    منشور في 2025
    "…<p dir="ltr">The dataset contains:</p><ol><li>Steady_squeezing.zip <b>a)</b> data for steady squeezing data and characteraztion <b>b)</b> data for pulse RF magnetormeter</li><li>Tracking1.zip <b>a)</b> data of OU process for Deep learning <b>b)</b> data of OU-jump process for Deep learning</li><li>Tracking2.zip <b>a)</b> data of white noise process in backaction experiment <b>b) </b>data of white noise process in rearrange experiment</li><li>Code <b>a)</b> Randomly signal generating code <b>b)</b> Deep learning codec.data pre-processing code</li></ol><p dir="ltr">The network is implemented using the torch 1.13.1 framework and CUDA 11.6 on Python 3.8.8. …"
  13. 193

    CompuCrawl: Full database and code حسب Richard Haans (6324669)

    منشور في 2024
    "…</li><li><i>08 Word2Vec work with aligned models.py</i>: Python script which loads the trained Word2Vec models to trace the development of the embeddings for the terms “sustainability” and “profitability” over time.…"
  14. 194

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

    منشور في 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.…"
  15. 195

    Accompanying data files (Melbourne, Washington DC, Singapore, and NYC-Manhattan) حسب Winston Yap (13771969)

    منشور في 2025
    "…</p><p dir="ltr">Each zipped folder consists the following files:</p><ul><li>Graph data - City object nodes (.parquet) and COO format edges (.txt)</li><li>predictions.txt (model predictions from GraphSAGE model)</li><li>final_energy.parquet (Compiled training and validation building energy data)</li></ul><p dir="ltr">The provided files are supplementary to the code repository which provides Python notebooks stepping through the data preprocessing, GNN training, and satellite imagery download processes. …"
  16. 196

    kececilayout حسب Mehmet Keçeci (14301782)

    منشور في 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.…"
  17. 197

    Single Cell DNA methylation data for Human Brain altas (MajorType+Region CG allc files) حسب Wubin Ding (11823941)

    منشور في 2025
    "…</p><p dir="ltr">PMID: 37824674</p><p><br></p><h2>How to download</h2><p dir="ltr">To quickly download the whole folder, Python package <a href="https://github.com/DingWB/pyfigshare" rel="noreferrer" target="_blank">pyfigshare</a> can be implemented. please refer to pyfigshare documentation: <a href="https://github.com/DingWB/pyfigshare" rel="noreferrer" target="_blank">https://github.com/DingWB/pyfigshare</a></p><p dir="ltr">for example: <code>figshare download 28424780 -o downlnoaded_data</code></p>…"
  18. 198

    IGD-cyberbullying-detection-AI حسب Bryan James (19921044)

    منشور في 2024
    "…</p><h2>Requirements</h2><p dir="ltr">To run this code, you'll need the following dependencies:</p><ul><li>Python 3.x</li><li>TensorFlow</li><li>scikit-learn</li><li>pandas</li><li>numpy</li><li>matplotlib</li><li>imbalanced-learn</li></ul><p dir="ltr">You can install the required dependencies using the provided <code>requirements.txt</code> file.…"
  19. 199

    Supplementary Material for: The prediction of hematoma growth in acute intracerebral hemorrhage: from 2-dimensional shape to 3-dimensional morphology حسب figshare admin karger (2628495)

    منشور في 2025
    "…We subsequently constructed the 3-dimensional morphology models, including the probability of hematoma morphology (PHM) and the probability of comprehensive model (PCM), to predict HG. …"
  20. 200

    Spotted owl habitat quality maps and disturbance attribution analysis حسب Josh Barry (7573823)

    منشور في 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). …"