vikasrtr / pyKMeans

Python implementation of K-Means clustering algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K-Means

A minimal python implementation of k-means clustering algortihm.

KMeans Demo

It also includes a basic demo on two-dimensional data (borrowed from Andrew Ng's course).

Usage

Check out demo.py for simple usage.

Requirements

  • Numpy
  • Scipy
  • Matplotlib

About

Python implementation of K-Means clustering algorithm


Languages

Language:Python 100.0%