Consider the computation graph given below. x, y and z are input to the graph to compute f. (Note that exp denotes the exponential function)
X
*
u
v
y
+
exp
f
max
k
w
Suppose you are given that x=1, y=-2, z=1 and w=2. After the forward pass and backpropagation what are the values of:
$\frac{\partial f}{\partial u}$, $\frac{\partial f}{\partial x}$, $\frac{\partial f}{\partial w}$, $\frac{\partial f}{\partial z}$
Blank # 1
Blank # 2
Blank # 3
Blank # 4