Skip to content

alibaba/deep-multi-representational-item-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 

Repository files navigation

Deep multi-Representational Item NetworK for CTR prediction

Note: we use Python 2.7 and Tensorflow 1.4.

Prepare Data

./prepare_data.sh

When you see the files below, you can do the next work.

  • cat_voc.pkl
  • mid_voc.pkl
  • uid_voc.pkl
  • local_train_sample_sorted_by_time
  • local_test_sample_sorted_by_time
  • reviews-info
  • item-info

Train Model

mkdir dnn_best_model

CUDA_VISIBLE_DEVICES=0 python ./script/train.py train [model name]

The model blelow had been supported:

Acknowledgements

Our code is implemented based on DIEN, DMIN-CIKM20, TIEN-CIKM20, and DUMN-SIGIR21.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published