Search alternatives:
algorithm python » algorithm within (Expand Search), algorithms within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
algorithm pre » algorithm pca (Expand Search), algorithm where (Expand Search), algorithm used (Expand Search)
pre function » spread function (Expand Search), sphere function (Expand Search), phase function (Expand Search)
algorithm python » algorithm within (Expand Search), algorithms within (Expand Search), algorithm both (Expand Search)
python function » protein function (Expand Search)
algorithm pre » algorithm pca (Expand Search), algorithm where (Expand Search), algorithm used (Expand Search)
pre function » spread function (Expand Search), sphere function (Expand Search), phase function (Expand Search)
-
1
Explained variance ration of the PCA algorithm.
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
-
3
-
4
<b>AI for imaging plant stress in invasive species </b>(dataset from the article https://doi.org/10.1093/aob/mcaf043)
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.…”
-
5
<b>Rethinking neighbourhood boundaries for urban planning: A data-driven framework for perception-based delineation</b>
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.…”