SVM

SVM

University

7 Qs

quiz-placeholder

Similar activities

Wat is AI?

Wat is AI?

University

8 Qs

Machine Learning Quiz 2

Machine Learning Quiz 2

University

7 Qs

Classification in Machine Learning2

Classification in Machine Learning2

University

10 Qs

Workshop_2

Workshop_2

University

10 Qs

Predictive Analytics

Predictive Analytics

University

10 Qs

ML Evaluation Metrics

ML Evaluation Metrics

University

12 Qs

Fairness Machine Learning

Fairness Machine Learning

University

6 Qs

Expectation Maximization & Gaussian Mixture Model

Expectation Maximization & Gaussian Mixture Model

University

12 Qs

SVM

SVM

Assessment

Quiz

Computers

University

Hard

Created by

Taufique Sayeed

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Suppose you are using a Linear SVM classifier with 2 class classification problem. Now you have been given the following data in which some points are circled red that are representing support vectors.

If you remove the following any one red points from the data. Does the decision boundary will change?

Yes

No

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If you remove the non-red circled points from the data, the decision boundary will change?

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the C parameter is set to infinite, which of the following holds true?

The optimal hyperplane if exists, will be the one that completely separates the data

The soft-margin classifier will separate the data

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The effectiveness of an SVM depends upon:

Selection of Kernel

Kernel Parameters

Soft Margin Parameter C

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SVM’s are less effective when:

The data is linearly separable

The data is clean and ready to use

The data is noisy and contains overlapping points

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would happen when you use very small C (C~0)?

Misclassification would happen

Data will be correctly classified

Can’t say

None of these

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following are real world applications of the SVM?

Text and Hypertext Categorization

Image Classification

Clustering of News Articles

All of the above