SVM & K-Means Assessment

SVM & K-Means Assessment

University

8 Qs

quiz-placeholder

Similar activities

Data mining-Clustering-1

Data mining-Clustering-1

University

7 Qs

Pertemuan 6 DWBI

Pertemuan 6 DWBI

University

10 Qs

AI Mini Test

AI Mini Test

University

10 Qs

Big Data 3

Big Data 3

University

9 Qs

Digitalent 2019 - AI

Digitalent 2019 - AI

University

11 Qs

Machine Learning Quiz by Vishal Sir

Machine Learning Quiz by Vishal Sir

University

11 Qs

Expectation Maximization & Gaussian Mixture Model

Expectation Maximization & Gaussian Mixture Model

University

12 Qs

Clustering_Pertemuan2_Quiz_Ceria

Clustering_Pertemuan2_Quiz_Ceria

University

10 Qs

SVM & K-Means Assessment

SVM & K-Means Assessment

Assessment

Quiz

Computers

University

Easy

Created by

layana Dileep

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Distinguish between the margin and the balanced margin in relation to the plane and data points of a SVM classifier.

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Identify the two major tasks in unsupervised learning as clustering and dimensionality reduction.

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which unsupervised learning task focuses on grouping data points based on similarity?

Dimensionality Reduction

Regression

Classification

Clustering

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dimensionality reduction is mainly used to:

Increase the number of features in the dataset

Summarize and compress data information

Create new class labels for supervised tasks

Enhance clustering performance by adding noise

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Clustering and dimensionality reduction are often applied together to:

Identify hidden patterns and simplify data representation

Enhance supervised learning algorithms

Create a labeled training set automatically

Increase the computational load intentionally

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which scikit-learn algorithm requires the user to pre-specify the number of clusters?

Agglomerative Clustering

Mean-shift

K-means

DBSCAN

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is most appropriate when you do not know the number of clusters in advance?

K-means

Linear Regression

Mean-shift

Support Vector Machines

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The mean-shift algorithm operates by:

Iteratively updating centroids toward the densest regions of data

Partitioning data points with fixed centroids

Using supervised labels for clustering

Randomly assigning data points to clusters