How HDBSCAN Works — hdbscan 0.8.1 documentation
HDBSCAN is a clustering algorithm developed by Campello, Moulavi, and Sander. It extends DBSCAN by converting it into a hierarchical clustering algorithm, and then using a technique to extract a flat clustering based in the stability of clusters. The goal of this notebook is to give you an overview of how the algorithm works and the motivations behind it. In contrast to the HDBSCAN paper I’m going to describe it without reference to DBSCAN. Instead I’m going to explain how I like to think about the algorithm, which aligns more closely with Robust Single Linkage with flat cluster extraction on top of it.
HDBSCAN is a clustering algorithm developed by Campello, Moulavi, and Sander. It extends DBSCAN by converting it into a hierarchical clustering algorithm, and then using a technique to extract a flat clustering based in the stability of clusters. The goal of this notebook is to give you an overview of how the algorithm works and the motivations behind it. In contrast to the HDBSCAN paper I’m going to describe it without reference to DBSCAN. Instead I’m going to explain how I like to think about the algorithm, which aligns more closely with Robust Single Linkage with flat cluster extraction…
saved by
related reading
- Hierarchical clustering - Wikipediaen.wikipedia.org
- Clustering Algorithms: K-Means, EMC and Affinity Propagation | Toptal®toptal.com
- GitHub - facebookresearch/faiss: A library for efficient similarity search and clustering of dense vectors.github.com
- clustering_algorithms_hartigan.pdfcs.columbia.edu
- How to Use t-SNE Effectivelydistill.pub
- Visualizing Algorithmsbost.ocks.org
- Time Series Clustering - Deriving Trends and Archetypes from Sequential Data | Towards Data Sciencetowardsdatascience.com
- Hierarchical Navigable Small Worlds (HNSW) | Pineconepinecone.io
- GitHub - zhoushengisnoob/DeepClustering: Methods and Implements of Deep Clusteringgithub.com
- k-means clustering - Wikipediaen.wikipedia.org
- What's The Story With HNSW? | Towards Data Sciencetowardsdatascience.com
- the-algorithm/src/scala/com/twitter/simclusters_v2/README.md at main · twitter/the-algorithmgithub.com