PRML icon indicating copy to clipboard operation
PRML copied to clipboard

A question about chapter 4.5

Open zhangyikaii opened this issue 3 years ago • 0 comments

Hi,

Thank you for sharing the repository! I've got a problem with bayesian_logistic_regression.py - L39. Why does this line of code need to be + self.w_precision @ (w - self.w_mean). Does it use method Iterative reweighted least squares?

I really appreciate your help.

zhangyikaii avatar Sep 07 '20 01:09 zhangyikaii