fanghao6666 / neural-networks-and-deep-learning

This is my assignment on Andrew Ng's course “neural networks and deep learning”
475 stars 399 forks source link

Change in L_model_backward function #7

Closed jayaneetha closed 5 years ago

jayaneetha commented 5 years ago

1st input to the linear_activation_backward should be grads["dA" + str(l+1)] not grads["dA" + str(L)]