0% found this document useful (0 votes)
16 views6 pages

Ass2 Soln

The document contains an assignment for a Deep Learning course from IIT Kharagpur, consisting of 10 multiple-choice questions related to discriminant functions, decision surfaces, and classifiers. Each question includes the correct answer and a brief explanation. The total marks for the assignment are 20.

Uploaded by

Revathi S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views6 pages

Ass2 Soln

The document contains an assignment for a Deep Learning course from IIT Kharagpur, consisting of 10 multiple-choice questions related to discriminant functions, decision surfaces, and classifiers. Each question includes the correct answer and a brief explanation. The total marks for the assignment are 20.

Uploaded by

Revathi S
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Deep Learning
Assignment- Week 2
TYPE OF QUESTION: MCQ/MSQ
Number of questions: 10 Total mark: 10 X 2 = 20
______________________________________________________________________________

QUESTION 1:
Suppose if you are solving an n-class problem, how many discriminant function you will need
for solving?

a. n-1
b. n
c. n+1
d. n-2

Correct Answer: b

Detailed Solution: For n class problem we need n number of discriminant function.

______________________________________________________________________________

QUESTION 2:
If we choose the discriminant function as a function of posterior probability. i.e.
. Then which of following cannot be the function ?

a.
b.
c.
d.

Correct Answer: b

Detailed Solution:

The function f () should be a monotonic increasing function.

______________________________________________________________________________
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

QUESTION 3:
What will be the nature of decision surface when the covariance matrices of different classes
are identical but otherwise arbitrary? (Given all the classes has equal class probabilities)

a. Always orthogonal to two surfaces


b. Generally not orthogonal to two surfaces
c. Bisector of the line joining two mean, but not always orthogonal to two surface.
d. Arbitrary

Correct Answer: c

Detailed Solution:

Options are self-explanatory.

_____________________________________________________________________________

QUESTION 4:
The mean and variance of all the samples of two different normally distributed class 1 and 2
are given

What will be the value expression of decision boundary between these two classes if both the class has
equal class probability 0.5? For the input sample consider

a.
b.
c.
d.

Correct Answer: a

Detailed Solution:

This is the most general case of discriminant function for normal density. The inverse
matrices are
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

Setting we get the decision boundary as

QUESTION 5:

For a two class problem, the linear discriminant function is given by g(x) =aty. What is the
updating rule for finding the weight vector a. Here y is augmented feature vector.
a. Adding the sum of all augmented feature vector which are misclassified multiplied by the
learning rate to the current weigh vector.
b. Subtracting the sum of all augmented feature vector which are misclassified multiplied by the
learning rate from the current weigh vector.
c. Adding the sum of the all augmented feature vector belonging to the positive class multiplied
by the learning rate to the current weigh vector.
d. Subtracting the sum of all augmented feature vector belonging to the negative class multiplied
by the learning rate from the current weigh vector.

Correct Answer: a
Detailed Solution:

For derivation refer to video lectures.

____________________________________________________________________________

QUESTION 6:

For minimum distance classifier which of the following must be satisfied?

a. All the classes should have identical covariance matrix and diagonal matrix.
b. All the classes should have identical covariance matrix but otherwise arbitrary.
c. All the classes should have equal class probability.
d. None of above.

Correct Answer: c
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

Detailed Solution: Options are self-explanatory.

QUESTION 7:
Which of the following is the updating rule of gradient descent algorithm? Here is gradient
operator and is learning rate.

a.

b.

c.

d.

Correct Answer: a

Detailed Solution:

Gradient descent is an optimization algorithm used to minimize some function by iteratively


moving in the direction of steepest descent as defined by the negative of the gradient.

______________________________________________________________________________
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

QUESTION 8:
The decision surface between two normally distributed class 1 and 2 is shown on the figure.
Can you comment which of the following is true?

a.

b.

c.

d. None of the above.

Correct Answer: c

Detailed Solution:

If the prior probabilities are not equal, the optimal boundary hyperplane is shifted away
from the more likely mean.

______________________________________________________________________________

QUESTION 9:
In k- -NN), how we classify an unknown object?

a. Assigning the label which is most frequent among the k nearest training samples.
b. Assigning the unknown object to the class of its nearest neighbour among
training sample.
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

c. Assigning the label which is most frequent among the all training samples except
the k farthest neighbor.
d. None of this.

Correct Answer: a

Detailed Solution:

Options are self-explanatory.

QUESTION 10:

What is the direction of weight vector w.r.t. decision surface for linear classifier?

a. Parallel
b. Normal
c. At an inclination of 45
d. Arbitrary

Correct Answer: b

Detailed Solution:

Options are self-explanatory.

************END*******

You might also like