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

https://github.com/avitase/ukf

Implementation of an Unscented Kalman Filter with PyTorch.
https://github.com/avitase/ukf

Last synced: 2 months ago
JSON representation

Implementation of an Unscented Kalman Filter with PyTorch.

Awesome Lists containing this project

README

        

# Unscented Kalman Filter Implementation with PyTorch

Implementation of an [Unscented Kalman Filter](https://en.wikipedia.org/wiki/Kalman_filter#Unscented_Kalman_filter) with [PyTorch](https://pytorch.org/).
Examples are provided in [example/notebook.ipynb](example/notebook.ipynb).