论文解读:Practical Lessons from Predicting Clicks on Ads at Facebook
Posted AI算法攻城狮
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了论文解读:Practical Lessons from Predicting Clicks on Ads at Facebook相关的知识,希望对你有一定的参考价值。
论文https://schlr.cnki.net/en/Detail/index/WWMERGECLAST/SPCM3CBF3A948737A524C21D7171A687F3DD
ABSTRACT
这篇paper中作者结合GBDT和LR,取得了很好的效果,比单个模型的效果高出3%。随后作者研究了对整体预测系统产生影响的几个因素,发现Feature(能挖掘出用户和广告的历史信息)+Model(GBDT+LR)的贡献程度最大,而其他因素(数据实时性,模型学习速率,数据采样)的影响则较小。
1. INTRODUCTION
介绍了先前的一些相关paper。包括Google,Yahoo,MS的关于CTR Model方面的paper。
而在Facebook,广告系统是由级联型的分类器(a cascade of classifiers)组成,而本篇paper讨论的CTR Model则是这个cascade classifiers的最后一环节。
2. EXPERIMENTAL SETUP
作者介绍了如何构建training data和testing data,以及Evaluation Metrics。包括Normalized Entropy和Calibration。
Normalized Entropy的定义为每次展现时预测得到的log loss的平均值,除以对整个数据集的平均log loss值。之所以需要除以整个数据集的平均log loss值,是因为backgroud CTR越接近于0或1,则越容易
以上是关于论文解读:Practical Lessons from Predicting Clicks on Ads at Facebook的主要内容,如果未能解决你的问题,请参考以下文章
论文阅读:Practical Deep Raw Image Denoising on Mobile Devices
论文阅读:Practical Deep Raw Image Denoising on Mobile Devices
《CREStereo:Practical Stereo Matching via Cascaded Recurrent Network with Adaptive Correlation》论文笔记
《CREStereo:Practical Stereo Matching via Cascaded Recurrent Network with Adaptive Correlation》论文笔记
《Towards Secure and Practical Machine Learning via Secret Sharing and Random Permutation》论文学习笔记
翻译 | Improving Distributional Similarity with Lessons Learned from Word Embeddings