enggen / Deep-Learning-Coursera

Deep Learning Specialization by Andrew Ng, deeplearning.ai.
1.68k stars 1.33k forks source link

Corrected dAL and used linear_activation_backward() #11

Open Captainspockears opened 4 years ago

Captainspockears commented 4 years ago

I noticed that your implementation of the code was wrong since you hadn't used the linear_activation_backward() as expected by the instructor.