Clustering Algorithms Resources

Published: 27 Aug 2015 Category: machine_learning

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**

Blogs

Finding the K in K-means by Parametric Bootstrap

Random walk vectors for clustering

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

http://www.datasciencecentral.com/profiles/blogs/spectral-clustering-how-math-is-redefining-decision-making?overrideMobileRedirect=1

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