Quiz on machine learning

Quiz on machine learning

Professional Development

20 Qs

quiz-placeholder

Similar activities

Piggy

Piggy

KG - Professional Development

20 Qs

The Legend of Korra

The Legend of Korra

KG - Professional Development

17 Qs

Piggy quiz

Piggy quiz

KG - Professional Development

17 Qs

unit 7 review

unit 7 review

KG - Professional Development

15 Qs

Botw

Botw

Professional Development

16 Qs

90's Trivia Fun

90's Trivia Fun

Professional Development

15 Qs

Piggy|Roblox

Piggy|Roblox

KG - Professional Development

19 Qs

BEE SWARM SIMULATOR

BEE SWARM SIMULATOR

KG - Professional Development

17 Qs

Quiz on machine learning

Quiz on machine learning

Assessment

Quiz

Other

Professional Development

Hard

Created by

ameya patil

Used 58+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a classification problem, the outputs are

categorical or discrete

numerical or continuous

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a regression problem, the output is _

categorical or discrete

numerical or continuous

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between K-means and KNN Algorithms?

K-means is supervised while KNN is unsupervised

K-Means is used for clustering while KNN is used for classification and regression

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

KNeighborsClassifier class can be imported as:

from sklearn.ensemble import KNeighborsClassifier

from sklearn.neighbors import KNeighborsClassifier

from sklearn.tree import KNeighborsClassifier

from sklearn import KNeighborsClassifier

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is FALSE about SVM?

SVM has inbuilt L2 regularization capabilities

SVM solves both classification and regression problems

It does not require any feature scaling

Choosing an appropriate Kernel function is difficult

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is FALSE about Entropy in context of Decision Tree?

Entropy keeps on increasing as we keep splitting the nodes

Entropy is calculated using Information Gain

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is FALSE about Random Forest and Adaboost?

Random Forest aims to decrease variance and not bias

Adaboost aims to decrease bias not variance

Both Adaboost and Random Forest aim to decrease both bias and variance

None of the above

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?