koptimizer / my_PaperLog

심심할때 논문 읽고 리뷰하는 공간
1 stars 0 forks source link

K-Means Clustering Algorithm Based on Improved Cuckoo Search Algorithm and Its Application #7

Closed koptimizer closed 4 years ago

koptimizer commented 4 years ago

:clipboard: 논문의 정보를 알려주세요.

:page_with_curl: Abstract(본문)

Because the K-Means algorithm is easy to fall into the local optimum and the Cuckoo search (CS) algorithm is affected by the step size, this paper proposes a K-Means clustering algorithm based on improved cuckoo search (ICSKmeans). The algorithm is compared with the original Kmeans, the Kmeans algorithm based on particle swarm optimization (PSO-Kmeans) and the K-Means algorithm based on the cuckoo search (CS-Kmeans). The experimental results show that the proposed algorithm can obtain better clustering effect, faster convergence rate and better accuracy rate through the experimental test on the UCI standard data set. The algorithm is also applied to the clustering of the characteristic parameters of the heart sound MFCC. The results show that a better clustering center can be obtained, the algorithm converges fast.

:mag_right: 어떤 논문인지 소개해주세요.

:key: 핵심 키워드를 적어주세요.

:paperclip: URL

koptimizer commented 4 years ago

:bulb: 방법은 무엇입니까?

:chart_with_upwards_trend: 실험과 그 결과는 어떻습니까?

:open_file_folder: 차후 연구방향 및 보완점은 무엇입니까?

:thumbsup: novelty와 논문을 통해 배운 것은 무엇입니까?

:loop: 궁금한 점이나 추가로 읽으면 좋은 레퍼런스가 있습니까?