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
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?
Wow
ReplyDelete