Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 603 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 603 Bytes

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: