Difference between revisions of "10-601B Clustering"
From Cohen Courses
Jump to navigationJump to searchLine 3: | Line 3: | ||
=== Slides === | === Slides === | ||
− | * ... | + | * [http://curtis.ml.cmu.edu/w/courses/images/5/5d/Clustering.pdf Slides in pdf ] |
=== Readings === | === Readings === | ||
− | + | * Murphy 25.5 | |
=== What You Should Know Afterward === | === What You Should Know Afterward === | ||
− | + | ** Partitional Clustering. k-means and k-means ++ | |
− | * | + | * Lloyd’s method |
− | * | + | * Initialization techniques (random, furthest traversal, k-means++) |
− | + | ||
− | + | ||
− | * Hierarchical | + | * Hierarchical Clustering. |
− | * | + | ** Single linkage, Complete linkage |
− |
Revision as of 20:44, 2 March 2016
This a pair of lectures used in the Syllabus for Machine Learning 10-601B in Spring 2016.
Slides
Readings
- Murphy 25.5
What You Should Know Afterward
- Partitional Clustering. k-means and k-means ++
- Lloyd’s method
- Initialization techniques (random, furthest traversal, k-means++)
- Hierarchical Clustering.
- Single linkage, Complete linkage