awesome-repositories.comKategorienBlog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesGated Expert Routing Layers

Learned gating networks that selectively combine outputs from shared expert modules per task.

Distinct from Expert Routing Gates: Distinct from Expert Routing Gates: focuses on per-task gating in multi-task learning, not general mixture-of-experts input routing.

Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Gated Expert Routing Layers. Refine with filters or upvote what's useful.

Awesome Gated Expert Routing Layers GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • shenweichen/deepctrAvatar von shenweichen

    shenweichen/DeepCTR

    8,039Auf GitHub ansehen↗

    DeepCTR is a specialized software framework and deep learning model library designed for predicting click-through rates and implementing recommendation systems. It provides a suite of tabular data models and architectures tailored for binary classification and sparse feature processing. The framework includes dedicated toolkits for multi-task learning and sequential interest modeling. It allows for the simultaneous estimation of multiple related targets through shared-bottom and gated expert neural networks, while capturing evolving user behavior using attention mechanisms and transformers.

    Uses gated expert routing layers to combine shared expert modules for multiple target tasks.

    Pythonautointclick-through-ratectr
    Auf GitHub ansehen↗8,039
  • shenweichen/deepctr-torchAvatar von shenweichen

    shenweichen/DeepCTR-Torch

    3,376Auf GitHub ansehen↗

    DeepCTR-Torch is a deep learning library for building click-through rate prediction models. It provides a modular framework for assembling custom prediction architectures from pre-built core, interaction, and sequence layers, enabling the construction of deep neural networks that estimate click probability from user behavior data. The library specializes in feature interaction modeling, offering components for learning low-order, high-order, and adaptive-order feature crosses. It supports multi-task learning for predicting multiple objectives simultaneously, such as click and conversion rates

    Use separate gating networks per task to selectively combine outputs from shared expert modules.

    Pythonctr-modelsdeep-learningdeepctr
    Auf GitHub ansehen↗3,376
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Sequence Models
  6. Multi-Task Learning Models
  7. Gated Expert Routing Layers