• Stars
    star
    144
  • Rank 253,871 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Bytedance_ICME2019_challenge_baseline

ICME2019 & 字节跳动 短视频内容理解与推荐竞赛

方案说明

  • 特征:均为原始特征,不包含多媒体内容特征。使用到的特征字段 ['uid', 'user_city', 'item_id', 'author_id', 'item_city', 'channel', 'music_id', 'did',]
  • 模型:基于xDeepFM简单修改的多任务模型(没有测过分开预测的效果,也可能分开单独预测更好)。
  • 结果:track2: 0.77094938716636 f, l = 0.70671501437, 0.920829590357

运行环境

python 3.6
deepctr==0.9.2 tensorflow-gpu(tensorflow) pandas scikit-learn

deepctr安装说明

  • CPU版本
    $ pip install deepctr==0.9.2
  • GPU版本 先确保已经在本地安装tensorflow-gpu,然后运行命令
    $ pip install deepctr==0.9.2 --no-deps

运行说明

  1. 将track2对应的数据下载并解压至input目录内
  2. 根据离线测试和线上提交修改train.py中的ONLINE_FLAG变量,运行train.py文件

More Repositories

1

DeepCTR

Easy-to-use,Modular and Extendible package of deep-learning based CTR models .
Python
7,504
star
2

GraphEmbedding

Implementation and experiments of graph embedding algorithms.
Python
3,660
star
3

DeepCTR-Torch

【PyTorch】Easy-to-use,Modular and Extendible package of deep-learning based CTR models.
Python
2,952
star
4

DeepMatch

A deep matching model library for recommendations & advertising. It's easy to train models and to export representation vectors which can be used for ANN search.
Python
2,207
star
5

AlgoNotes

【浅梦学习笔记】文章汇总:包含 排序&CXR预估,召回匹配,用户画像&特征工程,推荐搜索综合 计算广告,大数据,图算法,NLP&CV,求职面试 等内容
1,548
star
6

Coursera

Quiz & Assignment of Coursera
Jupyter Notebook
867
star
7

GraphNeuralNetwork

Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
Python
781
star
8

coding_interviews

《剑指Offer》题目汇总&常考题总结(Python实现)
Python
457
star
9

DSIN

Code for the IJCAI'19 paper "Deep Session Interest Network for Click-Through Rate Prediction"
Python
431
star
10

Tencent_Social_Ads2017_Mobile_App_pCVR

Tencent Social Ads 2017 contest rank 20
Jupyter Notebook
157
star
11

IJCAI_2018_Competition_baseline

IJCAI2018阿里妈妈搜索广告转化率预估baseline LB 0.0831
Python
88
star
12

ctrip14

科赛 携程出行产品未来14个月销量预测 第2名
Jupyter Notebook
62
star
13

ReinforcementLearning

This project contains several Deep Reinforcement Learning method and some experiments basd on OpenAi gym.
Python
19
star
14

Machine-Learning-in-Action

《机器学习实战》练习代码
Python
8
star
15

shenweichen

5
star
16

edX

edX Assignment
Jupyter Notebook
4
star
17

Book-information-management-system-based-on-OneThink

Book information management system based on OneThink
JavaScript
4
star
18

OpenGL-simulation-shortest-path-of-3D-space

OpenGL shortest path
C
3
star
19

StanfordOnline

StanfordOnline mooc
Jupyter Notebook
2
star