jais007 / K_mean

K mean Clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k_means_clustering

This is the code for "K-Means Clustering - The Math of Intelligence (Week 3)" By SIraj Raval on Youtube

Overview

This is the code for this video on Youtube by Siraj Raval as part of The Math of Intelligence course.

Dependencies

  • numpy
  • matplotlib

Install missing dependencies using pip.

Usage

Just run jupyter notebook in terminal and you can visit the notebook in your web browser.

Install jupyter from here

Credits

The credits for a big part of the code go to gleydson. I've merely created a wrapper to get people started.

About

K mean Clustering


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%