hal3 / ciml

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

issue: eq in chapter 6.2 #152

Open hal3 opened 8 years ago

hal3 commented 8 years ago

(sorry if I double post - I get timeouts:/) Perhaps this is just a reverse Polish notation ... you wrote 'w,x * +b', but in most of other places you wrote 'w*x+b', so it seems inconsistent.