awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesRecommendation Benchmarks

Standardized environments and datasets used to compare the performance of recommendation algorithms.

Distinguishing note: Focuses on the environment for comparison rather than just the dataset or the model.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Recommendation Benchmarks. Refine with filters or upvote what's useful.

Awesome Recommendation Benchmarks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rucaibox/recboleRUCAIBox 的头像

    RUCAIBox/RecBole

    4,487在 GitHub 上查看↗

    RecBole 是一个基于 PyTorch 的推荐框架,旨在构建、训练和评估各种推荐算法。它作为一个标准化的基准环境,允许使用公共数据集和一致的评估指标来比较不同的模型架构。 该项目为序列推荐和知识图谱集成提供了专门的工具包,能够根据用户历史预测项目序列或结合结构化的外部知识。它包括一个专用的超参数优化引擎,利用网格搜索和贝叶斯优化来调整模型配置。 该框架涵盖了广泛的功能,包括用于标准化交互日志的数据管理、具有分布式梯度同步和混合精度执行的训练管道,以及用于候选排序和多样性分析的综合评估工具。它支持多种推荐类型,例如通用协同过滤和点击率预测。 该库使用 Python 实现,并利用 PyTorch 作为其底层推荐框架。

    Offers a standardized environment for comparing recommendation models using public datasets and consistent evaluation metrics.

    Python
    在 GitHub 上查看↗4,487
  • hexiangnan/neural_collaborative_filteringhexiangnan 的头像

    hexiangnan/neural_collaborative_filtering

    1,885在 GitHub 上查看↗

    Neural collaborative filtering is a recommendation system framework that predicts user item preferences from implicit feedback by combining generalized matrix factorization and multi-layer perceptron networks through a shared final embedding layer. It captures both linear and non-linear interactions to model user preferences from historical data. The framework executes training and evaluation runs through a configuration-driven pipeline accessible via command-line interfaces, parsing hyperparameters such as learning rates, batch sizes, and latent dimensions. It optimizes implicit feedback mod

    Measures the ranking quality of item recommendations using benchmark datasets with positive interactions and negative samples.

    Pythoncollaborative-filteringdeep-learningrecommender-system
    在 GitHub 上查看↗1,885
  1. Home
  2. Artificial Intelligence & ML
  3. Recommendation Benchmarks