Classification and Clustering

Classification and Clustering

University

8 Qs

quiz-placeholder

Similar activities

Q1 - DM

Q1 - DM

University

10 Qs

Computational Thinking - Intro

Computational Thinking - Intro

University

9 Qs

Evaluasi4DM

Evaluasi4DM

University

10 Qs

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

University

10 Qs

10 Questions of Machine Learning

10 Questions of Machine Learning

University

10 Qs

Data, AI and ML with CloudSeekho

Data, AI and ML with CloudSeekho

University - Professional Development

10 Qs

AInnovate

AInnovate

University

10 Qs

ML Course Activity-II

ML Course Activity-II

University

10 Qs

Classification and Clustering

Classification and Clustering

Assessment

Quiz

Computers

University

Easy

Created by

Andy Ohemeng

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a classification algorithm?

K-means

DBSCAN

Decision Tree

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which metric is commonly used to evaluate the performance of a classification model?

Accuracy

Sum of Squared Errors

Mean Absolute Error

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the confusion matrix in classification?

To visualize the data distribution

To evaluate the clustering quality

To summarize the prediction results

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is best suited for a binary classification problem?

K-mean

Logistic Regression

KNN

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a non-hierarchical clustering algorithm?

K-means

Dendogram

Ward’s Method

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the goal of clustering in data analysis?

To predict a target variable

To group similar items together

To reduce the number of features

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary difference between agglomerative and divisive hierarchical clustering?

There is no difference; they are the same

Agglomerative starts with all points as clusters and merges them, while divisive starts with one cluster and splits it

Agglomerative is used for large datasets, while divisive is for small datasets

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a density-based clustering algorithm?

Agglomerative Clustering

DBSCAN

K-means