An open API service indexing awesome lists of open source software.

https://github.com/chenglongchen/tensorflow-ltr

Tensorflow implementations of various Learning to Rank (LTR) algorithms.
https://github.com/chenglongchen/tensorflow-ltr

lambdarank learning-to-rank ltr ranking-algorithm ranknet

Last synced: about 1 month ago
JSON representation

Tensorflow implementations of various Learning to Rank (LTR) algorithms.

Awesome Lists containing this project

README

        

# tensorflow-LTR

Ongoing projects for implementing various Learning to Rank (LTR) models.

- pointwise
- classification
- DNN
- LR
- pairwise
- RankNet
- LambdaRank
- listwise
- ListNet (TODO)

# References
[1] Hang Li, *A Short Introduction to Learning to Rank*

[2] Christopher J.C. Burges, *From RankNet to LambdaRank to LambdaMART: An Overview*

# Acknowledgments
This project gets inspirations from the following projects:
- [learning-rank-public](https://github.com/andreweskeclarke/learning-rank-public)
- [learning2rank](https://github.com/shiba24/learning2rank)