Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning to Rank using Gradient Descent (RankNet), Burges+, ICML'2005 #192

Open
AkihikoWatanabe opened this issue Jan 1, 2018 · 1 comment

Comments

@AkihikoWatanabe
Copy link
Owner

http://icml.cc/2015/wp-content/uploads/2015/06/icml_ranking.pdf

@AkihikoWatanabe
Copy link
Owner Author

AkihikoWatanabe commented Jan 1, 2018

pair-wiseのlearning2rankで代表的なRankNet論文
解説ブログ:https://qiita.com/sz_dr/items/0e50120318527a928407

lossは2個のインスタンスのpair、A, Bが与えられたとき、AがBよりも高くランクされる場合は確率1, AがBよりも低くランクされる場合は確率0、そうでない場合は1/2に近くなるように、スコア関数を学習すれば良い。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant