paper-with-me

홈 › Papers

Improved K-means Algorithm Based on optimizing Initial Cluster Centers and Its Application

2017-02-01 · Xue Linyao 、 Wang Jianguo

Data mining is a process of data grouping or partitioning from the large and complex data, and the clustering analysis is an important research field in data mining. The K-means algorithm is considered to be the most important unsupervised machine learning method in clustering, which can divide all the data into k subclasses that are very different from each other. By constantly iterating, the distance between each data object and the center of its subclass is minimized. Because K-means algorithm is simple and efficient, it is applied to data mining, knowledge discovery and other fields. However, the algorithm has its inherent shortcomings, such as the K value in the K-means algorithm needs to be given in advance; clustering results are highly dependent on the selection of initial clustering centers and so on. In order to adapt to the historical data clustering of the geological disaster monitoring system, this paper presents a method to optimize the initial clustering center and the method of isolating points. The experimental results show that the improved k-means algorithm is better than the traditional clustering in terms of accuracy and stability, and the experimental results are closer to the actual data distribution.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

K-means Algorithm Based on Improved Density Peak Algorithm

2018-02-05 · Statistics and Decision 2018 2 · Du Hongbo,Bai Azhenl,Zhu Lijun

Abstract:The initial clustering centers and the number Of clusters need to be selected manually in traditional K—means al— gorithm,SO the result of clustering is unstable and easy to fall into local optimal solution.To …

Clustering

Improvement of K Mean Clustering Algorithm Based on Density

2018-10-09 · Su Chang, Xu Zhenzong, Gao Xuan

The purpose of this paper is to improve the traditional K-means algorithm. In the traditional K mean clustering algorithm, the initial clustering centers are generated randomly in the data set. It is easy to fall into th…

Clustering

Careful Seeding for k-Medois Clustering with Incremental k-Means++ Initialization

2022-07-06 · Difei Cheng, Yunfeng Zhang, Ruinan Jin

K-medoids clustering is a popular variant of k-means clustering and widely used in pattern recognition and machine learning. A main drawback of k-medoids clustering is that an improper initialization can cause it to get …

ClusteringComputational Efficiency

K-Splits: Improved K-Means Clustering Algorithm to Automatically Detect the Number of Clusters

2021-10-09 · Seyed Omid Mohammadi, Ahmad Kalhor, Hossein Bodaghi

This paper introduces k-splits, an improved hierarchical algorithm based on k-means to cluster data without prior knowledge of the number of clusters. K-splits starts from a small number of clusters and uses the most sig…

ClusteringPosition

Improved Soft-k-Means Clustering Algorithm for Balancing Energy Consumption in Wireless Sensor Networks

2024-03-23 · Botao Zhu, Ebrahim Bedeer, Ha H. Nguyen, Robert Barton 외

Energy load balancing is an essential issue in designing wireless sensor networks (WSNs). Clustering techniques are utilized as energy-efficient methods to balance the network energy and prolong its lifetime. In this pap…

ClusteringDensity Estimation