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

Chapter 5

  1. Hard clustering is based on fixed assignments; hence, a sample xi will always belong to a single cluster. Conversely, soft clustering returns a degree vector whose elements represent the membership level, with respect to each cluster (for example, (0.1, 0.7, 0.05, 0.15)).
  2. No; fuzzy c-means is an extension of k-means, and it's not particularly suitable for non-convex geometries. However, the soft assignments allow for evaluating the influence of neighboring clusters.
  3. The main assumption is that the dataset has been drawn from a distribution that can be efficiently approximated with the weighted sum of a number of Gaussian distributions.
  4. It means that the first model has a number of parameters that is the double of the second one. ...
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