Giter VIP home page Giter VIP logo

graph-convolutional-hawkes-processes-gchp's Introduction

Graph-Convolutional-Hawkes-Processes-GCHP

This work introduces a Graph Convolutional Hawkes Process (GCHP) method incorperating marked point processes model to deal with predictions on attributed event sequences.

Model overview

Firstly, our model transforms the marked event sequences into temporal similarity graph with feature matrix. Then, we feed the data into the GCHP model.

Preparation

The following python library dependencies need to be installed:

  • pandas
  • numpy
  • torch (with CUDA) >= 1.7 (detailed installation documents can be found in https://pytorch.org/)

Dataset

  • ATM
  • Weeplace
  • IPTV
  • HawkesProcess_synthetic (synthetic dataset)

Train the model

To quickly run the model on ATM dataset, just run:

python train.py --dataset ATM

You may run GCHP on other datasets with different hyperparameter settings: epochs, batch_size, memory_size, theta, eta, hidden, etc. Here we show an example of training on IPTV:

python train.py --dataset IPTV --batch_size 50000 --memory_size 10 --epochs 200 --theta 1.0 --eta 1.0 --hidden 50 --record True --loss_type likelihood
--loss_type likelihood

denotes the likelihood ratio loss proposed in our paper.

Reference

@incollection{tianbo2021gchp,
 author = {Tianbo Li, Tianze Luo, Yiping Ke, Sinno Jialin Pan},
 booktitle = {Proceedings of the 27th ACM SIGKDD International Conference on Knowledge Discovery \& Data Mining},
 pages = {},
 title = {Mitigating Performance Saturation in Neural Marked PointProcesses: Architectures and Loss Functions},
 year = {2021}
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.