يعرض 181 - 200 نتائج من 247 نتيجة بحث عن '(( python time implementation ) OR ( python code presented ))', وقت الاستعلام: 0.31s تنقيح النتائج
  1. 181

    <b>GFAP Degradome Foundation Atlas</b> حسب Axel Petzold (7076261)

    منشور في 2025
    "…To extract you can use the bash terminal command: <br><b><i>tar -xvJf GFAP_Degradome_Foundation_Atlas_v3.tar.gz</i></b></p><p dir="ltr"><br></p><h3>Codes</h3><p dir="ltr">Dataset generation is reproducible using three open-source tools:<br><b>Python</b>, <b>BLAST</b>, and <b>SAS</b>.…"
  2. 182

    entity-poster.pdf حسب Evgeny Gorbunov (21771560)

    منشور في 2025
    "…<p dir="ltr">We update on status of development Entity Toolkit, a next-generation Particle-in-Cell (PIC) code designed to model plasmas in extreme astrophysical environments, such as black hole accretion disks and jets, neutron star magnetospheres, pulsar winds, and intracluster media. …"
  3. 183

    LNP drug delivery image data حسب Philip Harrison (8899735)

    منشور في 2025
    "…</div><div><br></div><div><u>Python code:</u></div><div><a href="https://github.com/pharmbio/phil_LNP_modelling">https://github.com/pharmbio/phil_LNP_modelling</a><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><p></p>…"
  4. 184

    <b>Alpha-Synuclein Degradome Foundation Atlas</b> حسب Axel Petzold (7076261)

    منشور في 2025
    "…</p><p dir="ltr">Whether your work involves biomarker development, precision neurology, or machine learning, this dataset provides structured, labelled inputs that are ideal for:</p><ul><li>Training supervised models to detect or predict cleavage sites</li><li>Feature extraction from protein sequences</li><li>Clustering or classification of fragment types by mutation or disease context</li><li>Integrating with omics data for multimodal prediction tasks</li></ul><p dir="ltr">Dataset Features:</p><ul><li>Annotated α-synuclein proteolytic fragments</li><li>Includes wild-type and clinically relevant variants</li><li>Tab-delimited ASCII format for compatibility with Python, R, and ML frameworks</li><li>Linked SAS and Python scripts for pipeline reproducibility and updates</li><li>Ready-to-use for computational modelling, AI training, and bioinformatics workflows</li></ul><p dir="ltr">The dataset was generated using a reproducible codes involving Python, BLAST, and SAS. …"
  5. 185

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

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

    Carla Simulator collision scenario DVS Sequences from Bio-inspired event-based looming object detection for automotive collision avoidance حسب Fabian Schubert (13819882)

    منشور في 2025
    "…</li></ul><p dir="ltr">If you only intend to inspect the event data provided here, only the numpy python package is required. To run the looming detection simulation code provided in the repository, installing <a href="https://github.com/genn-team/genn/tree/genn_4_master" rel="noreferrer" target="_blank">PyGeNN 4.9</a> is also necessary.…"
  7. 187

    Measurement data from full-scale fire experiments of battery electric vehicles and internal combustion engine vehicles حسب Nathaniel G. Sauer (22463233)

    منشور في 2025
    "…</li><li><strong>data_heatflux.zip</strong>: ZIP archive containing 12 HDF5 files (readable via Python <code>h5py</code>). Six files (<code>T_XX</code>) record temperature and six (<code>HF_XX</code>) record incident radiative heat flux to plate sensors located along the driver and passenger sides of the vehicle. …"
  8. 188

    Probabilistic-QSR-GeoQA حسب Mohammad Kazemi (19442467)

    منشور في 2024
    "…<p dir="ltr">The code and data are related to the paper Mohammad Kazemi Beydokhti, Matt Duckham, Amy L. …"
  9. 189

    Cognitive Fatigue حسب Rui Varandas (11900993)

    منشور في 2025
    "…<br></p><p dir="ltr"><b>HCI features</b> encompass keyboard, mouse, and screenshot data. Below is a Python code snippet for extracting screenshot files from the screenshots CSV file.…"
  10. 190

    Monte Carlo Simulation Code for Evaluating Cognitive Biases in Penalty Shootouts Using ABAB and ABBA Formats حسب Raul MATSUSHITA (10276562)

    منشور في 2024
    "…<p dir="ltr">This Python code implements a Monte Carlo simulation to evaluate the impact of cognitive biases on penalty shootouts under two formats: ABAB (alternating shots) and ABBA (similar to tennis tiebreak format). …"
  11. 191

    Trustworthy and Ethical AI for Intrusion Detection in Healthcare IoT (IoMT) Systems: An Agentic Decision Loop Framework حسب ibrahim adabara (22107287)

    منشور في 2025
    "…</p><h2>️ Repository Structure</h2><pre><pre>agentic-ethical-ids-healthcare/<br>│<br>├── src/ # Source code for model, rule engine, and agent<br>│ ├── train_agent.py<br>│ ├── ethical_engine.py<br>│ ├── detector_model.py<br>│ └── utils/<br>│<br>├── data/ # Links or sample data subsets<br>│ ├── CIC-IoMT-2024/ <br>│ └── CSE-CIC-IDS2018/<br>│<br>├── notebooks/ # Jupyter notebooks for training and analysis<br>│<br>├── models/ # Pretrained model checkpoints (.pth, .pkl)<br>│<br>├── results/ # Evaluation outputs and figures<br>│<br>├── requirements.txt # Python dependencies<br>├── LICENSE # MIT License for open research use<br>└── README.md # Project documentation<br></pre></pre><h2>⚙️ Setup and Installation</h2><p dir="ltr">Clone the repository and set up your environment:</p><pre><pre>git clone https://github.com/ibrahimadabara01/agentic-ethical-ids-healthcare.git<br>cd agentic-ethical-ids-healthcare<br>python -m venv venv<br>source venv/bin/activate # On Windows: venv\Scripts\activate<br>pip install -r requirements.txt<br></pre></pre><h2> Datasets</h2><p dir="ltr">This project uses three datasets:</p><table><tr><th><p dir="ltr">Dataset</p></th><th><p dir="ltr">Purpose</p></th><th><p dir="ltr">Source</p></th></tr><tr><td><b>CIC-IoMT 2024</b></td><td><p dir="ltr">Primary IoMT intrusion detection dataset</p></td><td><a href="https://www.unb.ca/cic/datasets/index.html" rel="noopener" target="_new">Canadian Institute for Cybersecurity</a></td></tr><tr><td><b>CSE-CIC-IDS2018</b></td><td><p dir="ltr">Domain-shift evaluation</p></td><td><a href="https://www.unb.ca/cic/datasets/ids-2018.html" rel="noopener" target="_new">CIC Dataset Portal</a></td></tr><tr><td><b>MIMIC-IV (Demo)</b></td><td><p dir="ltr">Clinical context signals</p></td><td><a href="https://physionet.org/content/mimic-iv-demo/2.2/" rel="noopener" target="_new">PhysioNet</a></td></tr></table><blockquote><p dir="ltr">⚠️ Note: All datasets are publicly available. …"
  12. 192

    Dataset for: Phylotranscriptomics reveals the phylogeny of Asparagales and the evolution of allium flavor biosynthesis, Nature Communications,DOI:10.1038/s41467-024-53943-6 حسب Xiao-Xiao Wang (2447920)

    منشور في 2024
    "…Specifically, run this *.xml file using BEAST six times. Then, output of the six runs was combined and TreeAnnotator was used to summarize divergence time.…"
  13. 193

    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. …"
  14. 194

    CNG-ARCO-RADAR.pdf حسب Alfonso Ladino (21447002)

    منشور في 2025
    "…This approach uses a suite of Python libraries, including Xarray (Xarray-Datatree), Xradar, and Zarr, to implement a hierarchical tree-like data model. …"
  15. 195
  16. 196

    Data and some code used in the paper:<b>Expansion quantization network: A micro-emotion detection and annotation framework</b> حسب Zhou (20184816)

    منشور في 2025
    "…<p><br></p><p dir="ltr">The EQN framework is a micro-emotion annotation and detection system that realizes the automatic micro-emotion annotation of text with energy level scores for the first time. The text emotion datasets it annotates are no longer simple single-label or multi-label, but macro-emotions and micro-emotions with continuous values ​​of emotion intensity. …"
  17. 197

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

    منشور في 2025
    "…In this study, we present an open-source, Python-based computational framework that unifies photon transport modeling, probe geometry optimization, and photothermal safety assessment into a single workflow. …"
  18. 198

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

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

    Automated Discovery of Semantic Attacks in Multi-Robot Navigation Systems - Research Artifacts حسب Doguhan Yeke (21498410)

    منشور في 2025
    "…<h4>We present the research artifacts for our USENIX Security 2025 submission. …"
  20. 200

    Table 1_From rocks to pixels: a comprehensive framework for grain shape characterization through the image analysis of size, orientation, and form descriptors.docx حسب A. L. Back (20719049)

    منشور في 2025
    "…A total of 51 descriptors, including elongation and Fourier amplitudes, were extracted, compiled, and computed using Python. The descriptor computation code is provided as a library with this article. …"