Ad click prediction: a view from the trenches.

H. Brendan McMahan, Gary Holt, David Sculley, Michael Young, Dietmar Ebner, Julian Grady, Lan Nie, Todd Phillips, Eugene Davydov, Daniel Golovin, Sharat Chikkerur, Dan Liu, Martin Wattenberg, Arnar Mar Hrafnkelsson, Tom Boulos, Jeremy Kubica
2013
1 reference

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.

1 repository
1 reference

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!