NPTEL Deep Learning Week 3 Assignment Answers 2023

Join Our WhatsApp Group Join Now
Join Us On Telegram Join Now

NPTEL Deep Learning Assignment 1 Solutions 2023

NPTEL Deep Learning Week 3 Assignment Answers 2023

NPTEL Deep Learning Week 3 Assignment Answers 2023

1. What is the shape of the loss landscape during optimization of SVM?

a. Linear
b. Paraboloid
c. Ellipsoidal
d. Non-convex with multiple possible local minimum

Answer :-  b. Paraboloid

2. For a 2-class problem what is the minimum possible number of support vectors. Assume there are more than 4 examples from each class

a. 4
b. 1
c. 2
d. 8

Answer :- c. 2

3. Choose the correct option regarding classification using SVM for two classes

Statement i:
While designing an SVM for two classes, the equation y (a*x; + b) ≥ 1 is used to choose
the separating plane using the training vectors.
Statement ii: During inference, for an unknown vector x;, if y;(ax; + b) ≥ 0, then the vector can be
assigned class 1.
Statement iii : During inference, for an unknown vector x;, if (ax; + b) > 0, then the vector can be
assigned class 1.

a. Only Statement i is true
b. Both Statements i and it are true
c. Both Statements i and i are true
d. Both Statements ii and ili are true

Answer :- For Answer Click Here

4. Find the scalar projection of vector b = <-4, 1> onto vector a = <1,2>?

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- For Answer Click Here

6. Suppose we have the below set of points with their respective classes as shown in the table. Answer the following question based on the table.

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- For Answer Click Here

7. Suppose we have the below set of points with their respective classes as shown in the table. Answer the following question based on the table.

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- For Answer Click Here

8. Suppose we have the below set of points with their respective classes as shown in the table. Answer the following question based on the table.

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- For Answer Click Here

9. Suppose we have the below set of points with their respective classes as shown in the table. Answer the following question based on the table.

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- For Answer Click Here

10. Which one of the following is a valid representation of hinge loss (of margin = 1) for a two-class problem?

y = class label (+1 or -1).
p = predicted (not normalized to denote any probability) value for a class.?


a. L(y, p) = max(0, 1 – yp)
b. L(y, p) = min(0, 1 – yp)
c. L(y, p) = max(0, 1 + yp)
d. None of the above

Answer :- For Answer Click Here
Course NameDeep Learning
CategoryNPTEL Assignment Answer
Home Click Here
Join Us on TelegramClick Here

NPTEL Deep Learning Week 2 Assignment Answers 2023

1. Choose the correct option regarding discriminant functions g(x) for multiclass classification (x is the feature vector to be classified)
Statement i : Risk value R a; x) in Bayes minimum risk classifier can be used as a discriminant function.
Statement ii: Negative of Risk value R (at|×) in Bayes minimum risk classifier can be used as a discriminant function.
Statement iii: Aposteriori probability P(w; x) in Bayes minimum error classifier can be used as a discriminant function. Statement iv : Negative of Aposteriori probability P(w; x) in Bayes minimum error classifier can be used as a discriminant function.


a. Only Statement i is true
b. Both Statements ii and ili are true
c. Both Statements i and iv are true
d. Both Statements i and iv are true

Answer :- b. Both Statements ii and ili are true 

2. Which of the following is regarding functions of discriminant functions gi(x) i.e., f(g(x))

a. We can not use functions of discriminant functions f(g(x)), as discriminant functions for multiclass classification.
b. We can use functions of discriminant functions, f(g(x)), as discriminant functions for multiclass classification provided, they are constant functions i.e., f(g(x)) = C where C is a constant.
c. We can use functions of discriminant functions, f(g(x)), as discriminant functions for multiclass classification provided, they are monotonically increasing functions.
d. None of the above is true.

Answer :- c. We can use functions of discriminant functions, f(g(x)), as discriminant functions for multiclass classification provided, they are monotonically increasing functions. 

3. The class conditional probability density function for the class wi; i.e., P(x| wi) for a multivariate normal (or Gaussian) distribution (where x is a d dimensional feature vector) is given by

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- a.

4. There are some data points for two different classes given below.
Class 1 points: {(2, 6), (3, 4), (3, 8), (4, 6)}
Class 2 points: {(3, 0), (1, -2), (5, –2), (3, -4)}
Compute the mean vectors μ1 and μ2 for these two classes and choose the correct option.

a. μ1 = [2 6] and μ2 = [3 -1]
b. μ1 = [3 6] and μ2 = [2 -2]
c. μ1 = [3 6] and μ2 = [3 -2]
d. μ1 = [3 5] and μ2 = [2 -3]

Answer :- c

5. There are some data points for two different classes given below.

Class 1 points: {(2, 6), (3, 4), (3, 8), (4, 6)}
Class 2 points: {(3, 0), (1, -2), (5, -2), (3, -4)}

Compute the covariance matrices Σ1 and Σ2 and choose the correct option.

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- b
NPTEL Deep Learning Week 3 Assignment Answers 2023

6. There are some data points for two different classes given below.
Class 1 points: {(2, 6), (3, 4), (3, 8), (4, 6)}
Class 2 points: {(3, 0), (1, -2), (5, -2), (3, -4)}

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- b

7. Let  ∑i; represents the covariance matrix for ith class. Assume that the classes have the same co-variance matrix. Also assume that the features are statistically independent and have same co-variance. Which of the following is true?

a. ∑i; = ∑, (diagonal elements of are zero)
b. ∑i; = ∑, (diagonal elements of 2 are non-zero and different from each other, rest of the elements are zero)
C. ∑i; =∑, (diagonal elements of 2 are non-zero and equal to each other, rest of the elements are zero)
d. None of these

Answer :- c

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

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :- c

9.

NPTEL Deep Learning Week 3 Assignment Answers 2023
Answer :-  d

10. You are given some data points for two different class.
Class 1 points: {(11, 11), (13, 11), (8, 10), (9, 9), (7, 7), (7, 5), (15, 3)}
Class 2 points: {(7, 11), (15, 9), (15, 7), (13, 5), (14, 4), (9, 3), (11, 3)}
Assume that the points are samples from normal distribution and a two class Bayesian classifier is used to classify them. Also assume the prior probability of the classes are equal i.e.,
P(w1) =P(wz)

Which of the following is true about the corresponding decision boundary used in the classifier? (Choose correct option regarding the given statements)
Statement i: Decision boundary passes through the midpoint of the line segment joining the means of two classes
Statement ii: Decision boundary will be orthogonal bisector of the line joining the means of two classes.

a. Only Statement i is true
b. Only Statement ii is true
c. Both Statement i and i are true
d. None of the statements are true

Answer :- a

NPTEL Deep Learning Week 1 Assignment Answers 2023

1. Signature descriptor of an unknown shape is given in the figure, can you identify the unknown shape?

NPTEL Deep Learning Week 3 Assignment Answers 2023
  • a. Circle
  • b. Square
  • c. Straight line
  • d. Rectangle
Answer:- d. Rectangle

2. Signature descriptor of an unknown shape is given in the figure, If d (0) is measured in cm., what is the area of the unknown shape?

NPTEL Deep Learning Week 3 Assignment Answers 2023
  • a. 120 sq. cm.
  • c. 240 sq. cm.
  • d. 100 sq. cm.
  • b. 144 sq. cm.
Answer:- c

3. To measure the Smoothness, coarseness and regularity of a region we use which of the transformation to extract feature?

  • Gabor Transformation
  • Wavelet Transformation
  • Both Gabor, and Wavelet Transformation.
  • None of the Above.
Answer:- Both Gabor, and Wavelet Transformation. 

4. Given the 5 x 5 image I (fig 1), we can compute the gray co-occurrence matrix C (fig 2) by specifying the displacement vector d = (dx, dy). Let the position operator be specified as (1, 1), which has the interpretation: one pixel to the right and one pixel below. (Both the image and the partial gray co-occurrence is given in the figure 1, and 2 respectively. Blank values and ‘x’ value in gray co-occurrence matrix are unknown.)

NPTEL Deep Learning Week 3 Assignment Answers 2023
NPTEL Deep Learning Week 3 Assignment Answers 2023

What is the value of ‘x’?

  • a. 0
  • b. 1
  • c. 2
  • d. 3
Answer:- a

5. Given the 5 x 5 image I (fig 1), we can compute the gray co-occurrence matrix by specifying the displacement vector d = (dx, dy). Let the position operator be specified as (1, 1), which has the interpretation: one pixel to the right and one pixel below. What is the value of maximum probability descriptor?

  • a. 3/16
  • b. 1/4
  • c. 3/12
  • d. 1/3
Answer:- b

6. Which of the following is a region descriptor?

  • a. Polygonal Representation
  • b. Fourier descriptor
  • c. Signature
  • d. Intensity histogram.
Answer:- d. Intensity histogram.

7. We use gray co-occurrence matrix to extract which type of information?

  • a. Boundary
  • b. Texture
  • c. MFCC
  • d. Zero Crossing rate.
Answer:- b. Texture

8. A single card is drawn from a standard deck of playing cards. What is the probability of that a heart is drawn or a 5? (Hints: A standard deck of 52 cards has 4 suits namely heart, spades, diamonds and clubs)

  • a. 3/13
  • b. 4/13
  • c. 17/52
  • d. 19/52
Answer:- b. 4/13

9. which of following is strictly true for a two-class problem Bayes minimum error classifier? (The two different classes are w1 and w2, and input feature vector is x)

  • a. Choose w1 if P(x/wi) > P(x/w2)
  • b. Choose w1 if P(w1)>P(w2)
  • c. Choose w2 if P(w1/x)>P(w2/x)
  • d. Choose w1 if P(w1/x)>P(w2/x)

Answer:- d

10. Consider two class Bayes’ Minimum Risk Classifier. Probability of classes W1 and W2 are, P (w1) =0.2 and P (w2) =0.8 respectively. P (x| w1) = 0.75, P (x| w2) = 0.5 and the loss matrix values are

Answer:- d

Important Links

Follow us & Join Our Groups for Latest Information
Updated by US
🔥Follow US On Google NewsClick Here
🔥WhatsApp Group Join NowClick Here
🔥Join US On TelegramClick Here
🔥WebsiteClick Here

Leave a comment