机器学习:Kmeans聚类和混合高斯模型
参考资料
- K-Means Clustering in Python: A Practical Guide
- In Depth: k-Means Clustering
- In Depth: Gaussian Mixture Models
- Build Better and Accurate Clusters with Gaussian Mixture Models
- GMM by ethen8181
- 如何求协方差矩阵
- Clustering (4): Gaussian Mixture Models and EM
k-means only considers the mean to update the centroid while GMM takes into account the mean as well as the variance of the data.