Hello,
refer this
It is a mistake to “hard-code” the value of the learning rate. It is passed in and you just use it “as is”.
Yes, there is clearly something wrong with your code. Now you need to figure out where the bug is.
You need to go back and check if you have written right codes for w
For the cells above , all the tests were passed ,and for the current cell I just used : w=params[‘’ w ‘’]
if you see in the error log, it clearly mentions traceback (most recent call last)
so go to the most previous grader cell.
Why are you expecting functions calls to understand your shortcut names? they don’t like nick names
They like to be called as they are suppose to be ![]()
Retrieve parameters w and b from dictionary “parameters”
you can send codes for the two previous grader cells via personal DM. Click on my name and then message.
Because I already defined ‘params’ previously in the code ,but now I changed , and as expected it is still the same .
Check your DM, I have sent you the reasoning for your error.



