Content deleted Content added
m removed unnecessary comma. |
m →Algorithm: WP:CHECKWIKI error fixes using AWB |
||
Line 14:
* If an example is correctly classified, do nothing.
* If an example is predicted incorrectly and the correct result was 0, for each feature <math>x_{i}=1</math>, the corresponding weight <math>w_{i}</math> is set to 0 (demotion step).
<math>\forall x_{i} = 1, w_{i} = 0</math * If an example is predicted incorrectly and the correct result was 1, for each feature <math>x_{i}=1</math>, the corresponding weight <math>w_{i}</math> is multiplied by <math>\alpha</math> (promotion step).
<math>\forall x_{i} = 1, w_{i} = 2w_{i}</math>
A typical value for
|