Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 333 Bytes

File metadata and controls

19 lines (11 loc) · 333 Bytes

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!