Hello everyone!

Today, let’s dive into the most famous clustering algorithm: K-Means.

But first, what is clustering? Clustering is a machine learning technique that divides data objects into groups.

To achieve good clustering we need 2 things :

  1. Objects from one cluster are really similar/close to each other (high **intra-class **similarity)
  2. Clusters are really different/far from other clusters (low **inter-class **similarity).

#artificial-intelligence #clustering #data-science #machine-learning #k-means

K-Means Clustering from Scratch
1.40 GEEK