K-Nearest Neighbors (kNN)

K-Nearest Neighbors (kNN)

Professional Development

6 Qs

quiz-placeholder

Similar activities

Business Analytics

Business Analytics

Professional Development

10 Qs

Weekly Quiz 1

Weekly Quiz 1

4th Grade - Professional Development

10 Qs

FinTech 13-1 AWS

FinTech 13-1 AWS

Professional Development

9 Qs

Blockchain

Blockchain

5th Grade - Professional Development

10 Qs

Data Scientist Track Challenge

Data Scientist Track Challenge

Professional Development

10 Qs

Business Analytics

Business Analytics

Professional Development

10 Qs

Introduction into Machine Learning

Introduction into Machine Learning

Professional Development

10 Qs

Code Buster - Quiz

Code Buster - Quiz

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