L03 - Clustering
Contents
- Hierarchical Clustering
- K-means Clustering
Recommended reading
Programming Collective Intelligence
Mining of Massive Datasets
Lecture slides
Available for download here.
Recording
Note! There is a small error in the Pearson pseudocode in the recording. Pearson similarity should be calculated between two blogs, not a blog and a user as the function declaration incorrectly stated. The slides PDF is updated with correct function declaration.