Overview of the Torch-RecHub model library
mainTorch-RecHub provides a collection of PyTorch-based recommendation models organized by their role in the recommendation pipeline. The library covers four primary stages:
- Ranking Models: Predict click-through rates (CTR) or user preference scores during fine ranking.
- Matching Models: Retrieve candidates from large item collections during the candidate generation stage.
- Multi-Task Models: Jointly optimize multiple related tasks to improve model generalization.
- Generative Recommendation Models: Use generative architectures to produce personalized recommendations.