SVM & K-Means Assessment

SVM & K-Means Assessment

University

8 Qs

quiz-placeholder

Similar activities

Machine Learning Basics

Machine Learning Basics

University

10 Qs

Data Mining - Praproses Data

Data Mining - Praproses Data

University

8 Qs

Kuis Pilihan ganda

Kuis Pilihan ganda

University

6 Qs

Regression in Machine Learning

Regression in Machine Learning

University

10 Qs

Dasar Koding dan Kecerdasan Buatan

Dasar Koding dan Kecerdasan Buatan

10th Grade - University

10 Qs

Tes_Evaluasi Bab5(23/24)

Tes_Evaluasi Bab5(23/24)

University - Professional Development

13 Qs

Data Mining

Data Mining

University

11 Qs

DECODE AI: FINALE

DECODE AI: FINALE

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