Skip to Content
Hands-On Unsupervised Learning with Python
book

Hands-On Unsupervised Learning with Python

by Giuseppe Bonaccorso
February 2019
Intermediate to advanced
386 pages
9h 54m
English
Packt Publishing
Content preview from Hands-On Unsupervised Learning with Python

DBSCAN

DBSCAN is another clustering algorithm based on a density estimation of the dataset. However, contrary to mean shift, there is no direct reference to the data generating process. In this case, in fact, the process builds the relationships between samples with a bottom-up analysis, starting from the general assumption that X is made up of high-density regions (blobs) separated by low-density ones. Hence, DBSCAN not only requires the maximum separation constraint, but it enforces such a condition in order to determine the boundaries of the clusters. Moreover, this algorithm doesn't allow specifying the desired number of clusters, which is a consequence of the structure of X, but, analogously to mean shift, it's possible to control the ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Unsupervised Learning Using Python

Hands-On Unsupervised Learning Using Python

Ankur A. Patel
Introduction to Machine Learning with Python

Introduction to Machine Learning with Python

Andreas C. Müller, Sarah Guido

Publisher Resources

ISBN: 9781789348279Supplemental Content