🍀 Challenge: Finding Gradient
Test yourself on gradient calculation.
Problem statement
You have already set up the computation graph in the previous exercise. The computation graph is provided to you. Now, your task is to find the gradient at .
Follow the steps below:
- Work out the gradient and .
- Print the gradient at .
- Print the gradient at .
Input
A computation graph between tensors a
, b
, x
, y
, and z
.
Output
Gradient at Gradient at
Get hands-on with 1300+ tech skills courses.