This study investigates the application of clustering algorithms to data collected from color sensors providing frequency signals during the cultivation process. Continuous sampling allowed for real-time data collecti...
详细信息
ISBN:
(数字)9798331543952
ISBN:
(纸本)9798331543969
This study investigates the application of clustering algorithms to data collected from color sensors providing frequency signals during the cultivation process. Continuous sampling allowed for real-time data collection, and variations in temperature and humidity were observed to influence signal reception. The dataset's large volume and varying sample sizes necessitated the evaluation of several clustering models for efficient data processing. The experiment tested K-Means, K-Means++, Mini-Batch K-Means, and Bisecting K-Means algorithms. The results reveal that the computation time for each model increased with the number of groups. Specifically, the K-Means, K-Means++, and Mini-Batch K-Means models exhibited shorter computation times, ranging from 0.02 to 0.03 seconds for two-group scenarios, while the Bisecting K-Means algorithm took significantly longer, approximately 0.10 seconds. Despite the variation in processing times, all models performed similarly in terms of clustering quality, with an average Silhouette Score of 0.82. This score indicates that the algorithms effectively separated data points into well-defined groups while maintaining high accuracy in clustering. Additionally, the analysis highlighted the importance of balancing computation time and clustering quality, particularly as the number of clusters increases. These findings suggest that while computational efficiency may vary across models, the clustering quality remains robust, providing valuable insights for data analysis in agricultural sensor networks. The study's results demonstrate that each clustering model is capable of handling large datasets with high accuracy in grouping, making them applicable to real-world agricultural data processing scenarios. In conclusion, the experiment confirms that all tested models, despite differing in computation time, successfully partitioned the data with high-quality results, offering promising applications for data analysis and optimization in agricult
The proceedings contain 24 papers. The special focus in this conference is on Parallel and Distributed Processing Techniques. The topics include: Parallel N-Body Performance Comparison: Julia, Rust, and More;REFT...
ISBN:
(纸本)9783031856372
The proceedings contain 24 papers. The special focus in this conference is on Parallel and Distributed Processing Techniques. The topics include: Parallel N-Body Performance Comparison: Julia, Rust, and More;REFT: Resource-Efficient Federated Training Framework for Heterogeneous and Resource-Constrained Environments;An Efficient Data Provenance Collection Framework for HPC I/O Workloads;using Minicasts for Efficient Asynchronous Causal Unicast and Byzantine Tolerance;a Comparative Study of Two Matrix Multiplication algorithms Under Current Hardware Architectures;Is Manual Code Optimization Still Required to Mitigate GPU Thread Divergence? Applying a Flattening Technique to Observe Performance;towards Automatic, Predictable and High-Performance Parallel Code Generation;Attack Graph Generation on HPC Clusters;analyzing the Influence of File Formats on I/O Patterns in Deep Learning;inference of Cell–Cell Interactions Through Spatial Transcriptomics Data Using Graph Convolutional Neural Networks;natural Product-Like Compound Generation with Chemical Language Models;improved Early–Modern Japanese Printed Character Recognition Rate with Generated Characters;Improved Method for Similar Music Recommendation Using Spotify API;Reconfigurable Virtual Accelerator (ReVA) for Large-Scale Acceleration Circuits;Building Simulation Environment of Reconfigurable Virtual Accelerator (ReVA);vector Register Sharing Mechanism for High Performance Hardware Acceleration;Efficient Compute Resource Sharing of RISC-V Packed-SIMD Using Simultaneous Multi-threading;introducing Competitive Mechanism to Differential Evolution for Numerical Optimization;hyper-heuristic Differential Evolution with Novel Boundary Repair for Numerical Optimization;jump Like a Frog: Optimization of Renewable Energy Prediction in Smart Gird Based on Ultra Long Term Network;vision Transformer-Based Meta Loss Landscape Exploration with Actor-Critic Method;Fast computation Method for Stopping Condition of Range Restricted
This paper introduces a novel competitive mechanism into differential evolution (DE), presenting an effective DE variant named competitive DE (CDE). CDE features a simple yet efficient mutation strategy: DE/winner-to-...
详细信息
In this work, a new metaheuristic, Yin-Yang-Pair Optimization (YYPO), is proposed which is based on maintaining a balance between exploration and exploitation of the search space. It is a low complexity stochastic alg...
详细信息
In this work, a new metaheuristic, Yin-Yang-Pair Optimization (YYPO), is proposed which is based on maintaining a balance between exploration and exploitation of the search space. It is a low complexity stochastic algorithm which works with two points and generates additional points depending on the number of decision variables in the optimization problem. It has three user defined parameters that provide flexibility to the users to govern its search. The performance of the proposed algorithm is evaluated on the set of problems used for the Single Objective Real Parameter Algorithm competition that was held as part of the congress on Evolutionary computation 2013. The results are compared with that of other traditional and recent algorithms such as Artificial Bee Colony, Ant Lion Optimizer, Differential Evolution, Grey Wolf Optimizer, Multidirectional Search, Pattern Search and Particle Swarm Optimization. Based on nonparametric statistical tests, YYPO is shown to provide highly competitive performance relative to the other algorithms while having a significantly lower time complexity. In addition, the performance of YYPO is showcased on three classical constrained engineering problems from literature. (C) 2016 Elsevier Ltd. All rights reserved.
The backtracking search optimization algorithm(BSA) is one of the most recently proposed population-based evolutionary algorithms for global optimization. Due to its memory ability and simple structure, BSA has powe...
详细信息
The backtracking search optimization algorithm(BSA) is one of the most recently proposed population-based evolutionary algorithms for global optimization. Due to its memory ability and simple structure, BSA has powerful capability to find global optimal solutions. However, the algorithm is still insufficient in balancing the exploration and the exploitation. Therefore, an improved adaptive backtracking search optimization algorithm combined with modified Hooke-Jeeves pattern search is proposed for numerical global optimization. It has two main parts: the BSA is used for the exploration phase and the modified pattern search method completes the exploitation phase. In particular, a simple but effective strategy of adapting one of BSA's important control parameters is introduced. The proposed algorithm is compared with standard BSA, three state-of-the-art evolutionary algorithms and three superior algorithms in IEEE congress on Evolutionary computation 2014(IEEE CEC2014) over six widely-used benchmarks and 22 real-parameter single objective numerical optimization benchmarks in IEEE CEC2014. The results of experiment and statistical analysis demonstrate the effectiveness and efficiency of the proposed algorithm.
The paper presents a general method for the design of numerically robust and topologically consistent geometric algorithms concerning convex polyhedrain the three-dimensional space. A graph is the vertex-edge graph of...
详细信息
Clustering is a fundamental task in machine learning and data analysis. A large number of clustering algorithms has been developed over the past decades. Among these algorithms, the recently developed spectral cluster...
详细信息
ISBN:
(纸本)9781509036653
Clustering is a fundamental task in machine learning and data analysis. A large number of clustering algorithms has been developed over the past decades. Among these algorithms, the recently developed spectral clustering methods have consistently outperformed traditional clustering algorithms. Spectral clustering algorithms, however, have limited applicability to large-scale problems due to their high computational complexity. We propose a new approach for scaling spectral clustering methods that is based on the idea of replacing the entire data set with a small set of representative data points and performing the spectral clustering on the representatives. The main contribution is a new approach for efficiently identifying the representative data points. First results indicate that the proposed scaling approach achieves high-quality clusterings and is substantially faster than existing scaling approaches.
The k-edge-eonneetivity augmentation problem (k-ECA) is the subject of the paper. Four approximation algorithms FSA, FSM, SMC and HBD for k-ECA are proposed, and both theoretical and experimental evaluation are given....
详细信息
Generalized sliding discrete cosine transforms refers to computation of the Discrete Cosine Transforms (DCT) of a sequence as the sequence slides over a window function multiple sample at a time. Recursive algorithms ...
详细信息
暂无评论