All Projects → mafredri → go-trueskill

mafredri / go-trueskill

Licence: other
An implementation of the TrueSkill™ ranking system (by Microsoft) in Go

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-trueskill

lineup htmlwidget
HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
Stars: ✭ 51 (+155%)
Mutual labels:  ranking
cyberrating
🚥 S&P of Blockchains
Stars: ✭ 13 (-35%)
Mutual labels:  ranking
crystal-web-framework-stars
⭐️ Web frameworks for Crystal, most starred on Github
Stars: ✭ 40 (+100%)
Mutual labels:  ranking
TwinBert
pytorch implementation of the TwinBert paper
Stars: ✭ 36 (+80%)
Mutual labels:  ranking
Quick-Data-Science-Experiments-2017
Quick-Data-Science-Experiments
Stars: ✭ 19 (-5%)
Mutual labels:  ranking
vote-schulze
Vote calculation with Schulze method (Condorcet voting)
Stars: ✭ 23 (+15%)
Mutual labels:  ranking
git-stars
Discover your ranking on GitHub
Stars: ✭ 37 (+85%)
Mutual labels:  ranking
HallOfFame-Root-me.org
💀 Root-me Hall Of Fame dashboard 💀
Stars: ✭ 15 (-25%)
Mutual labels:  ranking
breaking cycles in noisy hierarchies
breaking cycles in noisy hierarchies
Stars: ✭ 59 (+195%)
Mutual labels:  trueskill
ScoreboardStats
Bukkit plugin for customizing the sidebar of the scoreboard feature from minecraft
Stars: ✭ 29 (+45%)
Mutual labels:  ranking
github-user-rank-extension
Your Github fame is getting closer with every open-source project you've built and promoted, with every new follower starring, using and forking your solution. This extension supplements every Github developer profile with language bars that show how far they've advanced on their road to the glory among %that_programming_language% community memb…
Stars: ✭ 38 (+90%)
Mutual labels:  ranking
wikidata-qrank
Ranking signals for Wikidata
Stars: ✭ 31 (+55%)
Mutual labels:  ranking
RankNet
Learning to Rank from Pair-wise data
Stars: ✭ 40 (+100%)
Mutual labels:  ranking
Ranking Papers
Papers on recommendation system / search ranking.
Stars: ✭ 29 (+45%)
Mutual labels:  ranking
Neural Bayesian Personalized Ranking
Representation Learning and Pairwise Ranking for Implicit Feedback in Top-N Item Recommendation
Stars: ✭ 23 (+15%)
Mutual labels:  ranking
openskill.py
Multiplayer rating system. Better than Elo.
Stars: ✭ 175 (+775%)
Mutual labels:  ranking
PageRank
Page Rank library for Javascript
Stars: ✭ 23 (+15%)
Mutual labels:  ranking
ecto ranked
Ranking models for Ecto
Stars: ✭ 37 (+85%)
Mutual labels:  ranking
intergo
A package for interleaving / multileaving ranking generation in go
Stars: ✭ 30 (+50%)
Mutual labels:  ranking
hidden-gems
Ranking of Steam games which favors "hidden gems". Featured in PC Gamer.
Stars: ✭ 37 (+85%)
Mutual labels:  ranking

trueskill

Build Status GoDoc

This library implements the TrueSkill™ ranking system (by Microsoft) in Go.

TODO

  • Refactor the factor graph to remove the need for the distribution bag (collection)
  • Support teams and team-based ranking

Acknowledgements

This implementation is based on TrueSkill™: A Bayesian Skill Rating System and borrows from the TrueSkill in F# test program by Ralf Herbrich. Computing Your Skill by Jeff Moser (and accompanying code) has also been very helpful.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].