Skip to content

Latest commit

 

History

History
 
 

choosing-k-in-kmeans

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Choosing the 'k' in k-means

2015-07, Josh Montague

An overview of some approaches to selecting the 'k' (ie the number of clusters) when implementing k-means, the unsupervised learning algorithm.

This session was built using:

  • Python 2.7.9
  • IPython 3.0
  • numpy 1.9
  • scipy 0.15
  • matplotlib 1.4
  • seaborn 0.5

Enjoy!