Gavince/MTL
学习并复现经典的推荐系统多目标任务,如:SharedBottom、ESMM、MMoE、PLE
This project helps e-commerce and content platforms build more effective recommendation systems. It takes user interaction data (like clicks, likes, purchases) and generates a single model that predicts multiple user behaviors simultaneously. Data scientists and machine learning engineers working on recommendation systems will find this useful for implementing advanced multi-task learning models.
No commits in the last 6 months.
Use this if you are building a recommendation system and want to predict several user actions (e.g., click, purchase, watch time) with a single, integrated model rather than separate ones.
Not ideal if you are looking for a plug-and-play solution for general machine learning tasks outside of recommendation systems.
Stars
41
Forks
8
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 30, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Gavince/MTL"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
NVIDIA-Merlin/HugeCTR
HugeCTR is a high efficiency GPU framework designed for Click-Through-Rate (CTR) estimating training
shenweichen/DeepCTR-Torch
【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
shenweichen/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
UlionTse/mlgb
MLGB is a library that includes many models of CTR Prediction & Recommender System by TensorFlow...
cnkuangshi/LightCTR
Lightweight and Scalable framework that combines mainstream algorithms of Click-Through-Rate...