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

https://github.com/nova-land/kalmanfilter-python

Kalman Filter in PyTorch and Numpy
https://github.com/nova-land/kalmanfilter-python

kalman-filter numpy python pytorch

Last synced: 11 months ago
JSON representation

Kalman Filter in PyTorch and Numpy

Awesome Lists containing this project

README

          

# (Multi-dimensional) Kalman Filter Implementation

A Straight-forward Kalman Filter Implementation in both `numpy` and `pytorch`.

This is a reference implementation of Kalman Filter for performance optimisation purpose.

- [PyTorch Implementation](./kalman_filter.py)
- [Numpy Implementation](./kalman_filter_np.py)

## Kalman Filter Example at [test.py](/test.py)