KNN and Decision Tree

KNN and Decision Tree

University

8 Qs

quiz-placeholder

Similar activities

Intro to ML: Unsupervised Learning

Intro to ML: Unsupervised Learning

University

10 Qs

Weekly Quiz 1

Weekly Quiz 1

4th Grade - Professional Development

10 Qs

Predictive Analytics

Predictive Analytics

University

10 Qs

Expectation Maximization & Gaussian Mixture Model

Expectation Maximization & Gaussian Mixture Model

University

12 Qs

dwdm7

dwdm7

University

3 Qs

Machine Learning Internal Examination

Machine Learning Internal Examination

University

10 Qs

BAN2022_CH4: Classification Part II K-NN (EOC)

BAN2022_CH4: Classification Part II K-NN (EOC)

University

7 Qs

Machine Learning

Machine Learning

University

10 Qs

KNN and Decision Tree

KNN and Decision Tree

Assessment

Quiz

Computers

University

Medium

Created by

Nur Izzati Ab Kader

Used 62+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  1. KNN algorithm does more computation on test time rather than train time.

True

False

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

  1. Which of the following statement is true about k-NN algorithm? (can be more than 1 answer is true)

k-NN performs much better if all of the data have the same scale

k-NN works well with a small number of input variables (p), but struggles when the number of inputs is very large

k-NN makes no assumptions about the functional form of the problem being solved

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following distance metric can not be used in k-NN?

Manhattan

Euclidean

Chebychev

All can be used

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following will be Euclidean Distance between the two data point A(1,3) and B(2,3)?

1

2

4

8

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In decision tree, the inner node represents a class

True

False

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which algorithm is using information gain as its splitting criteria?

ID3

C4.5

CART

All of above are true

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Attribute which entropy has value 0 is purest.

True

False

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following algorithm are not an example of ensemble learning algorithm?

Random Forest

Adaboost

Gradient Boosting

Decision Trees