我有一个网站,在那里会有一个提供列表,用户可以填写虚拟货币。一个好的算法是什么来决定它们的排列顺序?
重要的是:
新的报价会上升,所以更多的人会看到,以便得到一些
它们的指标
最高的总承包报价最高(最好的赚钱者,最高的转化率)
我拥有的指标:

 - Tags (if the user likes movies, the offers tagged with movies should move up)
 - Reported EPC - EPC of the offer according to the affiliate network
 - Network EPC  - EPC of the offer across all of our sites
 - Site EPC     - EPC of the offer on this site
 - Source EPC   - EPC of the offer from a certain source (there can be multiple per user)
 - Payout       - How much the offer pays per conversion (lead)
 - Clicks       - Clicks network-wide, site-wide, and from a certain source

这类问题有什么推荐的算法吗?我在想一些排序置信度算法(比如Wilson排序算法),但我不知道如何用现有的度量实现它有什么想法吗?

最佳答案

你基本上是想建立一个广告推荐系统。这应该是一个很好的起点:http://pages.cs.wisc.edu/~beechung/icml11-tutorial/。看看Netflix挑战赛(电影推荐人)、KDD Cup 2011挑战赛(音乐推荐人)等

10-06 05:25
查看更多