Python for Machine Learning - The Complete Beginners Course - Hierarchical Clustering

Python for Machine Learning - The Complete Beginners Course - Hierarchical Clustering

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

Hierarchical clustering is a method of creating clusters with a predetermined order from top to bottom. It is similar to how files and folders are organized on a hard disk. This clustering method allows us to see the relationships between subclusters. There are two main strategies: divisive, which is a top-down approach starting with a large cluster and breaking it into smaller ones, and agglomerative, which is a bottom-up approach where each observation starts in its own cluster and clusters are merged as they move up the hierarchy.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main characteristic of hierarchical clustering?

It involves creating clusters with a predetermined order.

It creates clusters with no specific order.

It is unrelated to the organization of files and folders.

It only uses a bottom-up approach.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes divisive clustering?

It does not involve any hierarchy.

It begins with a large cluster and divides it into smaller ones.

It is a bottom-up approach.

It starts with individual observations and merges them.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In divisive clustering, what is the initial step?

Start with individual observations.

Merge clusters into a larger one.

Ignore the hierarchy.

Begin with a large cluster and break it down.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does agglomerative clustering differ from divisive clustering?

It starts with a large cluster and divides it.

It is a top-down approach.

Each observation starts in its own cluster and clusters are merged.

It does not involve merging clusters.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial condition in agglomerative clustering?

All observations are in a single large cluster.

Each observation starts in its own cluster.

Clusters are divided into smaller ones.

There is no initial condition.