Content deleted Content added
Line 5:
The basic algorithm, Winnow1, is given as follows.
The instance space is <math>X=\{0,1\}^n</math>. The algorithm maintains non-negative weights <math>w_i</math> for <math>i\in \{1...n\}</math> which are initially set to 1. When the learner is given an example
* '''If''' <math>\sum_{i=1}^n w_i x_i > \Theta </math>, '''then''' it predicts 1
|