awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesNeural Recommendation Frameworks

End-to-end frameworks for building industrial-scale recommendation systems using deep learning.

Distinct from Recommender Frameworks: Shortlist candidates are predominantly Awesome Lists; this is a functional framework implementation.

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

Awesome Neural Recommendation Frameworks GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • wangshusen/recommendersystemالصورة الرمزية لـ wangshusen

    wangshusen/RecommenderSystem

    4,117عرض على GitHub↗

    هذا المشروع عبارة عن إطار عمل لنظام توصية عصبي مصمم لبناء محركات اقتراح على نطاق صناعي. يعمل كخط أنابيب لتعلم الآلة ينفذ استرجاع المرشحين ونماذج التصنيف متعددة المراحل لاقتراح عناصر ذات صلة بناءً على سلوك المستخدم وتفضيلاته. يستخدم إطار العمل محرك استرجاع ثنائي البرج لتضمين المستخدمين والعناصر في فضاء متجه مشترك لعمليات بحث التشابه السريع. يدمج متحكماً في تنوع التوصيات وآلية إعادة التصنيف لمعاقبة التكرار، بينما يعالج نموذج سلوك المستخدم المتسلسل تدفقات الإجراءات الزمنية لالتقاط التفضيلات المتطورة والقصد قصير المدى. يغطي النظام دورة حياة التوصية الكاملة، بما في ذلك هندسة استرجاع المرشحين، وتحسين نموذج التصنيف، ونمذجة سلوك المستخدم. يتضمن أيضاً آليات لإدارة تنوع التوصيات وتقييم أداء النظام من خلال مقاييس الدقة والاختبار.

    Provides a complete neural recommendation system framework for industrial-scale suggestion engines.

    عرض على GitHub↗4,117
  • facebookresearch/dlrmالصورة الرمزية لـ facebookresearch

    facebookresearch/dlrm

    4,044عرض على GitHub↗

    This is a PyTorch recommendation framework and deep learning recommendation model designed to generate personalized content predictions. It functions as a distributed embedding trainer that processes dense and sparse features through a neural network architecture to predict user preferences. The project implements a CUDA-optimized machine learning system using specialized GPU kernels to accelerate embedding lookup and aggregation. It employs a distributed approach to shard massive sparse feature tables across multiple GPUs, enabling the training of large-scale models. The system utilizes a t

    Provides an end-to-end deep learning framework for building and training industrial-scale recommendation systems.

    Python
    عرض على GitHub↗4,044
  • hexiangnan/neural_collaborative_filteringالصورة الرمزية لـ hexiangnan

    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

    Calculates item recommendations for users using neural network architectures that combine matrix factorization and multi-layer perceptrons.

    Pythoncollaborative-filteringdeep-learningrecommender-system
    عرض على GitHub↗1,885
  1. Home
  2. Artificial Intelligence & ML
  3. Neural Recommendation Frameworks