Skip to content

hzzai/DUMN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Deep User Match Network for Click-Through Rate Prediction

Our code is implemented based on DIEN (https://github.com/mouna99/dien).

Running

We use Python 2.7 and Tensorflow 1.4.

Prepare Data

wget -c http://snap.stanford.edu/data/amazon/productGraph/categoryFiles/reviews_Beauty_5.json.gz
gzip -d reviews_Beauty_5.json.gz
wget -c http://snap.stanford.edu/data/amazon/productGraph/categoryFiles/meta_Beauty.json.gz
gzip -d meta_Beauty.json.gz

python ./script/process_data.py meta_Beauty.json reviews_Beauty_5.json
python ./script/local_aggretor_time.py 
python ./script/generate_voc.py 

Train Model

python ./script/train.py train DUMN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages