Winnow (algorithm): Difference between revisions

Content deleted Content added
Undid revision 198088315 by 99.250.127.145 (talk)
No edit summary
Line 1:
{{context}}
The '''winnow algorithm''' <ref>Littlestone, N. (1988) '''Learning Quickly When Irrelevant Attributes About: A New Linear-threshold Algorithm''' Machine Learning 285-318(2)</ref> is a technique from machine learning. It is closely related to the [[Perceptron]], but it uses a differentmultiplicative weight-update rule.scheme Winnowthat isallows effectiveit atperform removingmuch unhelpfulbetter than the perceptron when many dimensions are irrelevant (hence its name). It is not a sophisticated algorithm but it scales well to high-dimensional spaces. During training, winnow is shown a sequence of positive and negative examples. From these it learns a decision hyperplane.
 
The update rule is (loosely):