Classification and Clustering

Classification and Clustering

University

8 Qs

quiz-placeholder

Similar activities

Machine Learning

Machine Learning

12th Grade - University

10 Qs

G&N Unit 7 b

G&N Unit 7 b

University

4 Qs

Clustering 3

Clustering 3

University

10 Qs

Unsupervised & ANN

Unsupervised & ANN

University

7 Qs

clustering

clustering

University

10 Qs

SVM & K-Means Assessment

SVM & K-Means Assessment

University

8 Qs

Study Jam ML quiz - a

Study Jam ML quiz - a

University

10 Qs

Hierarchical clustering

Hierarchical clustering

University

5 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