paper-with-me

홈 › 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 deal with this problem,this paper proposes a K—means algorithm based on the improved algorithm of density peak(DPC).The proposed algorithm firstly uses the improved DPC algorithm to select the initial clustering center,SO as to make up for the flaw that the random selection of initial elustering center of[k-means]algorithm leads to the easily trapped local optimal solution,and then uses the K-means algorithm to itcrate and introduce the entropy method to calculate the distance to optimize clustering.The result of experiment on the UCI dataset shows that the proposed algorithm can obtain relatively better initial clustering centers and relatively more stable clustering results,with a faster convergence,thus proving the feasibility of the algorithm.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Clustering

Similar Papers 제목 키워드 기반

An Improved Probability Propagation Algorithm for Density Peak Clustering Based on Natural Nearest Neighborhood

2022-07-04 · Wendi Zuo, Xinmin Hou

Clustering by fast search and find of density peaks (DPC) (Since, 2014) has been proven to be a promising clustering approach that efficiently discovers the centers of clusters by finding the density peaks. The accuracy …

ClusteringNonparametric Clustering

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

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

A novel density peaks clustering algorithm based on K nearest neighbors with adaptive merging strategy

2021-08-03 · 22 June 2021 2021 8 · Xiaoning Yuan1 ,Hang Yu1 , Jun Liang2 ·,Bing Xu2

Recently the density peaks clustering algorithm (DPC) has received a lot of attention from researchers. The DPC algorithm is able to find cluster centers and complete clustering tasks quickly. It is also suitable for di…

Clustering

Enabling clustering algorithms to detect clusters of varying densities through scale-invariant data preprocessing

2024-01-21 · Sunil Aryal, Jonathan R. Wells, Arbind Agrahari Baniya, KC Santosh

In this paper, we show that preprocessing data using a variant of rank transformation called 'Average Rank over an Ensemble of Sub-samples (ARES)' makes clustering algorithms robust to data representation and enable them…

Clustering