desiree-simpson
Uploaded by
6 SLIDES
261 VUES
80LIKES

Understanding the K-Means Clustering Algorithm with Euclidean Distance

DESCRIPTION

This resource provides a comprehensive overview of the K-means clustering algorithm, a popular method used for partitioning datasets into clusters based on similarity. The process involves selecting a number of cluster centers (k), assigning each data point (or gene) to the nearest cluster center, and iteratively recalculating the cluster centers based on the assigned data points until convergence is achieved. The examples provided illustrate each step of the algorithm, highlighting the use of Euclidean distance as the distance metric for determining similarity among data points.

1 / 6

Télécharger la présentation

Understanding the K-Means Clustering Algorithm with Euclidean Distance

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 algorithm • Pick a number (k) of cluster centers • Assign every gene to its nearest cluster center • Move each cluster center to the mean of its assigned genes • Repeat 2-3 until convergence Slides from Wash Univ. BIO5488 lecture, 2004

  2. k1 k2 k3 Clustering: Example 2, Step 1 Algorithm: k-means, Distance Metric: Euclidean Distance

  3. k1 k2 k3 Clustering: Example 2, Step 2 Algorithm: k-means, Distance Metric: Euclidean Distance

  4. k1 k2 k3 Clustering: Example 2, Step 3 Algorithm: k-means, Distance Metric: Euclidean Distance

  5. k1 k2 k3 Clustering: Example 2, Step 4 Algorithm: k-means, Distance Metric: Euclidean Distance

  6. k1 k2 k3 Clustering: Example 2, Step 5 Algorithm: k-means, Distance Metric: Euclidean Distance

More Related