Can anyone help me explain this error? ValueError: operands could not be broadcast together with shapes (1,2) (2,5)
Try using np.dot() instead of the * operator.
Thanks, I solved the error.