python-machine-learning-book icon indicating copy to clipboard operation
python-machine-learning-book copied to clipboard

why this is the self.eta*X.T.dot(errors) rather than the -self.eta*X.T.dot(errors)

Open python-users opened this issue 3 years ago • 1 comments

thanks for your book,i have a small question by reading chapter 2 by its defination , i think the negative symbol is necessary. image

python-users avatar May 11 '22 07:05 python-users

Thanks for the comment. I was just double checking and it looks correct to me: Screen Shot 2022-05-11 at 11 41 00 AM

rasbt avatar May 11 '22 16:05 rasbt