Git Product home page Git Product logo

kalmanfilter's People

Contributors

gatakaba avatar

Watchers

 avatar  avatar

kalmanfilter's Issues

サンプルプログラムの作成

  • 自由落下(free fall)
  • 斜方投射(Projectile motion)
  • 車のトラッキング(car tracking)

フォーマットはjupyter notebook形式でお願いします

対数尤度の計算

EMアルゴリズムやMCMCによるパラメータ推定において、パラメータに対する誤差関数として尤度関数を用いる。
パラメータ推定には直接的に必要がないが、プログラムテストには必要な関数です。

クラス内で用いる変数の置き換えについて

例えば stringstr などに略すると場合によってはstartstrip などと間違えることがあり、コードの品質が低下してしまうことがある。

そのため、変数名は略さないことにしたが、変数名の数が長い場合、複雑な数式の可読性が著しく低下してしまった。

そこで、クラス内で処理する変数は論文などで使われている一般的な記号で置き換えることにする。

1.0.0をリリースするためのタスク一覧

概要

このIssueは、kalman filter 1.0.0をリリースするために必要なタスクの一覧です。

ユーザビリティ向上

  • readme.md の整備
  • サンプルプログラムの作成
  • パッケージ化
  • ドキュメント作成

機能追加

  • バッチ学習によるモデルパラメータ推定機能の追加
  • 平滑化機能(smoothing)の追加

品質向上

  • テストプログラムの作成

prediction関数の仕様について

現在prediction関数は整数kを指定して、点kにおける状態・観測値を出力する仕様になっている。

しかし、実応用では現在からk step後までバッチ推定する場合が多く、現在の機能は使いやすいものではない。

そのため、バッチ推定を行う機能を追加する必要があると考える。

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.