goodwinY / k-means-clustering

Implementation of k-means clustering from scratch, without scikit-learn.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k-means-clustering

A relatively inefficient implementation of k-means clustering without using scikit-learn. Needs some refactoring.

About

Implementation of k-means clustering from scratch, without scikit-learn.


Languages

Language:Python 100.0%