[removed code]
Your backward propagation works perfectly fine! difference = 2.919335883291695e-10---------------------------------------------------------------------------AssertionErrorTraceback (most recent call last)in6expected_values=[0.2850931567761623,1.1890913024229996e-07]7assertnot(type(difference)==np.ndarray),“You are not using np.linalg.norm for numerator or denominator”----> 8assertnp.any(np.isclose(difference,expected_values)),"Wrong value. It is not one of the expected values"AssertionError: Wrong value. It is not one of the expected values
Expected output:
There is a mistake in the backward propagation!difference = 0.2850931567761623
I still get wrong value. Can anyone help me, please!