Implementation of DSSM for recommendation by PyTorch (Including SENet and random negative sampling)
☆95Jul 11, 2022Updated 3 years ago
Alternatives and similar repositories for DSSM
Users that are interested in DSSM are comparing it to the libraries listed below
Sorting:
- multi task mode for esmm and mmoe☆158Jul 22, 2021Updated 4 years ago
- ☆97Oct 19, 2021Updated 4 years ago
- 用pytorch 方法复现了二十多个经典的推荐算法论文,其中包含排序论文和推荐召回论文,并在demo里面选了一个召回模型和排序模型的运行示例。☆87Apr 11, 2023Updated 2 years ago
- 多任务学习MMOE和PLE☆40Sep 8, 2021Updated 4 years ago
- ☆218Mar 15, 2025Updated last year
- An implementation of the paper: Learning Deep Structured Semantic Models for Web Search using Clickthrough Data☆49Mar 6, 2018Updated 8 years ago
- H&M商品推荐比赛(rank: 116/2952 )方案☆15Jun 16, 2022Updated 3 years ago
- 「PyTorch」A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors …☆91Jun 12, 2022Updated 3 years ago
- Paper阅读记录博客(基于GitHub Action和GitHub Issue实现)。☆59Sep 19, 2025Updated 6 months ago
- 🔥🔥🔥 基于 PyTorch Lightning 和 MIND 数据集的模块化新闻推荐系统框架。实现了从特征工程到召回 (DSSM) 与排序 (Deep, DCN, WideDeep, FM) 的完整链路。☆44Updated this week
- A user-friendly open-source project for recommendation systems.☆52Dec 27, 2025Updated 2 months ago
- [WWW '24] UnifiedSSR: A Unified Framework of Sequential Search and Recommendation☆12Feb 16, 2024Updated 2 years ago
- [SIGIR'25] Code of "Generative Recommender with End-to-End Learnable Item Tokenization".☆30Apr 23, 2025Updated 10 months ago
- Oral presentation at KDD Cup Workshop @ KDD 2022☆21Aug 23, 2022Updated 3 years ago
- 练习下用pytorch来复现下经典的推荐系统模型, 如MF, FM, DeepConn, MMOE, PLE, DeepFM, NFM, DCN, AFM, AutoInt, ONN, FiBiNET, DCN-v2, AFN, DCAP等☆684Mar 14, 2022Updated 4 years ago
- A Lighting Pytorch Framework for Recommendation Models (PyTorch推荐算法框架), Easy-to-use and Easy-to-extend. https://datawhalechina.github.io/…☆951Updated this week
- 【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.