SUPARN PATRA
Schools
Exams
Paths
Blog
Quizzes
Tools
Playground
About
Home
/
Quizzes
/
AI / ML Path
/
Deep Learning Frameworks
AI / ML Path
Deep Learning Frameworks
10 questions
Question 1 of 10
Score:
0
/ 0
What does the following print? import torch x = torch.tensor(4.0, requires_grad=True) y = x ** 3 y.backward() print(x.grad.item())
A
12.0
B
64.0
C
3.0
D
48.0
← Back to lesson notes