1 / 18

Given a set of data points as input Randomly assign each point to one of the k clusters

k -means Clustering Algorithm. Given a set of data points as input Randomly assign each point to one of the k clusters Repeat until convergence Calculate model of each of the k clusters Assign each point to the cluster with the closest model. k -means Clustering Example.

zeph-hill
Download Presentation

Given a set of data points as input Randomly assign each point to one of the k clusters

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. k-means Clustering Algorithm • Given a set of data points as input • Randomly assign each point to one of the k clusters • Repeat until convergence • Calculate model of each of the k clusters • Assign each point to the cluster with the closest model

  2. k-means Clustering Example

  3. k-means Clustering Example Randomly assign each point to one of the clusters

  4. k-means Clustering Example Calculate center of each cluster

  5. k-means Clustering Example Calculate center of each cluster

  6. k-means Clustering Example Calculate center of each cluster

  7. k-means Clustering Example Assign each point to closest cluster center

  8. k-means Clustering Example Calculate center of each cluster

  9. k-means Clustering Example Calculate center of each cluster

  10. k-means Clustering Example Calculate center of each cluster

  11. k-means Clustering Example Assign each point to closest cluster center

  12. k-means Clustering Example Calculate center of each cluster

  13. k-means Clustering Example Calculate center of each cluster

  14. k-means Clustering Example Calculate center of each cluster

  15. k-means Clustering Example Convergence

  16. Does k-means always work?

  17. Does k-means always work?

  18. Does k-means always work?

More Related