An open API service indexing awesome lists of open source software.

https://github.com/rose-stl-lab/autostpp

Automatic Integration for Neural Spatio-Temporal Point Process models (AI-STPP) is a new paradigm for exact, efficient, non-parametric inference of point process. It is capable of learning complicated underlying intensity functions, like a damped sine wave.
https://github.com/rose-stl-lab/autostpp

probablistic-machine-learning spatiotemporal-data-analysis

Last synced: 3 months ago
JSON representation

Automatic Integration for Neural Spatio-Temporal Point Process models (AI-STPP) is a new paradigm for exact, efficient, non-parametric inference of point process. It is capable of learning complicated underlying intensity functions, like a damped sine wave.

Awesome Lists containing this project

README

          


AI-STPP


Auto-STPP


✨Automatic Integration for Neural Spatiotemporal Point Process✨


license
python
version

## | Introduction

**Auto**matic Integration for Neural **S**patio-**T**emporal **P**oint **P**rocess models (Auto-STPP) is a new paradigm for exact, efficient, non-parametric inference of spatiotemporal point process.

## | Citation

[[2310.06179] Automatic Integration for Spatiotemporal Neural Point Processes](https://arxiv.org/abs/2310.06179)

```
@article{zhou2023automatic,
title={Automatic Integration for Spatiotemporal Neural Point Processes},
author={Zhou, Zihao and Yu, Rose},
journal={arXiv preprint arXiv:2310.06179},
year={2023}
}
```

## | Installation

Dependencies: `make`, `conda-lock`

```bash
make create_environment
conda activate autoint-stpp
```

## | Dataset Download

```bash
python src/download_data.py
```

## | Training and Testing

Specify the parameters in `configs/autoint_stpp.yaml` and then run

```bash
make run_stpp config=autoint_stpp
```