https://github.com/st--/vbpp
Variational Bayes for Point Processes: implementation of Lloyd et al. (2015) on top of GPflow
https://github.com/st--/vbpp
Last synced: over 1 year ago
JSON representation
Variational Bayes for Point Processes: implementation of Lloyd et al. (2015) on top of GPflow
- Host: GitHub
- URL: https://github.com/st--/vbpp
- Owner: st--
- License: apache-2.0
- Created: 2019-02-12T21:00:41.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:58:12.000Z (over 2 years ago)
- Last Synced: 2025-03-27T08:11:22.325Z (over 1 year ago)
- Language: Python
- Size: 94.7 KB
- Stars: 9
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Variational Bayes for Point Processes
Implementation of the model in [Lloyd et al. (2015)](http://proceedings.mlr.press/v37/lloyd15.html) on top of [GPflow](https://github.com/GPflow/GPflow), including capability for multiple observations and the constant offset from [John and Hensman (2018)](http://proceedings.mlr.press/v80/john18a.html).