zoukankan      html  css  js  c++  java
  • 推荐系统(CTR领域)实战入门指南

    CTR经典模型如:FM,FFM,Wide&Deep,建议自己去复现一个完整的通用模型

    先从pytorch版本入手(后期考虑tensorflow),从kaggle上找实际的比赛

    github推荐:

    https://github.com/mJackie/RecSys   CTR相关资料汇总

    https://github.com/duboya/CTR-Prediction/tree/46c303986ec57092d9eb4478a3583fa019d18efd/Algorithm%20Practice/GBDT%20%2B%20LR

    GBDT+LR , XGBoost等

    github 相关代码推荐:

    1.(第二推荐)

    https://github.com/JianzhouZhan/Awesome-RecSystem-Models         pytorch,tf2.0实现的常见ctr模型

    Criteo's Kaggle display advertising challenge

    2.

    https://github.com/Johnson0722/CTR_Prediction   tf实现常见ctr模型

    比赛:https://www.kaggle.com/c/avazu-ctr-prediction/data

    avazu

    3. (第一推荐)

    https://github.com/chenxijun1029/DeepFM_with_PyTorch     pytorch,deepfm

    比赛: https://www.kaggle.com/c/criteo-display-ad-challenge/data

    Criteo's Kaggle display advertising challenge

    解析源码的博客:

    https://zhuanlan.zhihu.com/p/84526966

    4. 

    https://github.com/shenweichen/DeepCTR    tf1.X,tf2.X,经典推荐系统代码实现全集

    5.

    https://github.com/GitHub-HongweiZhang/prediction-flow    pytorch,经典推荐系统代码实现集合

  • 相关阅读:
    JS实现继承的几种方式
    Chrome断点调试
    前端小技巧总结
    Laravel5.2 下使用Form
    js 获取input file路径改变图像地址
    html p标签换行问题
    Apache+php配置 Mysql安装出错解决办法
    jQuery旋转插件jqueryrotate 图片旋转
    jquery图片3D旋绕效果 rotate3Di的操作
    mac apache php相关
  • 原文地址:https://www.cnblogs.com/qiezi-online/p/14072162.html
Copyright © 2011-2022 走看看