Unsupervised Learning & K-Means

Unsupervised Learning & K-Means

University

9 Qs

quiz-placeholder

Similar activities

Intro to ML: K-Nearest Neighbours

Intro to ML: K-Nearest Neighbours

University

9 Qs

Machine Learning

Machine Learning

University

10 Qs

Unsupervised & ANN

Unsupervised & ANN

University

7 Qs

Clustering_Pertemuan2_Quiz_Ceria

Clustering_Pertemuan2_Quiz_Ceria

University

10 Qs

DATA CLUSTERING ALGORITHM TEST 1

DATA CLUSTERING ALGORITHM TEST 1

University

6 Qs

Distance Based Clustering

Distance Based Clustering

University

5 Qs

G&N Unit 7 a

G&N Unit 7 a

University

6 Qs

Machine Learning Final Quiz

Machine Learning Final Quiz

University

10 Qs

Unsupervised Learning & K-Means

Unsupervised Learning & K-Means

Assessment

Quiz

Computers

University

Medium

Created by

Emily Anne

Used 1+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main goal of unsupervised learning?

To classify labeled data

To find hidden patterns in unlabeled data

To predict future values

To train a supervised model

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of an unsupervised learning algorithm?

Decision Trees

Logistic Regression

K-Means Clustering

Support Vector Machines

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the “K” in K-Means Clustering represent?

The number of features in the dataset

The number of clusters

The number of iterations in training

The distance metric used

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does K-Means initialize the cluster centroids?

Randomly selecting K points from the dataset

Placing them at the origin (0,0)

Assigning all points to a single centroid

Using supervised learning to determine initial positions

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What distance metric is most commonly used in K-Means?

Manhattan Distance

Cosine Similarity

Euclidean Distance

Hamming Distance

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a common method for choosing the optimal number of clusters (K) in K-Means?

Backpropagation

The Elbow Method

Gradient Descent

Confusion Matrix

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens if K is chosen too large in K-Means?

Some clusters may be empty

The clusters will be too general

The model may overfit and capture noise

The algorithm will fail to converge

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens when K-Means is applied to non-spherical clusters?

It still works perfectly

It may incorrectly cluster points due to its assumption of spherical shapes

It automatically adjusts its distance metric

It runs infinitely without stopping

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a stopping criterion for the K-Means algorithm?

When centroids no longer change significantly

When the maximum number of iterations is reached

When the algorithm achieves 100% accuracy

When the total within-cluster variance stops decreasing significantly