C3_W2_RecSysNN Assignment Problem

I’m having problem in this assignment can anybody kindly give some suggestions and what should I update in the code


Hi @Shayan_Chakraborty

a and b are inputs for this function. You do not need to implement them inside your function. If you do it like that then your function will always return the same value because you “hard codded” what a and b are.

You only need one line of code here to calculate the value of d according to given values of a and b

1 Like

Yes thank you understood my mistake and rectified it, Thank you @Lukasz_S

Regards,
Shayan Chakraborty

1 Like