ANPP_code is the code for the paper "Attentive Neural Point Processes for Event Forecasting", which is published in AAAI 2021.
python==2.7
tensorflow==1.12
ANPP_data contains the dataset used in the paper: Hawkes, Financial, MIMIC, Amzon(Beauty), Amazon(Clothes).
sh run.sh
Please select the dataset by modifying the dataset_run field in ANPP_code/Config.py.
Please cite the following paper if you use the code or dataset in any way.
@inproceedings{gu2021anpp,
title={Attentive Neural Point Processes for Event Forecasting},
author={Gu, Yulong},
booktitle={AAAI'21},
year={2021}
}