Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Unsupervised Learning with Python

You're reading from   Hands-On Unsupervised Learning with Python Implement machine learning and deep learning models using Scikit-Learn, TensorFlow, and more

Arrow left icon
Product type Paperback
Published in Feb 2019
Publisher Packt
ISBN-13 9781789348279
Length 386 pages
Edition 1st Edition
Languages
Arrow right icon
Authors (2):
Arrow left icon
Giuseppe Bonaccorso Giuseppe Bonaccorso
Author Profile Icon Giuseppe Bonaccorso
Giuseppe Bonaccorso
Giuseppe Bonaccorso Giuseppe Bonaccorso
Author Profile Icon Giuseppe Bonaccorso
Giuseppe Bonaccorso
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Getting Started with Unsupervised Learning FREE CHAPTER 2. Clustering Fundamentals 3. Advanced Clustering 4. Hierarchical Clustering in Action 5. Soft Clustering and Gaussian Mixture Models 6. Anomaly Detection 7. Dimensionality Reduction and Component Analysis 8. Unsupervised Neural Network Models 9. Generative Adversarial Networks and SOMs 10. Assessments 11. Other Books You May Enjoy

Chapter 4

  1. In the agglomerative approach, the algorithm starts from each sample, considered as a cluster, and proceeds to merge the sub-clusters until a single cluster has been defined. In the divisive approach, the algorithm starts from a single cluster containing all of the samples, and proceeds by splitting it until every sample makes up a cluster.

  1. The closest points are (0, 0) and (0, 1), so the single linkage is Ls(a, b) = 1. The farthest points are (-1, -1) and (1, 1), so the complete linkage is Lc(a, b) = 2√2.
  2. No; a dendrogram is a tree representation of a hierarchical clustering procedure, given a metric and a linkage.
  3. In an agglomerative clustering, the initial part of a dendrogram contains all of the samples as autonomous clusters.
  4. The y axis reports the dissimilarity.
  5. The dissimilarity increases when merging smaller clusters into larger ones.
  6. Yes; that&apos...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime