Talk:Winnow (algorithm)
Appearance
This is the talk page for discussing improvements to the Winnow (algorithm) article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
![]() | Computing Stub‑class ![]() | ||||||||||||
|
![]() | Robotics Start‑class Low‑importance | |||||||||
|
Removed the "insufficient context" tag
The tag was placed on 2007-10-29T16:33:23 by user Kallerdis, but the article is much improved since then. I think it does provide enough context. -Pgan002 (talk) 18:31, 22 October 2010 (UTC)
Is that update procedure correct?
The text specifies the update procedure as:
- If an example is correctly classified, do nothing.
- If an example is predicted to be 1 but the correct result was 0, all of the weights involved in the mistake are set to zero (demotion step).
- If an example is predicted to be 0 but the correct result was 1, all of the weights involved in the mistake are multiplied by (promotion step).
Step 2 moves weights to zero, and neither of the other steps changes any weight that is zero. Because of that, I fear that this will too easily migrate towards an all-zero weights vector.
So, either explain why that will not happen, or adjust the description. —Preceding unsigned comment added by 145.36.235.3 (talk) 11:30, 19 April 2011 (UTC)