kalman-jax
Kalman smoother
This project develops an approximate inference framework for temporal Gaussian processes using Kalman filtering and smoothing methods.
Approximate inference for Markov Gaussian processes using iterated Kalman smoothing, in JAX
95 stars
11 watching
13 forks
Language: Jupyter Notebook
last commit: over 1 year ago
Linked from 1 awesome list
approximate-bayesian-inferencegaussian-processeskalman-smoothermachine-learningsignal-processingstate-space-models
Related projects:
Repository | Description | Stars |
---|---|---|
jaxgaussianprocesses/gpjax | Provides a low-level interface to Gaussian process models in JAX for flexible extension and customisation | 461 |
auralius/kalman-cpp | An implementation of various Kalman filter algorithms in C++ | 32 |
jeljaik/extended-kalman-filter | An implementation of an extended Kalman filter for estimating dynamic quantities in a single rigid body from distributed measurements. | 38 |
itamarwe/kalman | A JavaScript implementation of the Kalman filter algorithm for state estimation in dynamic systems | 114 |
csalinasonline/kalmanmatlabcode | Provides MATLAB implementations of the Kalman filter algorithm and its applications in signal processing | 68 |
awerries/kalman-localization | A MATLAB implementation of a Kalman filter-based localization system for sensor fusion of GPS/INS/compass data | 91 |
alonfnt/bayex | An implementation of Bayesian optimization using Gaussian process regression and JAX for efficient numerical computations | 84 |
philbooks/kalman-filter-for-beginners | A sample code implementation of the Kalman filter algorithm in MATLAB/Octave | 126 |
simondlevy/sensorfusion | An implementation of sensor fusion using Kalman filter in MATLAB | 156 |
joshuaalbert/jaxns | A probabilistic programming framework for Bayesian inference and model comparison using nested sampling and JAX. | 147 |
google-deepmind/kfac-jax | Library providing an implementation of the K-FAC optimizer and curvature estimator for second-order optimization in neural networks. | 248 |
sheffieldml/multigp | Software for modeling and prediction with multiple output Gaussian processes | 48 |
lollcat/fab-jax-old | An implementation of Flow Annealed Importance Sampling Bootstrap (FAB) in JAX for probabilistic machine learning | 0 |
stor-i/gaussianprocesses.jl | A Julia package that provides a flexible nonparametric tool for modeling data using Gaussian Processes | 308 |
mherb/kalman | A C++ library implementing common Kalman filter variants for state estimation in nonlinear systems | 1,320 |