ctgk / PRML

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

use error point to implement SGD in perceptron model #14

Closed abhdgit closed 5 years ago

abhdgit commented 5 years ago

thx for your prml code. Should we use error point to iter the parameterin in perceptron model?