K-Nearest Neighbors (kNN)

K-Nearest Neighbors (kNN)

Professional Development

6 Qs

quiz-placeholder

Similar activities

FinTech 18-3 Blockchain

FinTech 18-3 Blockchain

Professional Development

8 Qs

RedisGeek

RedisGeek

Professional Development

10 Qs

Sarah's Supportive Simps

Sarah's Supportive Simps

Professional Development

10 Qs

Melanie martinez

Melanie martinez

KG - Professional Development

7 Qs

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence

Professional Development

5 Qs

Razonamiento Abstracto

Razonamiento Abstracto

Professional Development

9 Qs

Business Analytics

Business Analytics

Professional Development

10 Qs

กลไกการป้องกันทางจิต (Defense mechanisms)

กลไกการป้องกันทางจิต (Defense mechanisms)

1st Grade - Professional Development

10 Qs

K-Nearest Neighbors (kNN)

K-Nearest Neighbors (kNN)

Assessment

Quiz

Other

Professional Development

Medium

Created by

Yazeid Alqahtani

Used 173+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

k-NN algorithm does more computation on test time rather than train time.

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

In the image below, which would be the best value for k assuming that the algorithm you are using is k-Nearest Neighbor.

3

10

20

50

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following option is true about k-NN algorithm?

It can be used for classification

it can be used for regression

It can be used in both classification and regression

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following machine learning algorithm can be used for imputing missing values of both categorical and continuous variables?

Linear Regression

K-NN

Logistic Regression

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following statement is true about k-NN algorithm?

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


2-k-NN works well with a small number of features (X's), but struggles when the number of inputs is very large


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

1 and 2

1 and 3

Only 1

All of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When you find noise in data which of the following option would you consider in k-NN?

I will increase the value of k

I will decrease the value of k

Noise can not be dependent on value of k

None of these