Weighted majority algorithm (machine learning): Difference between revisions

Content deleted Content added
Awaterl (talk | contribs)
m Add a see also section.
Line 10:
 
There are many variations of the Weighted Majority Algorithm to handle different situations, like shifting targets, infinite pools, or randomized predictions. The core mechanism remain similar, with the final performances of the compound algorithm bounded by a function of the performance of the '''specialist''' (best performing algorithm) in the pool.
 
== See also ==
* [[randomized weighted majority algorithm]]
 
==References==