NPTEL INTRODUCTION TO ARTIFICIAL INTELLIGENCE WEEK 12 ASSIGNMENT ANSWERS

Q 1. What is the height of the output image after an input image of size 128 x 128 is passed through a convolution filter of size 32 x 32 and stride 8 followed by a convolution filter of size 3 x 3 and stride 1? All dimensions are specified as height x width ?

Answer :   11


Q 2. Consider a two-layer neural network with identical weights W and bias b in each layer and activation function Sigmoid. If the input to the network is x, what is the sum of elements in the output vector? Round your answer to two decimal places

    


Answer  :      1.50

Q 3. If g(z) is the sigmoid function, which of the following is the correct expression for its derivative with respect to z
 
 
 
 
Answer:    g(z) * (1 - g(z)) 

Q 4. Which of the following logical expression(s) involving two variables can be implemented using a single perceptron with the sign function as activation function (sign(x) = 1 if x >= 0 and -1 otherwise)? ~ denotes the NOT operator.
 
 
 
 

Answer:  ABC


Q 5. Suppose we are using a neural network to classify handwritten digits (0-9). Which of the following activation functions is most suitable at the output layer?
 
 
 
 
Answer :  A

Q 6. Which of the following statement(s) is(are) correct about fat + short vs. tall + thin neural networks?
 
 
 
 

Answer : AC

1 point
     Q 7.What is the fundamental difference between classical ML (machine learning) and modern DL (deep learning)?
 
 
 
 
1 point
   Q 8. Which of the following is(are) the motivation behind using neural networks to approximate Q values instead of using                   a table to store these values?
 
 
 
 
1 point
   Q 9.Which of the following statement(s) is(are) true about DQNs for Atari game ?
 
 
 
 
 
Answer :BC
1 point
   Q 10.Which of the following statement(s) is(are) true for Deep Q-learning?
 
 
 s?
 
1 point
Q 11.Which of the following is the most accurate characterization of the robustness issue in deep learning?
 
 
 
 

Comments

Post a Comment

Popular posts from this blog

Why computer programming or coding is so important ?

GATE Question Based on time complexity