Skip to content

Efficient computation of temporal point process intensity using automatic integration

License

Notifications You must be signed in to change notification settings

Rose-STL-Lab/AutoNPP

Repository files navigation

AI-STPP

Auto-NPP

✨Automatic Integration for Neural Point Process✨

license python version

| Paper

Automatic Integration for Fast and Interpretable Neural Point Processes

| Installation

Dependencies: make, conda-lock

make create_environment
conda activate autonpp

| Dataset Download

make download prefix=data

| Get Trained Models

make download prefix=models

| Training and Testing

Specify the parameters in configs/test_autoint_1d_dataset.yaml and then run

make run

The loss curves and example intensity predictions are saved to figs/. With real-world datasets, the ground truth intensity is a placeholder and can be safely ignored. The logs are saved to logs/. The models are saved to models/.

To use the trained models, set retrain: false.

| Cite

@article{zhou2023automatic,
  title={Automatic Integration for Fast and Interpretable Neural Point Processes},
  author={Zhou, Zihao and Yu, Rose},
  journal={Learning for Dynamics and Control (L4DC)},
  year={2023}
}

About

Efficient computation of temporal point process intensity using automatic integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published