Continuing the discussion from C1_W2_Linear_Regression Excercise 1:
Please state your issue here, rather than linking to another thread.
for i in range (m):
{Moderator Edit: Code Removed}
why my code is not working
Because you are dividing dj_dw
and dj_db
by m
inside the loop. Please note that posting your code is not allowed, so I am deleting it. Post your full error.