Uroboros0313 / RecCheatSheet

RecModuleCheatSheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RecCheatSheet

  • 推荐模型优化方案与实现

RankingLosses

由于自然推荐场景的隐式反馈形式(1/0), 搜索场景的LTRLoss形式在自然推荐场景精排模型上有一定的限制性, 但是可以使用在粗排模型蒸馏精排模型的优化中。

PairWise

ListWise

多Loss联合蒸馏

MTL多Loss学习

  • Multi-task learning using uncertainty to weigh losses for scene geometry and semantics.
  • GradNorm: Gradient Normalization for Adaptive Loss Balancing in Deep Multitask Networks
  • End-to-End Multi-Task Learning with Attention

精排-粗排联合训练/共享底层/Embedding蒸馏

  • 阿里-Rocket Launching:A Universal and Efficient Framework for Training Well-Performing Light Net

双塔模型结构优化

特征交叉

  • 华为-IntTower: the Next Generation of Two-Tower Model for Pre-Ranking System

专家混合网络

  • 腾讯-Mixture of Virtual-Kernel Experts for Multi-Objective User Profile Modeling
  • Google-Empowering Long-tail Item Recommendation through Cross Decoupling Network (CDN)

千人千模

  • 快手-POSO: Personalized Cold Start Modules for Large-scale Recommender Systems.

About

RecModuleCheatSheet


Languages

Language:Python 100.0%