Showing 1 - 15 results of 15 for search '(( algorithm python function ) OR ( algorithm pre function ))~', query time: 0.48s Refine Results
  1. 1

    Explained variance ration of the PCA algorithm. by Abeer Aljohani (18497914)

    Published 2025
    “…All our simulation is performed in computation softwares, Matlab and Python. The image pre processing and spectral moments generation is performed in Matlab and the implementation of the classifiers is performed with python. …”
  2. 2
  3. 3

    Search-based testing (Genetic Algorithm) - Chapter 11 of the book "Software Testing Automation" by Saeed Parsa (13893726)

    Published 2022
    “…</p> <p><br></p> <p>3. Algorithm</p> <p>Below is the main body of the test data generator program:</p> <p>  </p> <p>the main body of a Python program to generate test data for Python functions.…”
  4. 4
  5. 5

    Algoritmo de clasificación de expresiones de odio por tipos en español (Algorithm for classifying hate expressions by type in Spanish) by Daniel Pérez Palau (11097348)

    Published 2024
    “…</li></ul><p dir="ltr"><b>File Structure</b></p><p dir="ltr">The code generates and saves:</p><ul><li>Weights of the trained model (.h5)</li><li>Configured tokenizer</li><li>Training history in CSV</li><li>Requirements file</li></ul><p dir="ltr"><b>Important Notes</b></p><ul><li>The model excludes category 2 during training</li><li>Implements transfer learning from a pre-trained model for binary hate detection</li><li>Includes early stopping callbacks to prevent overfitting</li><li>Uses class weighting to handle category imbalances</li></ul><p dir="ltr">The process of creating this algorithm is explained in the technical report located at: Blanco-Valencia, X., De Gregorio-Vicente, O., Ruiz Iniesta, A., & Said-Hung, E. (2025). …”
  6. 6
  7. 7
  8. 8
  9. 9

    DataSheet1_Multi_Scale_Tools: A Python Library to Exploit Multi-Scale Whole Slide Images.PDF by Niccolò Marini (11247936)

    Published 2021
    “…<p>Algorithms proposed in computational pathology can allow to automatically analyze digitized tissue samples of histopathological images to help diagnosing diseases. …”
  10. 10

    Data_Sheet_1_Processing Pipeline for Atlas-Based Imaging Data Analysis of Structural and Functional Mouse Brain MRI (AIDAmri).docx by Niklas Pallast (6796196)

    Published 2019
    “…Following a modular structure developed in Python scripting language, the pipeline integrates established and newly developed algorithms. …”
  11. 11

    Data_Sheet_2_Processing Pipeline for Atlas-Based Imaging Data Analysis of Structural and Functional Mouse Brain MRI (AIDAmri).pdf by Niklas Pallast (6796196)

    Published 2019
    “…Following a modular structure developed in Python scripting language, the pipeline integrates established and newly developed algorithms. …”
  12. 12

    <b>AI for imaging plant stress in invasive species </b>(dataset from the article https://doi.org/10.1093/aob/mcaf043) by Erola Fenollosa (20977421)

    Published 2025
    “…</li><li>The dataframe of extracted colour features from all leaf images and lab variables (ecophysiological predictors and variables to be predicted)</li><li>Set of scripts used for image pre-processing, features extraction, data analytsis, visualization and Machine learning algorithms training, using ImageJ, R and Python.…”
  13. 13

    MOMA compared to MFA-derived estimates, carbon yield efficiencies and CBA co-factor profile comparison across unconstrained, manually curated and experimentally constrained solutio... by Laura de Arroyo Garcia (9226096)

    Published 2020
    “…MOMA ranges were estimated using the wild type solution as a reference and sequentially implementing the single-gene knockouts studied by Long et al. (2019) [<a href="http://www.ploscompbiol.org/article/info:doi/10.1371/journal.pcbi.1008125#pcbi.1008125.ref046" target="_blank">46</a>], with biomass formation as the objective function. MFA ranges were extracted from a pre-existing dataset (Long et al., 2019), using a Python algorithm to select the minimal and maximal flux ranges.…”
  14. 14

    Datasheet1_A Workflow for Rapid Unbiased Quantification of Fibrillar Feature Alignment in Biological Images.zip by Stefania Marcotti (5896853)

    Published 2021
    “…Here we present AFT − Alignment by Fourier Transform, a workflow to quantify the alignment of fibrillar features in microscopy images exploiting 2D Fast Fourier Transforms (FFT). Using pre-existing datasets of cell and ECM images, we demonstrate our approach and compare and contrast this workflow with two other well-known ImageJ algorithms to quantify image feature alignment. …”
  15. 15

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

    Published 2025
    “…</p><h2>Project Structure</h2><pre><pre>Perception_based_neighbourhoods/<br>├── raw_data/<br>│ ├── ET_cells_glasgow/ # Glasgow grid cells for analysis<br>│ └── glasgow_open_built/ # Built area boundaries<br>├── svi_module/ # Street View Image processing<br>│ ├── svi_data/<br>│ │ ├── svi_info.csv # Image metadata (output)<br>│ │ └── images/ # Downloaded images (output)<br>│ ├── get_svi_data.py # Download street view images<br>│ └── trueskill_score.py # Generate TrueSkill scores<br>├── perception_module/ # Perception prediction<br>│ ├── output_data/<br>│ │ └── glasgow_perception.nc # Perception scores (demo data)<br>│ ├── trained_models/ # Pre-trained models<br>│ ├── pred.py # Predict perceptions from images<br>│ └── readme.md # Training instructions<br>└── cluster_module/ # Neighbourhood clustering<br> ├── output_data/<br> │ └── clusters.shp # Final neighbourhood boundaries<br> └── cluster_perceptions.py # Clustering algorithm<br></pre></pre><h2>Prerequisites</h2><ul><li>Python 3.8 or higher</li><li>GDAL/OGR libraries (for geospatial processing)</li></ul><h2>Installation</h2><ol><li>Clone this repository:</li></ol><p dir="ltr">Download the zip file</p><pre><pre>cd perception_based_neighbourhoods<br></pre></pre><ol><li>Install required dependencies:</li></ol><pre><pre>pip install -r requirements.txt<br></pre></pre><p dir="ltr">Required libraries include:</p><ul><li>geopandas</li><li>pandas</li><li>numpy</li><li>xarray</li><li>scikit-learn</li><li>matplotlib</li><li>torch (PyTorch)</li><li>efficientnet-pytorch</li></ul><h2>Usage Guide</h2><h3>Step 1: Download Street View Images</h3><p dir="ltr">Download street view images based on the Glasgow grid sampling locations.…”