Content deleted Content added
No edit summary |
Open access status updates in citations with OAbot #oabot |
||
(21 intermediate revisions by 18 users not shown) | |||
Line 1:
{{Short description|Method of using a pool of algorithms}}
In [[machine learning]], '''weighted majority algorithm (WMA)''' is a [[meta-learning (computer science)|meta learning]] [[algorithm]] used to construct a compound algorithm from a [[Pool (computer science)|pool]] of prediction algorithms, which could be any type of learning algorithms, classifiers, or even real human experts.<ref name="LW94">{{cite journal
| last1 = Littlestone
| first1 = N.
| last2 = Warmuth
| first2 = M.
| title = The Weighted Majority Algorithm
| journal = Information and Computation
| volume = 108
| issue = 2
| date = 1994
| pages = 212–261
| doi=10.1006/inco.1994.1009| doi-access = free
| url = http://www.dklevine.com/archive/refs4575.pdf
}}</ref><ref name="LW89">{{cite conference
| last1 = Littlestone
| first1 = N.
| last2 = Warmuth
| first2 = M.
| title = Weighted Majority Algorithm
| date = 1989}}</ref>
The algorithm assumes that we have no prior knowledge about the accuracy of the algorithms in the pool, but there are sufficient reasons to believe that one or more will perform well.
It can be shown that the [[Upper and lower bounds|upper bounds]] on the number of mistakes made in a given sequence of predictions from a pool of algorithms <math> \mathbf{A} </math> is
:<math>\mathbf{O(log|A|+m)}</math>▼
▲It can be shown that the upper bounds on the number of mistakes made in a given sequence of predictions from a pool of algorithms <math> \mathbf{A} </math> is
▲<math>\mathbf{O(log|A|+m)}</math>
if one algorithm in <math> \mathbf{x}_i </math> makes at most <math> \mathbf{m} </math> mistakes.
There are many variations of the
== See also ==
* [[Randomized weighted majority algorithm]]
==References==
<references/>
[[Category:Machine learning algorithms]]
▲* Littlestone,N. & Warmuth,M. (1989). ''Weighted Majority Algorithm.'' IEEE Symposium on Foundations of Computer Science.
|