يعرض 161 - 180 نتائج من 220 نتيجة بحث عن '(( python code representing ) OR ( python ((code implementing) OR (consider implementing)) ))', وقت الاستعلام: 0.44s تنقيح النتائج
  1. 161

    Sonification of Growing Black Hole حسب Rose Shepherd (20328444)

    منشور في 2024
    "…We used the open source Python package STRAUSS to produce the sonification (Trayford and Harrison 2023). …"
  2. 162

    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. …"
  3. 163

    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.…"
  4. 164

    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. …"
  5. 165

    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.…"
  6. 166

    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>…"
  7. 167

    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.…"
  8. 168

    <b>Rethinking neighbourhood boundaries for urban planning: A data-driven framework for perception-based delineation</b> حسب Shubham Pawar (22471285)

    منشور في 2025
    "…</p><p dir="ltr"><b>Input:</b></p><ul><li><code>svi_module/svi_data/svi_info.csv</code> - Image metadata from Step 1</li><li><code>perception_module/trained_models/</code> - Pre-trained models</li></ul><p dir="ltr"><b>Command:</b></p><pre><pre>python -m perception_module.pred \<br> --model-weights .…"
  9. 169

    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). …"
  10. 170

    Automatic data reduction for the typical astronomer حسب Bradford Holden (21789524)

    منشور في 2025
    "…PypeIt has been developed by a small team of astronomers with two leading philosophies: (1) build instrument-agnostic code to serve nearly any spectrograph; (2) implement algorithms that achieve Poisson-level sky-subtraction with minimal systematics to yield precisely calibrated spectra with a meaningful noise model. …"
  11. 171

    Minami_etal_2025 حسب Keiichi Mochida (4670800)

    منشور في 2025
    "…<h2>Code files related to Minami et al (2025)</h2><p dir="ltr">accession_plot.py:Python script used to generate Fig4a.…"
  12. 172

    Bayesian Changepoint Detection via Logistic Regression and the Topological Analysis of Image Series حسب Andrew M. Thomas (712104)

    منشور في 2025
    "…The method also successfully recovers the location and nature of changes in more traditional changepoint tasks. An implementation of our method is available in the Python package bclr.…"
  13. 173

    Genomic Epidemiology of SARS-CoV-2 in Peru from 2020 to 2024 حسب Pablo Tsukayama (22614461)

    منشور في 2025
    "…</p><p dir="ltr"><b>Contents:</b></p><p><b>1. Analysis Code</b></p><p>Core Python scripts used to curate metadata, process genomic data, perform lineage assignments, compute summary statistics, and prepare inputs for downstream phylogenetic and phylogeographic analyses. …"
  14. 174

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

    منشور في 2025
    "…Randomly signal generating codeb.Deep learning codec.data pre-processing code The network is implemented using the torch 1.13.1 framework and CUDA 11.6 on Python 3.8.8. …"
  15. 175

    Tracking when the number of individuals in the video frame changes. حسب Hirotsugu Azechi (20700528)

    منشور في 2025
    "…The removal of unnecessary keypoint data is achieved through a Python code that allows specified ranges of tracking data obtained from DeepLabCut to be rewritten as NaN (no data) (<a href="http://www.plosbiology.org/article/info:doi/10.1371/journal.pbio.3003002#pbio.3003002.s019" target="_blank">S1 Protocol</a> and <a href="http://www.plosbiology.org/article/info:doi/10.1371/journal.pbio.3003002#pbio.3003002.s010" target="_blank">S10C Fig</a>). …"
  16. 176

    Neural-Signal Tokenization and Real-Time Contextual Foundation Modelling for Sovereign-Scale AGI Systems حسب Lakshit Mathur (20894549)

    منشور في 2025
    "…</p><p dir="ltr"><b>Availability</b> — The repository includes LaTeX sources, trained model checkpoints, Python/PyTorch code, and synthetic datasets. Data are released under a Creative Commons Attribution-NonCommercial-4.0 (CC BY-NC 4.0) license; code under MIT License.…"
  17. 177

    Satellite monitoring of Greenland wintertime buried lake drainage حسب Jianing Wei (22400896)

    منشور في 2025
    "…Buried_lake_drainage_code</p><p dir="ltr">This folder contains two Python Jupyter Notebooks for detecting wintertime buried lake drainages (BLDs). …"
  18. 178

    Numerical analysis and modeling of water quality indicators in the Ribeirão João Leite reservoir (Goiás, Brazil) حسب Amanda Bueno de Moraes (22559249)

    منشور في 2025
    "…The code implements a statistical–computational workflow for parameter selection (VIF, Bartlett and KMO tests, PCA and FA with <i>varimax</i>) and then trains and evaluates machine-learning models to predict three key physico-chemical indicators: turbidity, true color, and total iron. …"
  19. 179

    Missing Value Imputation in Relational Data Using Variational Inference حسب Simon Fontaine (7046618)

    منشور في 2025
    "…Additional results, implementation details, a Python implementation, and the code reproducing the results are available online. …"
  20. 180

    CpG Signature Profiling and Heatmap Visualization of SARS-CoV Genomes: Tracing the Genomic Divergence From SARS-CoV (2003) to SARS-CoV-2 (2019) حسب Tahir Bhatti (20961974)

    منشور في 2025
    "…</p><p dir="ltr">Heatmap Images :</p><p dir="ltr">Heatmaps for CpG counts and O/E ratios comparing Wuhan-Hu-1 with its closest and most distant relatives.</p><p dir="ltr">Python Script :</p><p dir="ltr">Full Python code used for data processing, distance calculation, and heatmap generation.…"