Ad Click Prediction: a View from the Trenches

点击率预估 特征工程

主要内容

  • 主要介绍在实际的点击率预估的工程过程中,有那些tricks,包括特征工程以及一些特评价指标-

  • 关于稀疏模型

  • 单纯靠OGD(online gradient-descent)+L1,并不能很好的产生稀疏模型,需要靠FOBOS and truncated gradient。参考文献: J. Duchi and Y. Singer. Efficient learning using forward-backward splitting. J. Duchi and Y. Singer. Efficient learning using forward-backward splitting.

  • Regularized Dual Averaging (RDA) 在准确率方面由于FOBOS。参考文献:[32] L. Xiao. Dual averaging method for regularized stochastic learning and online optimization. In NIPS, 2009. 但是在有的数据集上面gradient-descent方法会比RDA产生更好的准确率(accuracy)

  • Follow The (Prox- imally) Regularized Leader” algorithm, or FTRL-Proximal. Without regularization,不仅可以提供很好的稀疏性而且可以有较好的准确率

   int main(args):
         print helloword
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容