C3_W2_RecSysNN Assignment Problem

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