Ass2 Soln
Ass2 Soln
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
______________________________________________________________________________
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:
______________________________________________________________________________
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)
Correct Answer: c
Detailed Solution:
_____________________________________________________________________________
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
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:
____________________________________________________________________________
QUESTION 6:
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
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:
______________________________________________________________________________
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.
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:
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:
************END*******