ML QUIZ1

ML QUIZ1

University

25 Qs

quiz-placeholder

Similar activities

Machine Learning  Quiz

Machine Learning Quiz

University

20 Qs

Natural Language Processing CT-2

Natural Language Processing CT-2

University

20 Qs

Unit - 1 (Computer Networks)

Unit - 1 (Computer Networks)

University

25 Qs

QUIZ - KONSENTRASI TEGANGAN

QUIZ - KONSENTRASI TEGANGAN

University

20 Qs

Cloud Computing Unit 1

Cloud Computing Unit 1

University

20 Qs

Machine Learning and Linear Algebra Quiz

Machine Learning and Linear Algebra Quiz

University

20 Qs

Understanding Supervised Learning

Understanding Supervised Learning

University

20 Qs

Machine Learning  Quiz

Machine Learning Quiz

University

20 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?