DeepCTR and ctr_model_zoo
These are competitors offering overlapping CTR model implementations, though DeepCTR is significantly more mature and widely adopted with comprehensive framework support, while ctr_model_zoo is a smaller PyTorch-specific alternative covering similar model architectures like DeepFM and xDeepFM.
About DeepCTR
shenweichen/DeepCTR
Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
This package helps e-commerce and advertising professionals improve how well they predict if a user will click on an item or ad. By taking historical user interaction data and item information, it uses advanced deep learning models to generate more accurate click-through rate (CTR) predictions. This is for data scientists and machine learning engineers working on recommendation systems or online advertising platforms.
About ctr_model_zoo
qian135/ctr_model_zoo
some ctr model, implemented by PyTorch, such as Factorization Machines, Field-aware Factorization Machines, DeepFM, xDeepFM, Deep Interest Network
This project helps online advertisers and marketers predict which ads or products a user is most likely to click on. By taking historical user interaction data and ad features, it outputs predictions that help optimize ad display strategies. Anyone managing digital advertising campaigns or recommendation systems would find this useful.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work