From bde003790c327477291d44898cf85eb028375205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cmorningsky=E2=80=9D?= Date: Mon, 6 Jun 2022 20:30:00 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=BD=BF=E7=94=A8Pytorch=E5=A4=8D?= =?UTF-8?q?=E7=8E=B0=E6=8E=A8=E8=8D=90=E6=A8=A1=E5=9E=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/组队学习/使用Pytorch复现推荐模型.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/组队学习/使用Pytorch复现推荐模型.md b/docs/组队学习/使用Pytorch复现推荐模型.md index ee51f27e..13cc635b 100644 --- a/docs/组队学习/使用Pytorch复现推荐模型.md +++ b/docs/组队学习/使用Pytorch复现推荐模型.md @@ -29,7 +29,7 @@ | ------------------------------------------------------------ | -------- | | xx月xx日正式开始 | | | Task01:熟悉Torch-RecHub框架设计与使用方法(2天)[RecHub Wiki](https://www.wolai.com/mincai/2qjdg3DPy1179e1vpcHZQC) | | -| Task02:精排模型:[DeepFM](https://datawhalechina.github.io/fun-rec/#/ch02/ch2.2/ch2.2.3/DeepFM)、(DIN)[https://datawhalechina.github.io/fun-rec/#/ch02/ch2.2/ch2.2.4/DIN](5天) [代码](https://github.com/datawhalechina/torch-rechub/tree/main/torch_rechub/models/ranking) | | +| Task02:精排模型:[DeepFM](https://datawhalechina.github.io/fun-rec/#/ch02/ch2.2/ch2.2.3/DeepFM)、[DIN](https://datawhalechina.github.io/fun-rec/#/ch02/ch2.2/ch2.2.4/DIN)(5天) [代码](https://github.com/datawhalechina/torch-rechub/tree/main/torch_rechub/models/ranking) | | | Task03:召回模型:[DSSM](https://datawhalechina.github.io/fun-rec/#/ch02/ch2.1/ch2.1.2/DSSM)、[YoutubeDNN](https://datawhalechina.github.io/fun-rec/#/ch02/ch2.1/ch2.1.2/YoutubeTwoTower)(4天)[代码](https://github.com/datawhalechina/torch-rechub/tree/main/torch_rechub/models/ranking) | | | Task04:多任务模型:[ESMM](https://datawhalechina.github.io/fun-rec/#/ch02/ch2.2/ch2.2.5/ESMM)、[MMOE](https://datawhalechina.github.io/fun-rec/#/ch02/ch2.2/ch2.2.5/MMOE)(4天)[代码](https://github.com/datawhalechina/torch-rechub/tree/main/torch_rechub/models/multi_task) | |