ML QUIZ1

ML QUIZ1

University

25 Qs

quiz-placeholder

Similar activities

SCAVENGER

SCAVENGER

University

25 Qs

Quiz 3

Quiz 3

University

20 Qs

DAA 4th Sem

DAA 4th Sem

University

20 Qs

Computer Networks CT-1

Computer Networks CT-1

University

20 Qs

Final Demo

Final Demo

University

20 Qs

UNIT III

UNIT III

University

20 Qs

Solidworks Basics Quiz for Students

Solidworks Basics Quiz for Students

10th Grade - University

20 Qs

HARSHA R QUIZ

HARSHA R QUIZ

University

25 Qs

ML QUIZ1

ML QUIZ1

Assessment

Quiz

Engineering

University

Hard

Created by

Sunil Kumar

Used 6+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

In a linear regression problem, h(x) is the predicted value of the target variable, y is the actual value of the target variable, m is the number of training examples. What do we try to minimize?

(h(x) – y) / m

(h(x) – y)2 / 2*m

(h(x) – y) / 2*m

(y – h(x))

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Can a cancer detection problem be solved by logistic regression?

Yes, logistic regression can be used to solve a cancer detection problem.
Cancer detection requires complex neural networks, not logistic regression.
Logistic regression can only be used for binary classification problems unrelated to health.
No, logistic regression is not suitable for cancer detection.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a logistic regression problem, what is a possible output for a new instance?

A continuous value greater than 1
A binary value of 0 or 1
A categorical label such as 'yes' or 'no'
A probability value between 0 and 1

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Let g be the sigmoid function. Let a = 0. What is the value of g(a)?

-1
1
0.5
0

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the Manhattan distance between a data point (9, 7) and a new query instance (3, 4)?

9
5
12
8

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is not true about the Decision tree?

It starts with a tree with a single leaf and assign this leaf a label according to a majority vote among all labels over the training set

It performs a series of iterations and on each iteration, it examine the effect of splitting a single leaf

It defines some gain mea sure that quantifies the improvement due to the split

Among all possible splits, it either choose the one that minimizes the gain and perform it, or choose not to split the leaf at all

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following statements is not true about Information Gain?

It is a gain measure that is used in the ID3 algorithms

It is the difference between the entropy of the label before and after the split

It is based on the decrease in entropy after a data-set is split on an attribute

Constructing a decision tree is all about finding attribute that returns the lowest information gain

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?