File “”, line 41
dw = 1 / m *(np.dot(X,(A - Y).T))
^
SyntaxError: invalid syntax
I keep getting these types of error in my assignment for week 1
File “”, line 41
dw = 1 / m *(np.dot(X,(A - Y).T))
^
SyntaxError: invalid syntax
I keep getting these types of error in my assignment for week 1
Hi @Rafia_Tehseen ,
Check for parenthesis mismatch from previous line of code.