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

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

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

3 个仓库

Awesome GitHub RepositoriesShared-Bottom Architectures

Multi-task learning architectures that share bottom layers across multiple prediction objectives to learn from related tasks simultaneously.

Distinct from Multi-Task Learning Models: Distinct from Multi-Task Learning Models: specifically focuses on the shared-bottom architecture pattern rather than general multi-task sequence models.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Shared-Bottom Architectures. Refine with filters or upvote what's useful.

Awesome Shared-Bottom Architectures GitHub Repositories

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

    shenweichen/DeepCTR

    8,039在 GitHub 上查看↗

    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.

    Implements shared-bottom architectures to estimate multiple related targets using shared neural representations.

    Pythonautointclick-through-ratectr
    在 GitHub 上查看↗8,039
  • facebookresearch/sapiensfacebookresearch 的头像

    facebookresearch/sapiens

    5,388在 GitHub 上查看↗

    Sapiens 是一个高分辨率人体视觉模型,专为高精度、以人为中心的计算机视觉任务而设计。它是一套用于估计人体姿态、深度和表面几何形状的工具集。 该项目利用视觉 Transformer 主干网络通过共享编码器执行多项任务。这种架构能够同时预测骨骼结构、关节位置以及相机与人体对象之间的距离。 该模型的功能涵盖了人体部位分割(从背景中分离解剖区域)和表面法线预测(从 2D 图像中恢复 3D 几何细节)。这些任务由一个采用像素级回归和语义分割掩码的多任务学习框架提供支持。

    Uses a shared-bottom architecture to extract features for multiple specialized human-centric output heads.

    Python
    在 GitHub 上查看↗5,388
  • shenweichen/deepctr-torchshenweichen 的头像

    shenweichen/DeepCTR-Torch

    3,376在 GitHub 上查看↗

    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

    Shares bottom layers across multiple prediction objectives to learn click and conversion rates simultaneously.

    Pythonctr-modelsdeep-learningdeepctr
    在 GitHub 上查看↗3,376
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Architectures
  5. Sequence Models
  6. Multi-Task Learning Models
  7. Shared-Bottom Architectures