bayesian-filtering
There are 14 repositories under bayesian-filtering topic.
mint-lab/filtering_tutorial
An Intuitive tutorial on Bayesian filtering
ZehaoDou-official/FPS-SMC-2023
Official Pytorch repository for "Diffusion Posterior Sampling for Linear Inverse Problem Solving: A Filtering Perspective", where FPS (Filtering Posterior Sampling) as well as its extension FPS-SMC are proposed.
burkh4rt/Discriminative-Kalman-Filter
Code supplement for "The Discriminative Kalman Filter for Bayesian Filtering with Nonlinear and Nongaussian Observation Models"
catniplab/vjf
Variational Joint Filtering
burkh4rt/Filtered-Stochastic-Newton
Code supplement for "Discriminative Bayesian Filtering Lends Momentum to the Stochastic Newton Method for Minimizing Log-Convex Functions"
simsurace/StochasticFilters.jl
A Julia package that provides high-level abstractions for simulating and deploying stochastic filters
burkh4rt/DKF-defense-presentation
These slides were presented at my dissertation defense (Division of Applied Mathematics, Brown University, 23 May 2018).
burkh4rt/DKF-dissertation
XeLaTeX for "A Discriminative Approach to Bayesian Filtering with Applications to Human Neural Decoding"
burkh4rt/DKF-implementations
This repository contains code implementations for the Discriminative Kalman Filter.
biaslab/IWAI2024-ambiguity
Expected free energy minimization with approximations to nonlinear observation functions
burkh4rt/brown_kobe_exchange_2016
code for neural filtering project
spsingh37/Bayesian-filtering-and-SLAM
This is a comprehensive project focused on implementing popular algorithms for state estimation, robot localization, 2D mapping, and 2D & 3D SLAM. It utilizes various types of filters, including the Kalman Filter, Extended Kalman Filter, Unscented Kalman Filter, and Particle Filter.
CesarCaramazana/BayesianFiltering
A Kalman filter and Particle Filter implementation for Gaussian object tracking
Yskandar/computational_robotics
The workspace for our computational robotics class. I explored different techniques such as Bayesian filtering in a Gridworld environment, Graph Based Motion Planning on a chess board, Kalman Filtering... Work in progress !