Winnow Algorithm

From Cohen Courses
Revision as of 06:04, 6 November 2012 by Srawat (talk | contribs) (Created page with 'Winnow Algorithm is a [[category::method | ]] for learning a linear classifier/decision hyper-plane from labeled examples. It scales well to high dimensions especially when many …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Winnow Algorithm is a for learning a linear classifier/decision hyper-plane from labeled examples. It scales well to high dimensions especially when many of the dimensions are irrelevant. Thus it finds good use for text classification problems using a bag-of-words feature representation.