An open API service indexing awesome lists of open source software.

https://github.com/kaustubholpadkar/k-means_clustering-simulation

Simulation of K-means Clustering algorithm using P5.JS
https://github.com/kaustubholpadkar/k-means_clustering-simulation

cluster-centroids clustering-algorithm interactive-visualizations javascript-library kmeans-clustering-simulation machine-learning p5-sketches p5js simulation unsupervised-machine-learning

Last synced: 3 months ago
JSON representation

Simulation of K-means Clustering algorithm using P5.JS

Awesome Lists containing this project

README

        

# K-means_Clustering-Simulation
Simulation of K-means Clustering algorithm using P5.JS

## Overview
I have created the simulation of K-means Clustering algorithm using P5.JS graphics library.




User can insert the data-points as well as cluster centroids on canvas at runtime and simulate how the cluster centroids will converge to centre of respective cluster.




sketch.js contains the core logic for the simulation.