In the programming assignments these are the codes given to us for dz2 and dz1. what is the role of np.int64(A2>0). To me it seems this is the value of g’(z). is it . how it is?
dZ2 = np.multiply(dA2, np.int64(A2 > 0))
dZ1 = np.multiply(dA1, np.int64(A1 > 0))