Content deleted Content added
No edit summary |
m Explicitly specify weights for which x_{i} = 1 are updated. Move away from the word "implicated". |
||
Line 14:
* If an example is correctly classified, do nothing.
* If an example is predicted
* If an example is predicted
A typical value for
<math>\alpha</math> is 2.
There are many variations to this basic approach. ''Winnow2''<ref name="littlestone88"/> is similar except that in the demotion step the weights are divided by <math>\alpha</math> instead of being set to 0. ''Balanced Winnow'' maintains two sets of weights, and thus two hyperplanes. This can then be generalized for [[multi-label classification]].
|