Skip to content

Commit c4ccacd

Browse files
authored
Update README.md
1 parent bc0503f commit c4ccacd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ Understanding SVM Regression: [slides](https://cs.adelaide.edu.au/~chhshen/teach
354354
#### Clustering
355355
[Overview of clustering algorithms applied image data (= Deep Clustering)](https://deepnotes.io/deep-clustering)
356356
[pyclustering](https://github.com/annoviko/pyclustering) - All sorts of clustering algorithms.
357+
[GaussianMixture](https://scikit-learn.org/stable/modules/generated/sklearn.mixture.GaussianMixture.html) - Generalized k-means clustering using a mixture of Gaussian distributions, [video](https://www.youtube.com/watch?v=aICqoAG5BXQ).
357358
[somoclu](https://github.com/peterwittek/somoclu) - Self-organizing map.
358359
[hdbscan](https://github.com/scikit-learn-contrib/hdbscan) - Clustering algorithm, [talk](https://www.youtube.com/watch?v=dGsxd67IFiU).
359360
[nmslib](https://github.com/nmslib/nmslib) - Similarity search library and toolkit for evaluation of k-NN methods.

0 commit comments

Comments
 (0)