Week 3 programming assignment, exercise 4

{code removed by mentor}

I am not getting the correct values for A2 despite implementing the forward prop as recommended in the exercise. Please help! Here is my output :

Hello @ultimateabhi,

Welcome to our community!

It seems that you were not using all the input arguments:

image

Taking parameters from input arguments lets us reuse the forward_propagation function. This is important because we need multiple iterations of forward_propagation each taking a better and better set of parameters. You will see this in exercise 8. For now, let the parameters from our input arguments plays its part.

Cheers,
Raymond
PS: I have removed the code for you since we can’t share solutions here.

Thank You for pointing that out! :grimacing: