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
1 file
tensorflow/python/keras/optimizer_v2/ftrl.py
1
L32
[McMahan et al., 2013](https://research.google.com/pubs/archive/41159.pdf).
Link copied to clipboard!