Coder Social home page Coder Social logo

bayes's Introduction

Bayes

Recursive Bayes and Kalman filtering in Clojure.

The Kalman filter is a recursive filter that combines incoming noisy sample data with predictions from an internal model of the data. For example if you are measuring someone's position with a GPS device than typically the samples will jump around noisily, but if you know the person or vehicle's velocity than you can predict where they are from one moment to the next based on their most recent location. Using the Kalman filter these two sources of data can be efficiently combined in such a way as to provide a smoother, more accurate estimate of the true location. This is done by adjusting the weight of the model versus the sensor data based on how noisy or accurate they are.

  • the computational complexity is cubic in the size of the state space
  • The basic Kalman filter can only be used for linear systems with gaussian noise

Extended Kalman filter (EKF):

Unscented Kalman filter (UKF):

Particle filter:

  • Represents the underlying system with a set of samples (particles), which are updated, removed and spawned in a probabilistic fashion based on how well they approximate the incoming sensor data.

Resources

Wikipedia:

Kalman Filters for Undergrads:

Student Dave's tutorials:

An Introduction to the Kalman Filter:

Further resources:

License

Copyright © 2014 Jeff Rose - ThinkTopic Labs

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

bayes's People

Contributors

ozjongwon avatar rosejn avatar

Watchers

 avatar  avatar

Forkers

claj

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.