User barry - MathOverflowmost recent 30 from http://mathoverflow.net2013-06-19T09:46:04Zhttp://mathoverflow.net/feeds/user/9120http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/38217/elo-rating-system-help-with-the-maths-around-number-of-matchesElo Rating System Help with the Maths around number of matchesBarry2010-09-09T18:54:49Z2010-09-14T01:45:52Z
<p>I'm creating a system that will allow people to rate images.</p>
<p>My idea is to use an Elo Rating system (http://en.wikipedia.org/wiki/Elo_rating_system) for each image and then use crowdsourcing to have people say if an individual image is better than another i.e </p>
<p>Is A better than B </p>
<p>This will be used to updated the Elo rating of A and B, eventually I would end up ranking all the images from supposedly the best to worse.</p>
<p>For this I have two questions</p>
<ol>
<li><p>Is this the correct use of Elo or should I be looking at another rating scheme.</p></li>
<li><p>If the ELO rating is correct and I have 100 images how many "matches" do I need before I can confidently look at the ranking ?</p></li>
</ol>
http://mathoverflow.net/questions/38217/elo-rating-system-help-with-the-maths-around-number-of-matchesComment by BarryBarry2010-09-13T23:39:57Z2010-09-13T23:39:57ZPer Vognsen, The machine learning problem is exactly what I'm after but I want the entire population rather than a individual's preference which is why clustering doesn't help me at this time.
http://mathoverflow.net/questions/38217/elo-rating-system-help-with-the-maths-around-number-of-matchesComment by BarryBarry2010-09-09T19:00:35Z2010-09-09T19:00:35ZHere is a reference to the ELO Rating algorithm <a href="http://en.wikipedia.org/wiki/Elo_rating_system" rel="nofollow">en.wikipedia.org/wiki/Elo_rating_system</a>.
It is used to rank "teams" in sports and from my research it seemed to fit into a maths type question