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

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

    منشور في 2025
    "…Attached is the micro-emotion annotation code based on pytorch, which can be used to annotate the Goemotions dataset by yourself, or predict the emotion classification based on the annotation results. …"
  2. 102

    BaNDyT: Bayesian Network Modeling of Molecular Dynamics Trajectories حسب Elizaveta Mukhaleva (20602550)

    منشور في 2025
    "…We describe here the software’s uses, the methods associated with it, and a comprehensive Python interface to the underlying generalist BNM code. …"
  3. 103

    BaNDyT: Bayesian Network Modeling of Molecular Dynamics Trajectories حسب Elizaveta Mukhaleva (20602550)

    منشور في 2025
    "…We describe here the software’s uses, the methods associated with it, and a comprehensive Python interface to the underlying generalist BNM code. …"
  4. 104

    BaNDyT: Bayesian Network Modeling of Molecular Dynamics Trajectories حسب Elizaveta Mukhaleva (20602550)

    منشور في 2025
    "…We describe here the software’s uses, the methods associated with it, and a comprehensive Python interface to the underlying generalist BNM code. …"
  5. 105
  6. 106
  7. 107

    High-Throughput Mass Spectral Library Searching of Small Molecules in R with NIST MSPepSearch حسب Andrey Samokhin (20282728)

    منشور في 2025
    "…Despite the availability of numerous library search algorithms, those developed by NIST and implemented in MS Search remain predominant, partly because commercial databases (e.g., NIST, Wiley) are distributed in proprietary formats inaccessible to custom code. …"
  8. 108

    Comparison data 7 for <i>Lamprologus ocellatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  9. 109

    Sample data for <i>Neolamprologus multifasciatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  10. 110

    Sample data for <i>Lamprologus ocellatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  11. 111

    Comparison data 3 for <i>Lamprologus ocellatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  12. 112

    Sample data for <i>Telmatochromis temporalis</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  13. 113

    Comparison data 4 for <i>Lamprologus ocellatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  14. 114

    Comparison data 1 for <i>Lamprologus ocellatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  15. 115

    Comparison data 2 for <i>Lamprologus ocellatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  16. 116

    Comparison data 5 for <i>Lamprologus ocellatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  17. 117

    Comparison data 6 for <i>Lamprologus ocellatus</i>. حسب Nicolai Kraus (19949667)

    منشور في 2024
    "…TIBA accepts data outputs from popular logging software and is implemented in Python and JavaScript, with all current browsers supported. …"
  18. 118

    MCCN Case Study 3 - Select optimal survey locality حسب Donald Hobern (21435904)

    منشور في 2025
    "…</p><p dir="ltr">This is a simple implementation that uses four environmental attributes imported for all Australia (or a subset like NSW) at a moderate grid scale:</p><ol><li>Digital soil maps for key soil properties over New South Wales, version 2.0 - SEED - see <a href="https://esoil.io/TERNLandscapes/Public/Pages/SLGA/ProductDetails-SoilAttributes.html" target="_blank">https://esoil.io/TERNLandscapes/Public/Pages/SLGA/ProductDetails-SoilAttributes.html</a></li><li>ANUCLIM Annual Mean Rainfall raster layer - SEED - see <a href="https://datasets.seed.nsw.gov.au/dataset/anuclim-annual-mean-rainfall-raster-layer" target="_blank">https://datasets.seed.nsw.gov.au/dataset/anuclim-annual-mean-rainfall-raster-layer</a></li><li>ANUCLIM Annual Mean Temperature raster layer - SEED - see <a href="https://datasets.seed.nsw.gov.au/dataset/anuclim-annual-mean-temperature-raster-layer" target="_blank">https://datasets.seed.nsw.gov.au/dataset/anuclim-annual-mean-temperature-raster-layer</a></li></ol><h4><b>Dependencies</b></h4><ul><li>This notebook requires Python 3.10 or higher</li><li>Install relevant Python libraries with: <b>pip install mccn-engine rocrate</b></li><li>Installing mccn-engine will install other dependencies</li></ul><h4><b>Overview</b></h4><ol><li>Generate STAC metadata for layers from predefined configuratiion</li><li>Load data cube and exclude nodata values</li><li>Scale all variables to a 0.0-1.0 range</li><li>Select four layers for comparison (soil organic carbon 0-30 cm, soil pH 0-30 cm, mean annual rainfall, mean annual temperature)</li><li>Select 10 random points within NSW</li><li>Generate 10 new layers representing standardised environmental distance between one of the selected points and all other points in NSW</li><li>For every point in NSW, find the lowest environmental distance to any of the selected points</li><li>Select the point in NSW that has the highest value for the lowest environmental distance to any selected point - this is the most different point</li><li>Clean up and save results to RO-Crate</li></ol><p><br></p>…"
  19. 119
  20. 120