{"id":769,"date":"2018-07-07T08:10:09","date_gmt":"2018-07-07T08:10:09","guid":{"rendered":"http:\/\/muthu.co\/?p=769"},"modified":"2021-05-24T03:35:55","modified_gmt":"2021-05-24T03:35:55","slug":"mathematics-behind-k-mean-clustering-algorithm","status":"publish","type":"post","link":"http:\/\/write.muthu.co\/mathematics-behind-k-mean-clustering-algorithm\/","title":{"rendered":"Mathematics behind K-Mean Clustering algorithm"},"content":{"rendered":"\n

K-Means is one of the simplest unsupervised clustering algorithm which is used to cluster our data into K number of clusters. The algorithm iteratively assigns the data points to one of the K clusters based on how near the point is to the cluster centroid. The result of K-Means algorithm is:<\/p>\n\n\n\n

  1. K number of cluster centroids<\/li>
  2. Data points classified into the clusters<\/li><\/ol>\n\n\n\n
    \"\"<\/a>
    Data points clustered into 4 clusters, with centroids marked<\/figcaption><\/figure><\/div>\n\n\n\n

    Applications:<\/h4>\n\n\n\n

    K-Means can be used for any type of grouping where data has not been explicitly labeled. Some of the real world examples are given below:<\/p>\n\n\n\n