This repo is our implementation for paper: Temporal Hierarchical Attention at Category- and Item-Level for Micro-Video Click-Through Prediction
Please cite our MM'18 paper if you use our codes. Thanks!
@inproceedings{chen2018thacil,
title={Temporal Hierarchical Attention at Category- and Item-Level for Micro-Video Click-Through Prediction},
author={Chen, Xusong and Liu, Dong and Zha, Zheng-Jun and Zhou, Wengang and Xiong, Zhiwei and Li, Yan},
booktitle={MM},
year={2018}
}
data/input/
folder.data/input/
folder.
user_click_ids.npy
:
python generate_data.py --train-data-path ../../data/input/train_data.csv --save-path ../../data/input/
cd src
python launcher.py --phase train
cd src
python launcher.py --phase test