awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesGreedy Re-Ranking Algorithms

Algorithms that optimize final recommendation lists for diversity by iteratively selecting items to maximize variety.

Distinct from Greedy Algorithms: Candidates focus on educational greedy algorithms or regex matching, not recommendation list re-ranking for diversity.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Greedy Re-Ranking Algorithms. Refine with filters or upvote what's useful.

Awesome Greedy Re-Ranking Algorithms GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • datawhalechina/fun-recdatawhalechina का अवतार

    datawhalechina/fun-rec

    7,177GitHub पर देखें↗

    fun-rec is a learning guide and framework for building personalized recommendation systems, covering everything from deep learning ranking to generative recommendation paradigms. It provides instructional content on constructing industrial-grade architectures that span offline data processing and real-time online serving. The project distinguishes itself by focusing on generative recommendation, treating the suggestion process as a sequence-to-sequence task using large language models and transformer models to generate item identifiers rather than traditional ranking lists. It also emphasizes

    Applies greedy search algorithms to the final item list to maximize diversity and prevent repetitive content.

    Pythonalgorithm-engineeringdeep-learninginterview-questions
    GitHub पर देखें↗7,177
  • wangshusen/recommendersystemwangshusen का अवतार

    wangshusen/RecommenderSystem

    4,117GitHub पर देखें↗

    This project is a neural recommendation system framework designed for building industrial-scale suggestion engines. It functions as a machine learning pipeline that implements candidate retrieval and multi-stage ranking models to suggest relevant items based on user behavior and preferences. The framework utilizes a dual-tower retrieval engine to embed users and items into a shared vector space for fast similarity searches. It incorporates a recommendation diversity controller and a re-ranking mechanism to penalize redundancy, while a sequential user behavior model processes chronological act

    Employs Maximal Marginal Relevance to penalize redundancy and ensure a diverse set of recommended items.

    GitHub पर देखें↗4,117
  1. Home
  2. Artificial Intelligence & ML
  3. Greedy Re-Ranking Algorithms