B
B
bublov2020-01-31 20:26:43
Algorithms
bublov, 2020-01-31 20:26:43

What is the ranking algorithm?

There are, say, 1000 games.
Users are polled in the form of "which game is better" and 2 games.
So, how to rank based on this data and how to choose the most relevant games for the survey?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
X
xmoonlight, 2020-01-31
@xmoonlight

Collaborative filtering + vote weights.

M
MrDywar Pichugin, 2020-02-01
@Dywar

Book - Grokaem Algorithms (Aditya Bhargava)
The chapter "K Nearest Neighbors Algorithm" has some interesting ideas, using Netflix's simplified movie recommendation system as an example.
Although, in my opinion, it’s just enough for you to collect the number of likes and everyone who has more is cooler. After all, you are not going to recommend it specifically to Ivan or Petya, but to everyone in a row, without having data on their personal preferences, that is, to an anonymous person, I think there will be bare numbers, there is nothing to compare with.
In addition, you can google, better in English "how to build a rating system algorithm":
1) Building a ratings system
2) algorithm used to calculate 5 star ratings

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question