Question 1
True
False
Insufficient data to arrive at a conclusion

The IIT Madras BS Deep Learning (Deep Learning) Quiz 1 paper sat on 13 Jul 2025, in the May 2025 term: 14 questions for 50 marks in 120 minutes. Every question is below with its answer. Take it as a timed mock test to be marked, or read it through first.
True
False
Insufficient data to arrive at a conclusion
Correct answer
True
Which of the following is true?
a > b
a < b
a = b
Correct answer
a > b
D2 is linearly separable
The perceptron learning algorithm will converge on D2
D1 is linearly separable
The perceptron learning algorithm will converge on D1
Correct answers
D2 is linearly separable
The perceptron learning algorithm will converge on D2
Correct answer: 1024
To learn the parameters of a neural network for a classification problem, mini-batch gradient descent is run on a dataset of size 1000 with batch size of 25 for 10 epochs. Find the number of times each parameter is updated.
Correct answer: 400
Let be a Boolean function. Consider an MP neuron with five binary inputs, all of which are excitatory. The output of the neuron is given as follows:
is a positive integer. for all tuples .
The given sub-questions are independent of each other.
Based on the above data, answer the given subquestions.
If θ = 1, which of the following are true?
h is the OR function
h is a linearly separable Boolean function
h is the AND function
h is neither OR nor AND
h is not a linearly separable Boolean function
Correct answers
h is the OR function
h is a linearly separable Boolean function
Let be a Boolean function. Consider an MP neuron with five binary inputs, all of which are excitatory. The output of the neuron is given as follows:
is a positive integer. for all tuples .
The given sub-questions are independent of each other.
Based on the above data, answer the given subquestions.
Correct answer: 4
Let be a Boolean function. Consider an MP neuron with five binary inputs, all of which are excitatory. The output of the neuron is given as follows:
is a positive integer. for all tuples .
The given sub-questions are independent of each other.
Based on the above data, answer the given subquestions.
Correct answer: 3
Consider a neural network for a regression problem with one input and one output. There is one hidden layer with two sigmoid neurons. The output layer is linear. Ignore biases in all units.
Based on the above data, answer the given subquestions.
Correct answer: 1
Consider a neural network for a regression problem with one input and one output. There is one hidden layer with two sigmoid neurons. The output layer is linear. Ignore biases in all units.
Based on the above data, answer the given subquestions.
Correct answer: 1.5
Based on the above data, answer the given subquestions.
Find the number of weights in the network.
Correct answer: 350
Based on the above data, answer the given subquestions.
If all the weights in the network have the same value, find the cross entropy loss for an arbitrary data-point. If this can be computed, enter the value of the loss correct to two places after the decimal. If the information provided is not sufficient to compute the loss, enter −1 as the answer.
Correct answer: 1.61 (accepted within ±0.02)
Based on the above data, answer the given subquestions.
Starting at , run two steps of gradient descent with learning rate to obtain . If , enter the value of correct to two places after the decimal. Note that tne sequence of iterates will be: .
Correct answer: 0.36 (accepted within ±0.01)
Based on the above data, answer the given subquestions.
Starting at , we now turn to momentum based gradient descent. The momentum updates are given below. Starting with and , we have:
What should be the momentum parameter so that running two steps of momentum based gradient descent takes us to the global minimum? Note that the sequence of iterates will be: , where is the global minimum of . Enter your answer correct to two places after the decimal.
Correct answer: 0.9 (accepted within ±0.01)