#9 · Primary category: Recommender Systems
DeepCTR-Torch
【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
Project last updated:07/09/26
GitHub Stars
3.5K
Forks
735
Contributors
17
License
Apache-2.0
Why we included this project
Ranking and response prediction over sparse categorical features usually means reimplementing the same deep architectures again. DeepCTR-Torch bundles the familiar CTR network families (factorization machines, wide & deep, DeepFM, DIN/DIEN, AutoInt, FiBiNET, xDeepFM, plus multi-task designs like ESMM and MMOE) behind one train/predict interface, so you can pit competing model ideas against each other quickly. Its feature columns hide the embedding and interaction plumbing, while the exposed core and interaction layers let you assemble a custom network when none of the shipped models fits. It also handles multi-value and sequence inputs, which covers real clickstream-style data. This is a research tool, not a production serving stack, so plan to wire up deployment yourself around the trained models.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
gorse
AI powered open source recommender system engine supports classical/LLM rankers and multimodal content via embedding
DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
Surprise
A Python scikit for building and analyzing recommender systems
RSPapers
RSTutorials: A Curated List of Must-read Papers on Recommender System.
lightfm
A Python implementation of LightFM, a hybrid recommendation algorithm.