يعرض 101 - 120 نتائج من 156 نتيجة بحث عن '(( python tool implementation ) OR ( python code represented ))', وقت الاستعلام: 0.24s تنقيح النتائج
  1. 101

    Missing and Unaccounted-for People in Mexico (1960s–2025) حسب Montserrat Mora (20430644)

    منشور في 2025
    "…</li><li><b>Requirements File:</b> A <code>requirements.txt</code> file listing the necessary Python libraries to run the script seamlessly.…"
  2. 102

    Moulin distributions during 2016-2021 on the southwest Greenland Ice Sheet حسب Kang Yang (7323734)

    منشور في 2025
    "…</p><p><br></p><ul><li>00_Satellite-derived moulins: Moulins directly mapped from Sentinel-2 imagery, representing actual moulin positions;</li><li>01_Snapped moulins: Moulins snapped to DEM-modeled supraglacial drainage networks, primarily used for analyses;</li><li>02_Moulin recurrences: Recurring moulins determined from the snapped moulins;</li><li>03_Internally drained catchments: Internally drained catchment (IDC) associated with each moulin;</li><li>04_Surface meltwater runoff: surface meltwater runoff calculated from MAR for the study area, elevation bins, and IDCs; </li><li>05_DEM-derived: Topographic features modeled from ArcticDEM, including elevation bins, depressions and drainage networks;</li><li>06_GWR: Variables for conducting geographically weighted regression (GWR) analysis;</li></ul><p><br></p><ul><li>Code_01_Mapping moulins on the southwestern GrIS.ipynb: A Jupyter Notebook to analyze moulin distributions, reproducing most of the analyses and figures presented in the manuscript using the provided datasets;</li><li>Code_02_pre1_calculate Strain Rate from XY ice velocity.py: A preprocessing Python script to calculate strain rate for the GWR analysis;</li><li>Code_02_pre2_calculate Driving Stress from ice thickness and surface slope.py: A preprocessing Python script to calculate driving stress for the GWR analysis;</li><li>Code_02_GWR analysis.ipynb: A Jupyter Notebook to conduct the GWR analysis using the provided datasets.…"
  3. 103

    Digital Twin for Chemical Sciences حسب Jin Qian (19339035)

    منشور في 2025
    "…The procedure for generating data in Figure 3 can be found in the demo notebook in Supplementary Code. The procedure for generating data of Figure 4 has been uploaded in fig4_figshare.zip file. …"
  4. 104

    Sonification of Warming Stripes حسب Christopher Harrison (9448751)

    منشور في 2025
    "…The sonification was produced using the STRAUSS sonification Python package.</p><p dir="ltr">Here we release:<br>1. …"
  5. 105

    GeoGraphNetworks: Shapefile-Derived Datasets for Accurate and Scalable Graphical Representations حسب Harish Sharma (18881935)

    منشور في 2025
    "…The rail line infrastructure of the USA is represented as a single network that covers the entire country and includes connectivity to Canada. …"
  6. 106

    Folder with all data and algorithms حسب Jorge Servert Lerdo de Tejada (22290001)

    منشور في 2025
    "…<p dir="ltr">Spatially Offset Raman Spectroscopy (SORS) has emerged as a potential tool for non-invasive biomedical diagnostics, enabling molecularly specific probing of subsurface tissues. …"
  7. 107

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

    Audio Datasets of belt conveyor rollers in mines حسب Juan Liu (19687435)

    منشور في 2024
    "…</li><li><b>Python Code: </b>This code validates the accuracy and usability of the audio feature datasets in real-time monitoring of belt conveyor roller operational states.…"
  9. 109

    Dataset for CNN-based Bayesian Calibration of TELEMAC-2D Hydraulic Model حسب Jose Zevallos (21379988)

    منشور في 2025
    "…</li><li>Files starting with <code>y_part</code> are flattened output arrays representing corresponding water depth values.…"
  10. 110

    <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 .…"
  11. 111

    Physiotherapist-Assisted Wrist Movement Protocol for EEG-Based Corticokinematic Coherence Assessment حسب Fanni Kovács (21733838)

    منشور في 2025
    "…</li></ol><h4><b>Movement File Structure</b></h4><p dir="ltr">Each entry contains:</p><ul><li><code><strong>time</strong></code>: a 32-bit unsigned integer indicating the timestamp in milliseconds,</li><li><code><strong>x</strong></code>, <code><strong>y</strong></code>, <code><strong>z</strong></code>: 16-bit signed integers representing acceleration along the respective axes,</li><li><code><strong>trigger</strong></code>: an 8-bit unsigned integer used to mark event-related triggers for synchronization with the EEG data (e.g., movement onset).…"
  12. 112

    Overview of generalized weighted averages. حسب Nobuhito Manome (8882084)

    منشور في 2025
    "…GWA-UCB1 outperformed G-UCB1, UCB1-Tuned, and Thompson sampling in most problem settings and can be useful in many situations. The code is available at <a href="https://github.com/manome/python-mab" target="_blank">https://github.com/manome/python-mab</a>.…"
  13. 113

    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. 114

    Table 3_Novel deep learning-based prediction of HER2 expression in breast cancer using multimodal MRI, nomogram, and decision curve analysis.docx حسب Shi Qiu (425335)

    منشور في 2025
    "…</p>Conclusions<p>This study demonstrates that integrating deep learning with multi-sequence breast MRI and clinical data provides a highly effective and reliable tool for predicting HER2 expression in breast cancer. …"
  15. 115

    Table 2_Novel deep learning-based prediction of HER2 expression in breast cancer using multimodal MRI, nomogram, and decision curve analysis.docx حسب Shi Qiu (425335)

    منشور في 2025
    "…</p>Conclusions<p>This study demonstrates that integrating deep learning with multi-sequence breast MRI and clinical data provides a highly effective and reliable tool for predicting HER2 expression in breast cancer. …"
  16. 116

    Table 1_Novel deep learning-based prediction of HER2 expression in breast cancer using multimodal MRI, nomogram, and decision curve analysis.docx حسب Shi Qiu (425335)

    منشور في 2025
    "…</p>Conclusions<p>This study demonstrates that integrating deep learning with multi-sequence breast MRI and clinical data provides a highly effective and reliable tool for predicting HER2 expression in breast cancer. …"
  17. 117

    Data Sheet 1_Novel deep learning-based prediction of HER2 expression in breast cancer using multimodal MRI, nomogram, and decision curve analysis.docx حسب Shi Qiu (425335)

    منشور في 2025
    "…</p>Conclusions<p>This study demonstrates that integrating deep learning with multi-sequence breast MRI and clinical data provides a highly effective and reliable tool for predicting HER2 expression in breast cancer. …"
  18. 118

    2024 HUD Point in Time Count Data by State and CoC with Serious Mental Illness and Chronic Substance Use Counts حسب Benjamin Gorman (21648794)

    منشور في 2025
    "…</p><p dir="ltr">HUD PIT Count reports for states, Washington, DC, and the 384 CoCs were systematically downloaded from the HUD Exchange website using a Python script developed using Cursor software. Cursor uses large language models, especially Claude Sonnet 4 (Anthropic), to generate code. …"
  19. 119

    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). …"
  20. 120

    Global Aridity Index and Potential Evapotranspiration (ET0) Database: Version 3.1 حسب Robert Zomer (12796235)

    منشور في 2025
    "…</p><p dir="ltr">The Python programming source code used to run the calculation of ET0 and AI is provided and available online on Figshare at:</p><p dir="ltr">https://figshare.com/articles/software/Global_Aridity_Index_and_Potential_Evapotranspiration_Climate_Database_v3_-_Algorithm_Code_Python_/20005589</p><p dir="ltr">Peer-Review Reference and Proper Citation:</p><p dir="ltr">Zomer, R.J.; Xu, J.; Trabuco, A. 2022. …"