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

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

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

5 مستودعات

Awesome GitHub RepositoriesRecommendation Data Engineering

Processes for preparing and cleaning user interaction datasets specifically for recommendation models.

Distinct from Recommendation Datasets: Shortlist candidates are either general datasets or recommendation engines, not the engineering process

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

Awesome Recommendation Data Engineering GitHub Repositories

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

    recommenders-team/recommenders

    21,769عرض على GitHub↗

    This project is a recommendation system framework designed for building, evaluating, and operationalizing personalized item suggestion engines. It provides a comprehensive toolkit for implementing collaborative filtering and content-based algorithms, supported by an end-to-end machine learning pipeline for preparing datasets and deploying predictive models. The framework distinguishes itself through the integration of knowledge graphs to provide richer context for recommendations and the use of industry-specific patterns to accelerate system deployment. It also includes a specialized model ev

    Provides a comprehensive workflow for preparing, cleaning, and splitting interaction datasets for ML models.

    Pythonaiartificial-intelligencedata-science
    عرض على GitHub↗21,769
  • facebookresearch/parlaiالصورة الرمزية لـ facebookresearch

    facebookresearch/ParlAI

    10,625عرض على GitHub↗

    ParlAI is a conversational AI research framework designed for training, evaluating, and sharing dialogue models using a unified interface for datasets and agents. It functions as a PyTorch-based training platform and a dialogue data collection system, providing a centralized model zoo for the distribution of versioned pretrained agents. The project distinguishes itself through a knowledge-grounded retrieval system that combines dense and sparse indexing to ground responses in external information. It also provides a comprehensive infrastructure for gathering human-AI interaction data via inte

    Provides utilities to print and preview the first few examples of a task dataset.

    Python
    عرض على GitHub↗10,625
  • gorse-io/gorseالصورة الرمزية لـ gorse-io

    gorse-io/gorse

    9,717عرض على GitHub↗

    Gorse is a personalized recommendation engine server and machine learning pipeline designed to suggest items to users based on their behavior and preferences. It operates as a distributed system that separates training, candidate generation, and serving nodes to support high-throughput workloads. The system utilizes a multi-stage recommendation pipeline to refine results through retrieval, scoring, and reranking. It generates personalized suggestions using collaborative filtering, matrix factorization, and item-to-item similarity models, while also providing non-personalized and fallback reco

    Allows retrieving and filtering users, items, and categories to verify the current state of the recommendation dataset.

    Gocollaborative-filteringgoknn
    عرض على GitHub↗9,717
  • dlt-hub/dltالصورة الرمزية لـ dlt-hub

    dlt-hub/dlt

    5,472عرض على GitHub↗

    dlt هي أداة لاستيعاب البيانات بلغة Python وإطار عمل لخط أنابيب ETL مصمم لجلب البيانات من مصادر متنوعة وحفظها في وجهات مهيكلة. تعمل كمحرك لاستنتاج المخطط (schema inference) يكتشف تلقائياً أنواع البيانات ويسطح هياكل JSON المتداخلة في جداول علائقية، ناقلاً البيانات من المصادر إلى بحيرات البيانات، أو المستودعات، أو قواعد بيانات المتجهات. يتميز المشروع بتوليد خط أنابيب مدعوم بالذكاء الاصطناعي، باستخدام نماذج لغات كبيرة لسقالات كود الاستخراج والموصلات لـ REST APIs. كما يدعم تخزين المتجهات متعدد الوسائط والتعبئة المتخصصة لقواعد بيانات المتجهات لدعم تطبيقات الذكاء الاصطناعي والتعلم الآلي. يغطي إطار العمل مجموعة واسعة من القدرات بما في ذلك تطور المخطط المؤتمت، وتحميل البيانات التزايدي عبر تتبع الحالة، والتحقق من جودة البيانات من خلال فرض عقود البيانات. يوفر أدوات لتطبيع البيانات العلائقية، وتحويلات ما قبل وما بعد التحميل، ومجموعة متنوعة من محولات الوجهة لقواعد بيانات SQL ومخازن الكائنات السحابية. تتم إدارة المراقبة من خلال لوحات معلومات تنفيذ خط الأنابيب، وتتبع نسب الأعمدة، والتحقق من إصدار المخطط باستخدام التجزئات القائمة على المحتوى.

    Allows for the inspection of destination datasets using read-only SQL queries and row count retrieval.

    Pythondatadata-engineeringdata-lake
    عرض على GitHub↗5,472
  • 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

    Organizes user interaction history into training ratings, positive test instances, and negative samples for evaluation pipelines.

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

استكشف الوسوم الفرعية

  • Dataset InspectionTools for retrieving and filtering records to verify the state of recommendation datasets. **Distinct from Recommendation Data Engineering:** Distinct from Recommendation Data Engineering: focuses on data verification and inspection rather than the cleaning/preparation process.