Quiz Space

Deep Learning · Quiz 1 · 26 Oct 2025 · September 2025 term · Set 3

Question 7: You are adapting a neural network that was originally des…

Question 7

+3 marksOne or more correct options

You are adapting a neural network that was originally designed for a 10-class image classification problem to perform a regression task, specifically to predict the price of a car. Which of the following modifications are essential or standard practice for this conversion?

Select all that apply.

  1. A

    Change the activation function of the final output layer to a linear function.

  2. B

    Set the number of neurons in the output layer to one.

  3. C

    Change the loss function from Categorical Cross-Entropy to Mean SquaredError (MSE).

  4. D

    Use accuracy as the primary metric to evaluate the model’s performance.

  5. E

    Keep the softmax activation function in the output layer to scale the predictedprice.

Show answer

Correct answers

  • A

    Change the activation function of the final output layer to a linear function.

  • B

    Set the number of neurons in the output layer to one.

  • C

    Change the loss function from Categorical Cross-Entropy to Mean SquaredError (MSE).

Question 7 of 22 in the IIT Madras BS Deep Learning (Deep Learning) Quiz 1 paper sat on 26 Oct 2025, in the September 2025 term (IIT M DEGREE AN EXAM QDB4 26 Oct 2025). It carries 3 marks.

This question was also asked in

More questions from this paper

  1. Q1THIS IS QUESTION PAPER FOR THE SUBJECT "DEGREE LEVEL : DEEP LEARNING (COMPUTER BASED EXAM)" ARE YOU SURE YOU HAVE TO WR…
  2. Q2Figure question
  3. Q3Figure question
  4. Q4Which of the following statements best describes the primary representational advantage of a Multi-Layer Perceptron (ML…
  5. Q5A data scientist is training a deep learning model on a massive dataset containing billions of data points. They find t…
  6. Q6Figure question
  7. Q8Figure question
  8. Q9Figure question
  9. Q10What is the value of the output of the hidden layer? (Answer correct upto two digits after the decimal)
  10. Q11What is the value of the cross entropy loss? (use natural log). (Answer correct upto two digits after the decimal)
  11. Q12Based on the above data, answer the given subquestions.
  12. Q13Use cross entropy loss and compute the gradient of W1 which is the weight between input and hidden layer. (consider upt…
  13. Q14Based on the above data, answer the given subquestions.
  14. Q15Based on the above data, answer the given subquestions.
  15. Q16Based on the above data, answer the given subquestions.
  16. Q17Based on the above data, answer the given subquestions.
  17. Q18After one iteration of gradient descent, will the new weight for W1 be the same as the previous weight?
  18. Q19After one iteration of gradient descent, will the new weight for W2 be the same as the previous weight?
  19. Q20Based on the above data, answer the given subquestions.
  20. Q21Based on the above data, answer the given subquestions.
  21. Q22Suppose you build a neural network with one hidden layer that uses sigmoid as an activation function and an output laye…