You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Torch-RecHub** is a flexible and extensible recommender system framework built with PyTorch. It aims to simplify research and application of recommendation algorithms by providing common model implementations, data processing tools, and evaluation metrics.
***Modular Design:** Easy to add new models, datasets, and evaluation metrics.
24
26
***PyTorch-based:** Leverages PyTorch's dynamic graph and GPU acceleration capabilities.
25
-
***Rich Model Library:** Contains various classic and cutting-edge recommendation algorithms.
27
+
***Rich Model Library:** Contains various classic and cutting-edge recommendation algorithms, including matching, ranking, multi-task, and **generative models (HSTU, HLLM)**.
26
28
***Standardized Pipeline:** Provides unified data loading, training, and evaluation workflows.
27
29
***Easy Configuration:** Adjust experiment settings via config files or command-line arguments.
28
30
***Reproducibility:** Designed to ensure reproducible experimental results.
0 commit comments