fanghao6666 / neural-networks-and-deep-learning

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

Update Building your Deep Neural Network Step by Step v3.py #13

Closed wangyeahua closed 3 years ago

wangyeahua commented 3 years ago

923line, fix a index error, change "...grads["dA" + str(l+1)]..." to "...grads["dA" + str(l+2)]..."