Ad click prediction: a view from the trenches.
Abstract
Predicting ad click-through rates (CTR) is a massive-scale learning problem that is central to the multi-billion dollar online advertising industry. We present a selection of case studies and topics drawn from recent experiments in the setting of a deployed CTR prediction system. These include improvements in the context of traditional supervised learning based on an FTRL-Proximal online learning algorithm (which has excellent sparsity and convergence properties) and the use of per-coordinate learning rates.
Code References
tensorflow/tensorflow
2 files
tensorflow/python/keras/optimizer_v2/ftrl.py
2
Link copied to clipboard!