Hi all.
Reading an article about ELO rank I have a question. The probability of the "A" team win is a sigmoid function like 1 / (1 + exp( RankB -RankA))
and after the game we need to update these ranks like Rank_new = Rank_old +- K*(1(0) - probability)
So the main question is how I can use for example NN( or other algo) for finding "K" parameter to make binary crossentropy minimum. And I hope it musn't be constant (I want to find dependent from the initial player rating)
The main my problem that I can't understand is that we need after updating parameters use a new input rank for calculating probability. So every epoch we need to update input
Tags:
Hi
https://lethain.com/genetic-programming-a-novel-failure/
I think your best bet is to use Genetic Algorithms (GA) if you are trying to find the optimum value of K;the link above should take you to a sample GA code provided by Will Larson.
Good luck
Posted 1 March 2021
© 2021 TechTarget, Inc.
Powered by
Badges | Report an Issue | Privacy Policy | Terms of Service
Most Popular Content on DSC
To not miss this type of content in the future, subscribe to our newsletter.
Other popular resources
Archives: 2008-2014 | 2015-2016 | 2017-2019 | Book 1 | Book 2 | More
Most popular articles