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

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

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.