Question 4
Consider the following code:
What will be the final output of the code (z_biased)?
tensor([0.0000, 4.0000])
tensor([1.5000, 4.7000])
tensor([0.5000, 8.7000])
tensor([1.5000, 7.7000])
Consider the following code:
What will be the final output of the code (z_biased)?
tensor([0.0000, 4.0000])
tensor([1.5000, 4.7000])
tensor([0.5000, 8.7000])
tensor([1.5000, 7.7000])
Correct answer
tensor([1.5000, 7.7000])
Question 4 of 20 in the IIT Madras BS Introduction to Deep Learning and Generative AI (Deep Learning and GenAI) Quiz 2 paper sat on 12 Apr 2026, in the January 2026 term (Introduction To Deep Learning And Generative Ai 06 Apr 26). It carries 2 marks.