يعرض 201 - 220 نتائج من 234 نتيجة بحث عن '(( python tool implementation ) OR ( ((python models) OR (python code)) represent ))', وقت الاستعلام: 0.42s تنقيح النتائج
  1. 201

    Methodological Approach Based on Structural Parameters, Vibrational Frequencies, and MMFF94 Bond Charge Increments for Platinum-Based Compounds حسب Gloria Castañeda-Valencia (20758502)

    منشور في 2025
    "…The developed bci optimization tool, based on MMFF94, was implemented using a Python code made available at https://github.com/molmodcs/bci_solver. …"
  2. 202

    Data Sheet 1_Nationwide epidemiological study of subarachnoid hemorrhage: trends in admissions, mortality, seasonality, costs, clipping, embolization, and the impact of COVID-19.pd... حسب Thiago Oscar Goulart (22485604)

    منشور في 2025
    "…</p>Methods<p>This retrospective study analyzed secondary data from the Brazilian public health system (DataSUS) using ICD-10 code I60 for aSAH. Key metrics included the evaluation of admissions with time-series in Python, and mortality rates, procedures, and costs.…"
  3. 203

    Daily histograms of wind speed (100m), wind direction (100m) and atmospheric stability derived from ERA5 حسب Marc Imberger (6226619)

    منشور في 2025
    "…The following bins (left edges) have been used to create the histograms:</p><p dir="ltr">Wind speed: [0, 40) m/s (bin width 1 m/s)<br>Wind direction: [0,360) deg (bin width 15 deg)<br>Stability: 5 discrete stability classes (1: very unstable, 2: unstable, 3: neutral, 4: stable, 5: very stable)</p><p><br></p><p dir="ltr"><b>Main Purpose:</b> The dataset serves as minimum input data for the CLIMatological REPresentative PERiods (climrepper) python package (https://gitlab.windenergy.dtu.dk/climrepper/climrepper) in preparation for public release).…"
  4. 204

    Electrical Tactile Dataset (Piezoelectric and Accelerometer) for textures حسب Dexter Shepherd (13238508)

    منشور في 2025
    "…</p><p dir="ltr">X shape: (Number, frame, sensor index)</p><p dir="ltr">y shape: (Number,)</p><p dir="ltr">All files are in compressed numpy format. Python users can load in the dataset using the code provided in the ReadMe.…"
  5. 205

    Comprehensive Fluid and Gravitational Dynamics Script for General Symbolic Navier-Stokes Calculations and Validation حسب Stylianos Touloumidis (19938747)

    منشور في 2024
    "…It provides a flexible foundation on which theoretical assumptions can be validated, and practical calculations performed. Implemented in Python with symbolic calculations, the script facilitates in-depth analysis of complex flow patterns and makes advanced mathematical computations more accessible. …"
  6. 206

    World Heritage documents reveal persistent gaps between climate awareness and local action حسب Yang Chen (20756166)

    منشور في 2025
    "…The analysis section includes a GLM model implemented in R, along with evaluation tools such as correlation heatmaps, ICC agreement analysis, and MCC-based binary classification assessment. …"
  7. 207

    Phylogenomics of aquatic bacteria حسب Krzysztof Jurdzinski (12519700)

    منشور في 2025
    "…</p> <p><br></p> <p>all_MSG_ids.txt - a text file with names of all the representative MAGs within all the MSG pairs.</p> <p><br></p> <p>filter_MSGs.py - a Python script to extract the MAGs from within the MSGs (given all_MSG_ids.txt) from a folder containing a larger set of sequences.…"
  8. 208

    Optical Tactile (TacTip) Dataset for texture classification حسب Dexter Shepherd (13238508)

    منشور في 2025
    "…</p><p dir="ltr">X shape: (Number, frame, h, w)</p><p dir="ltr">y shape: (Number,)</p><p dir="ltr"><br></p><p dir="ltr">All files are in compressed numpy format. Python users can load in the dataset using the code provided in the ReadMe.…"
  9. 209

    Knowledge Graph validation using SHACL Shapes حسب Ángel Iglesias Préstamo (19745767)

    منشور في 2024
    "…Leveraging Rust’s performance and safety features, rudof provides efficient validation tools and Python bindings for integration with data science workflows. …"
  10. 210

    Hierarchical Deep Learning Framework for Automated Marine Vegetation and Fauna Analysis Using ROV Video Data حسب Bjørn Christian Weinbach (16918707)

    منشور في 2024
    "…</p><ol><li><b>MaskRCNN-Segmented Objects</b>:</li></ol><p dir="ltr"> - `.jpg` files representing segmented objects detected by the MaskRCNN model.…"
  11. 211

    OHID-FF dataset for forest fire detection and classification حسب xin chen (20496938)

    منشور في 2025
    "…If you add scripts or tools that change dataset paths or formats, please update `YOLODataset/dataset.yaml` and this README accordingly.…"
  12. 212

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

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

    Microscopic Detection and Quantification of Microplastic Particles in Environmental Water Samples حسب Derek Lam (11944213)

    منشور في 2025
    "…Image processing algorithms, implemented in Python using adaptive thresholding techniques, were applied to segment particles from the background. …"
  14. 214

    End-to-end example-based sim-to-real RL policy transfer based on neural stylisation with application to robotic cutting حسب Jamie Hathaway (10285367)

    منشور في 2025
    "…</p><h3>policy/</h3><p dir="ltr">This folder contains pickled trajectories, in the form of a Python list.</p><p dir="ltr">The list's elements are TrajWithRew dataclass objects from the Imitation Python library (https://imitation.readthedocs.io/en/latest/)</p><p dir="ltr">TrajWithRew contains 4 main fields</p><ul><li> obs - the (unnormalised) observations, in the form of a [WINDOW_LENGTH * NUM_CHANNELS] array</li><li> acts - the actions in the form of a [WINDOW_LENGTH - 1 * NUM_ACTS] array</li><li> infos - the info values at each timestep, as a [WINDOW_LENGTH - 1] array of dicts</li><li> terminals - boolean indicating if that trajectory segment is a terminal segment</li><li> rews - the rewards as a [WINDOW_LENGTH - 1] array</li></ul><p dir="ltr">Each TrajWithRew represents not a full episodic trajectory, as is usually the case with Imitiation - rather they represent segments of a full episodic trajectory, of length WINDOW_LENGTH. …"
  15. 215

    Metaverse Gait Authentication Dataset (MGAD) حسب sandeep ravikanti (20704127)

    منشور في 2025
    "…How to Use the Dataset</b></h2><ul><li>Load the dataset in Python using Pandas:</li></ul><p><br></p><ul><li>Use the features for machine learning models in biometric authentication.…"
  16. 216

    <b>Challenges and Strategies for the Management of Quality-Oriented Education Bases in Universities under Informatization Background</b> حسب Yang Yanxi (21571568)

    منشور في 2025
    "…Final codes, together with basic demographic attributes supplied by the institutions’ HR offices, were exported to Excel and cleaned in Python 3.10 using pandas 2.2.1 and numpy 1.26. …"
  17. 217

    Elements: Streaming Molecular Dynamics Simulation Trajectories for Direct Analysis – Applications to Sub-Picosecond Dynamics in Microsecond Simulations حسب Matthias Heyden (17087794)

    منشور في 2025
    "…This eliminates the need for intermediate storage and allows immediate access to high-frequency fluctuations and vibrational signatures that would otherwise be inaccessible. We have implemented this streaming interface in the MD engines NAMD, LAMMPS, and GROMACS</p><p dir="ltr">On the client side, we developed the IMDClient Python package which receives the streamed data, stores into a custom buffer, and provides it to external tools as NumPy arrays, facilitating integration with scientific computing workflows. …"
  18. 218

    Modules organization over different course editions. حسب Gabriele Pozzati (21094166)

    منشور في 2025
    "…<p>Course editions starting from 2019 are represented side-by-side, while different working days and weeks of the same course edition are displayed vertically. …"
  19. 219

    Image 1_An explainable analysis of depression status and influencing factors among nursing students.png حسب Yingying Li (50341)

    منشور في 2025
    "…Data cleaning was performed in Excel, and statistical analyses were conducted using SPSS Statistics version 27.0 and Python 3.9.</p>Results<p>The incidence of depression among nursing students is 28.60%. …"
  20. 220

    Chromosomal rearrangements among clade A pathogenic <i>Cryptococcus</i> species. حسب Marco A. Coelho (7353659)

    منشور في 2025
    "…<p>(A) Synteny comparisons between <i>C. neoformans</i> strain 125.91 (reference) and representative strains from 7 other clade A species (8 species total). …"