NPTEL Deep Learning Week 5 Assignment Answers 2025

NPTEL Deep Learning Week 5 Assignment Answers 2025

1. Suppose a fully-connected neural network has a single hidden layer with 30 nodes. The input is represented by a 3D feature vector and we have a binary classification problem. Calculate the number of parameters of the network. Consider there are NO bias nodes in the network.

a. 100
b. 120
C. 140
d. 125

Answer :- For Answers Click Here 

2. For a binary classification setting, if the probability of belonging to class= +1 is 0.22, what is the probability of belonging to class= -1 ?

a. 0
b. 0.22
c. 0.78
d. -0.22

Answer :- 

3. Input to SoftMax activation function is (2,4,6]. What will be the output?

a. [0.11,0.78,0.11]
b. [0.016,0.117, 0.867]
c. [0.045,0.910,0.045]
d. [0.21, 0.58,0.21)

Answer :- 

4. A 3-input neuron has weights 1, 0.5, 2. The transfer function is linear, with the constant of proportionality being equal to 2. The inputs are 2, 20, 4 respectively. The output will be:

a. 40
b. 20
C. 80
d. 10

Answer :- 

5. Which one of the following activation functions is NOT analytically differentiable for all real
values of the given input?

a. Sigmoid
b. Tanh
c. ReLU
d. None of the above

Answer :- 

6.

Answer :- For Answers Click Here 

7. In a simple MLP model with 10 neurons in the input layer, 100 neurons in the hidden layer and 1 neuron in the output layer. What is the size of the weight matrices between hidden output layer
and input hidden layer?

a. [10×1] , [100 X 2]
b. [100×1], [ 10 X 1]
C. [100 x 10], [10 x 1]
d. [100x 1] , [10 x 100]

Answer :- 

8. Consider a fully connected neural network with input, one hidden layer, and output layer with 40, 2, 1 nodes respectively in each layer. What is the total number of leamable parameters (no biases)?

a. 2
b. 82
C. 80
d. 40

Answer :- 

9. You want to build a 10-class neural network classifier, given a cat image, you want to classify which of the 10 cat breeds it belongs to. Which among the 4 options would be an appropriate loss function to use for this task?

a. Cross Entropy Loss
b. MSE Loss
c. SSIM Loss
d. None of the above

Answer :- 

10. You’d like to train a fully-connected neural network with 5 hidden layers, each with 10 hidden units. The input is 20-dimensional and the output is a scalar. What is the total number of trainable parameters in your network? There is no bias.

a. (20+1)10 + (10+1)104 + (10+1)1|
b. (20)10 + (10)104 + (10)1
c. (20)10 + (10)105 + (10)1
d. (20+1)10 + (10+1)105 + (10+1)1

Answer :- For Answers Click Here 
Scroll to Top