https://github.com/statusfailed/python-bootstrap-particle-filter-talk
Materials for a talk on the bootstrap particle filter, with Python implementation
https://github.com/statusfailed/python-bootstrap-particle-filter-talk
Last synced: 2 months ago
JSON representation
Materials for a talk on the bootstrap particle filter, with Python implementation
- Host: GitHub
- URL: https://github.com/statusfailed/python-bootstrap-particle-filter-talk
- Owner: statusfailed
- Created: 2017-10-11T23:04:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T22:13:08.000Z (over 8 years ago)
- Last Synced: 2025-01-31T08:18:55.262Z (about 1 year ago)
- Language: TeX
- Size: 203 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Bootstrap Particle Filter (talk)
Some materials for a talk:
* `slides.tex`: latex beamer slides
* `code-fragments`: code fragments used in slides
* `main.py`: implementation of the algorithm, plus viterbi + baseline model for
comparison.