Clustering Algorithms Resources
Papers
Stream Clustering
PAC-Bayesian Online Clustering
Semi-supervised K-means++
Compressive Spectral Clustering
Interactive Bayesian Hierarchical Clustering
k-Means Clustering Is Matrix Factorization
Practical Introduction to Clustering Data
Rényi divergence minimization based co-regularized multiview clustering
Consistent Algorithms for Clustering Time Series
Hybridization of Expectation-Maximization and K-Means Algorithms for Better Clustering Performance
Books
**Introduction to Clustering and Unsupervised Learning | PACKT Books** |
- intro: 《Machine Learning with R - Second Edition》by Brett Lantz
- book: https://www.packtpub.com/books/content/introduction-clustering-and-unsupervised-learning
Blogs
Finding the K in K-means by Parametric Bootstrap
Random walk vectors for clustering
- part I – similarity between objects: http://int8.io/random-walk-vectors-for-clustering-part-i-similarity-between-objects/
- part II – perspective switch: http://int8.io/random-walk-vectors-for-clustering-part-ii-perspective-switch/
- part III: http://int8.io/random-walk-vectors-for-clustering-iii/
- final: http://int8.io/random-walk-vectors-for-clustering-final/
A comparison between PCA and hierarchical clustering
http://www.kdnuggets.com/2016/02/qlucore-comparison-pca-hierarchical-clustering.html
Visualization of Centroid Movements for K-Means Clustering
http://web.cecs.pdx.edu/~lane7/
K-Means Clustering on Handwritten Digits
http://johnloeber.com/docs/kmeans.html
Improved Seeding For Clustering With K-Means++ (★★★★★)
https://datasciencelab.wordpress.com/2014/01/15/improved-seeding-for-clustering-with-k-means/
Spectral Clustering – How Math is Redefining Decision Making
Codes
MusicMappr: Find patterns in your favorite songs and remix them on the fly!
- intro: MusicMappr finds chunks of songs that are similar, and clusters them accordingly. You can visualize these clusters and play them back at will. This is for music lovers who are curious about the structures inherent to their favorite songs.
- github: https://github.com/fatsmcgee/MusicMappr