shiba24 / learning2rank

Learning to rank with neuralnet - RankNet and ListNet
481 stars 141 forks source link

It looks like just a logistic package #6

Closed Cauchyzhou closed 7 years ago

Cauchyzhou commented 7 years ago

How to deal with many querys?

shiba24 commented 7 years ago

As I wrote in the readme, ListNet implementation does not include Top-k prob. You can see this repo: https://github.com/fullflu/learning-to-rank instead.

shiba24 commented 7 years ago

In some cases, listwise comparison for a given query with JS divergence works better than RankNet, which I found. Also, this repository is already used by another library as a dependency. That is why I haven't updated this repo... @Cauchyzhou

Cauchyzhou commented 7 years ago

Thank you.