Skip to content

howeih/Day-21-k-means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Day 21: K-means
Very easy, yet very power technique used in unsupervised learning is k-means clustering.
K-means first chooses some random clusters. Then assigns each point to the nearest cluster using L2 measure and computes a new cluster centre as mean of all the points inside. These two steps are repeated until convergence.

EX: 1000 random points

Alt text

About

Day 21-k-means

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages