From the course: AWS Certified Machine Learning Engineer Associate (MLA-C01) Cert Prep
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Hierarchical clustering
From the course: AWS Certified Machine Learning Engineer Associate (MLA-C01) Cert Prep
Hierarchical clustering
- [Presenter] Hello, guys, and welcome again. So, in today's session, we are going to talk about the hierarchical clustering, which is an unsupervised learning clustering algorithm. So, first of all, the hierarchical clustering is an unsupervised learning algorithm, which is used to group similar objects into clusters, forming a hierarchy of clusters. This method is particularly suited for hierarchical data such as taxonomies. So, now, let's talk about the types of hierarchical clustering. So, you have the bottom-up approach, which is the agglomerative, and the top-down approach, which is the divisive. Let's talk about the agglomerative approach. So, in this approach, we are going to start with each data point as a single cluster, and then merge the closest pairs of clusters iteratively until all the points are in one single cluster. So, we would begin with each data point as its own cluster. We would find the two closest clusters and merge 'em together, and then we would iterate this…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
Intro: Modelling (SageMaker built-in algorithms)1m 3s
-
Amazon SageMaker, SageMaker Studio12m 10s
-
(Locked)
Hands-on learning: Amazon SageMaker walkthrough2m 54s
-
(Locked)
Hands-on learning: Create an Amazon SageMaker notebook instance4m 35s
-
(Locked)
Built-in algorithms overview4m 19s
-
(Locked)
Linear Learner8m 27s
-
(Locked)
XGBoost5m 1s
-
(Locked)
LightGBM7m 5s
-
(Locked)
K-Nearest Neighbours4m
-
(Locked)
Factorization Machines4m 38s
-
(Locked)
DeepAR5m 13s
-
(Locked)
Image classification6m 4s
-
(Locked)
Object detection3m 38s
-
Semantic segmentation4m 13s
-
(Locked)
Seq2Seq3m 49s
-
(Locked)
BlazingText5m 8s
-
(Locked)
Neural Topic Model (NTM)2m 38s
-
(Locked)
Latent Dirichlet Allocation (LDA)1m 55s
-
(Locked)
Random Cut Forest (RCF)3m 27s
-
(Locked)
K-means clustering3m 24s
-
(Locked)
Hierarchical clustering8m 36s
-
Object2Vec5m 59s
-
(Locked)
Principal Component Analysis (PCA)2m 22s
-
(Locked)
IP Insights4m
-
(Locked)
Reinforcement learning4m 13s
-
(Locked)
Built-in algorithms recap4m 27s
-
(Locked)
Hyperparameter tuning (automatic model tuning)6m 6s
-
(Locked)
Hands-on learning: Hyperparameter tuning job3m 22s
-
(Locked)
Exam cram6m 58s
-
(Locked)
-
-
-
-
-
-