ctgk / PRML

PRML algorithms implemented in Python
MIT License
11.43k stars 3.25k forks source link

A question about chapter 4.5 #28

Open zhangyikaii opened 4 years ago

zhangyikaii commented 4 years ago

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.