Skip to content

abachi/k-means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K-means clustering

k-means clustering is a method of vector quantization, originally from signal processing, that aims to partition n observations into k clusters in which each observation belongs to the cluster with the nearest mean (cluster centers or cluster centroid), serving as a prototype of the cluster. wikipedia

Back in 2016 during my master's degree, I had to explain this method to my colleagues in a presentation. So I made a quick visualization using javascript and HTML canvas API to help me go throw the algorithm step-by-step.

Example

Try it:

  1. Clone the project, in the terminal run:
$ git clone git@github.com:abachi/k-means.git
  1. Open the index.html file with your browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published