错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Application of K-Means Clustering Algorithm in Automatic Machine Learning

  • Dongri Ji,
  • Ming Zhang,
  • Xin Luo

摘要

This article studies the application of k-means clustering algorithm in automatic machine learning. By selecting the Iris dataset from the UCI dataset for experiments, we found that the k-means algorithm can accurately classify data. At the same time, we compared the traditional k-means clustering algorithm with the optimized K-Means++ and Spherical K-Means clustering algorithms in terms of clustering accuracy and speed, and found that the optimized algorithm has improved clustering accuracy and speed compared to traditional algorithms. Therefore, applying these two optimized k-means clustering algorithms in AutoML can improve the clustering and generalization abilities of machine learning models.