Search alternatives:
based optimization » whale optimization (Expand Search)
wolf optimization » whale optimization (Expand Search), swarm optimization (Expand Search), _ optimization (Expand Search)
primary scale » primary staple (Expand Search), primary care (Expand Search), primary case (Expand Search)
binary basic » binary mask (Expand Search)
based optimization » whale optimization (Expand Search)
wolf optimization » whale optimization (Expand Search), swarm optimization (Expand Search), _ optimization (Expand Search)
primary scale » primary staple (Expand Search), primary care (Expand Search), primary case (Expand Search)
binary basic » binary mask (Expand Search)
-
41
Data_Sheet_1_Tobacco shred varieties classification using Multi-Scale-X-ResNet network and machine vision.docx
Published 2022“…By increasing the multi-scale structure and optimizing the number of blocks and loss function, a new tobacco shred image classification method is proposed based on the MS-X-ResNet (Multi-Scale-X-ResNet) network. …”
-
42
Configuration of training parameters.
Published 2025“…This method, named YOLOv5ds-RC, comprises three primary components: target detection, semantic segmentation, and edge optimization. …”
-
43
The principle of surface compression.
Published 2025“…This method, named YOLOv5ds-RC, comprises three primary components: target detection, semantic segmentation, and edge optimization. …”
-
44
Accuracy comparison results.
Published 2025“…This method, named YOLOv5ds-RC, comprises three primary components: target detection, semantic segmentation, and edge optimization. …”
-
45
Schematic diagram of YOLOv5ds structure.
Published 2025“…This method, named YOLOv5ds-RC, comprises three primary components: target detection, semantic segmentation, and edge optimization. …”
-
46
Schematic diagram of YOLOv5ds-RC structure.
Published 2025“…This method, named YOLOv5ds-RC, comprises three primary components: target detection, semantic segmentation, and edge optimization. …”
-
47
Cropped image block diagram.
Published 2025“…This method, named YOLOv5ds-RC, comprises three primary components: target detection, semantic segmentation, and edge optimization. …”
-
48
Extraction and expression of architectural color.
Published 2023“…We introduced the SegNet deep learning algorithm to semantically segment the street view images, extract the architectural elements and optimize the edges of the architecture. …”
-
49
Basic color value distribution map of the street.
Published 2023“…We introduced the SegNet deep learning algorithm to semantically segment the street view images, extract the architectural elements and optimize the edges of the architecture. …”
-
50
SegNet architecture.
Published 2023“…We introduced the SegNet deep learning algorithm to semantically segment the street view images, extract the architectural elements and optimize the edges of the architecture. …”
-
51
Overview of workflow.
Published 2023“…We introduced the SegNet deep learning algorithm to semantically segment the street view images, extract the architectural elements and optimize the edges of the architecture. …”
-
52
Descriptive statistics for the volunteers.
Published 2023“…We introduced the SegNet deep learning algorithm to semantically segment the street view images, extract the architectural elements and optimize the edges of the architecture. …”
-
53
Jiefang North Road Street.
Published 2023“…We introduced the SegNet deep learning algorithm to semantically segment the street view images, extract the architectural elements and optimize the edges of the architecture. …”
-
54
Colors with different number of clusters.
Published 2023“…We introduced the SegNet deep learning algorithm to semantically segment the street view images, extract the architectural elements and optimize the edges of the architecture. …”
-
55
PGAE-ICA_A simplified digital system for intellectual measurement-assessment in children and adolescents using cognitive testing and machine learning techniques
Published 2024“…Participants completed the Chinese Wechsler Intelligence Scale for Children and primary cognitive ability tests in a randomly counterbalanced order. …”
-
56
CIAHS-Data.xls
Published 2025“…This method identifies inherent natural grouping points within the data through the Jenks optimization algorithm, maximizing between-class differences while minimizing within-class differences37. …”
-
57
Supplementary report for "Full-reference stereoscopic video quality assessment using a motion sensitive HVS model"
Published 2020“…A tailored two-stage multi-variate stepwise regression algorithm is introduced to determine the optimal contribution of each energy term. …”
-
58
2000–2020 Monthly Air Quality Index (AQI) Dataset of China
Published 2025“…Four tree-based ensemble algorithms (Random Forest [RF], Gradient Boosting Machine [GBM], CatBoost, XGBoost) were compared, with the RF model selected as optimal (test set: R² = 0.83, Root Mean Square Error [RMSE] = 10.25, Mean Absolute Error [MAE] = 9.03) after validation via 10-fold geographic stratified cross-validation and 100 bootstrap iterations; Recursive Feature Elimination (RFE) further refined 14 core predictors to minimize overfitting. …”
-
59
IUTF Dataset(Enhanced): Enabling Cross-Border Resource for Analysing the Impact of Rainfall on Urban Transportation Systems
Published 2025“…</p><h2>Data Structure</h2><p dir="ltr">The dataset is organized into four primary components:</p><ol><li><b>Road Network Data</b>: Topological representations including spatial geometry, functional classification, and connectivity information</li><li><b>Traffic Sensor Data</b>: Sensor metadata, locations, and measurements at both 5-minute and hourly resolutions</li><li><b>Precipitation Data</b>: Hourly meteorological information with spatial grid cell metadata</li><li><b>Derived Analytical Matrices</b>: Pre-computed structures for advanced spatial-temporal modelling and network analyses</li></ol><h2>File Formats</h2><ul><li><b>Tabular Data</b>: Apache Parquet format for optimal compression and fast query performance</li><li><b>Numerical Matrices</b>: NumPy NPZ format for efficient scientific computing</li><li><b>Total Size</b>: Approximately 2 GB uncompressed</li></ul><h2>Applications</h2><p dir="ltr">The IUTF dataset enables diverse analytical applications including:</p><ul><li><b>Traffic Flow Prediction</b>: Developing weather-aware traffic forecasting models</li><li><b>Infrastructure Planning</b>: Identifying vulnerable network components and prioritizing investments</li><li><b>Resilience Assessment</b>: Quantifying system recovery curves, robustness metrics, and adaptive capacity</li><li><b>Climate Adaptation</b>: Supporting evidence-based transportation planning under changing precipitation patterns</li><li><b>Emergency Management</b>: Improving response strategies for weather-related traffic disruptions</li></ul><h2>Methodology</h2><p dir="ltr">The dataset creation involved three main stages:</p><ol><li><b>Data Collection</b>: Sourcing traffic data from UTD19, road networks from OpenStreetMap, and precipitation data from ERA5 reanalysis</li><li><b>Spatio-Temporal Harmonization</b>: Comprehensive integration using novel algorithms for spatial alignment and temporal synchronization</li><li><b>Quality Assurance</b>: Rigorous validation and technical verification across all cities and data components</li></ol><h2>Code Availability</h2><p dir="ltr">Processing code is available at: https://github.com/viviRG2024/IUTDF_processing</p>…”
-
60
An Ecological Benchmark of Photo Editing Software: A Comparative Analysis of Local vs. Cloud Workflows
Published 2025“…Experimental Methodology Framework Local Processing Pipeline Architecture Data Flow: Storage I/O → Memory Buffer → CPU/GPU Processing → Cache Coherency → Storage I/O ├── Input Vector: mmap() system call for zero-copy file access ├── Processing Engine: OpenMP parallelization with NUMA-aware thread affinity ├── Memory Management: Custom allocator with hugepage backing └── Output Vector: Direct I/O bypassing kernel page cache Cloud Processing Pipeline Architecture Data Flow: Local Storage → Network Stack → TLS Tunnel → CDN Edge → Origin Server → Processing Grid → Response Pipeline ├── Upload Phase: TCP window scaling with congestion control algorithms ├── Network Layer: Application-layer protocol with adaptive bitrate streaming ├── Server-side Processing: Containerized microservices on Kubernetes orchestration ├── Load Balancing: Consistent hashing with geographic affinity routing └── Download Phase: HTTP/2 multiplexing with server push optimization Dataset Schema and Semantic Structure Primary Data Vectors Field Data Type Semantic Meaning Measurement Unit test_type Categorical Processing paradigm identifier {local_processing, cloud_processing} photo_count Integer Cardinality of input asset vector Count avg_file_size_mb Float64 Mean per-asset storage footprint Mebibytes (2^20 bytes) total_volume_gb Float64 Aggregate data corpus size Gigabytes (10^9 bytes) processing_time_sec Integer Wall-clock execution duration Seconds (SI base unit) cpu_usage_watts Float64 Thermal design power consumption Watts (Joules/second) ram_usage_mb Integer Peak resident set size Mebibytes network_upload_mb Float64 Egress bandwidth utilization Mebibytes energy_consumption_kwh Float64 Cumulative energy expenditure Kilowatt-hours co2_equivalent_g Float64 Carbon footprint estimation Grams CO₂e test_date ISO8601 Temporal execution marker RFC 3339 format hardware_config String Node topology identifier Alphanumeric encoding Statistical Distribution Characteristics The dataset exhibits non-parametric distribution patterns with significant heteroscedasticity across computational load vectors. …”