Code Monkey home page Code Monkey logo

tencent_adv's Introduction

tencent_adv

This repository is for tencent advertising algorithm competition

1. 数据说明

1.1 ad.csv

creative_id ad_id product_id product_category advertiser_id industry
素材id[1, 4445720] 属于某个广告id[1, 3812202] 该广告中宣传产品id[1, 44314] 广告产品所属类别id[1,18] 广告主id[2, 62965] 所属行业id[1, 335]

1.2 click_log.csv

time user_id creative_id click_times
某一天[1, 91] 用户id[1, 900000], [3000001,4000000] 用户点击的素材id[1, 4445720] 当天该用户点击该素材次数[1, 185]

1.3 user.csv

user_id age gender
用户id 用户年龄[1, 10] 用户性别[1, 2]

2. 数据预处理

2.1, 连接三张表

creative_id ad_id product_id product_category advertiser_id industry time user_id click_times age gender
素材id 属于某个广告id 该广告中宣传产品id 广告产品所属类别id 广告主id 所属行业id 某一天 用户id 当天该用户点击该素材次数 用户年龄[1, 10] 用户性别[1, 2]

2.2 网络输入

creative_id ad_id product_category advertiser_id time click_times
素材id 属于某个广告id 广告产品所属类别id 广告主id 某一天[1, 91] 当天该用户点击该素材次数

2.3 网络输出

age gender
用户年龄[1, 10] 用户性别[1, 2]

3. 网络模型

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.