hal3 / ciml

A Course in Machine Learning
GNU General Public License v2.0
888 stars 244 forks source link

Averaged Perceptron Train Algorithm on Page 53 #289

Open yihellen opened 5 years ago

yihellen commented 5 years ago

The algorithm shown on top of page 53 doesn't match the equation on the previous page. I believe the equation needs to be multiplied by 1/(n+1). The derivation is in the file attached. ciml_bug.pdf

LyWangPX commented 5 years ago

Nice one, thanks!