awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesHidden State Estimation

Probabilistic methods for inferring the latent internal state of a dynamic system from observable measurements.

Distinct from Hidden State Inference: The candidates focus on neural network internal activations (extraction/tuning) rather than the mathematical estimation of hidden system states in control theory.

Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Hidden State Estimation. Refine with filters or upvote what's useful.

Awesome Hidden State Estimation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rlabbe/filterpyrlabbe 的头像

    rlabbe/filterpy

    3,772在 GitHub 上查看↗

    filterpy is a toolkit for Bayesian state estimation, Gaussian statistical analysis, and time-series noise reduction. It provides a library of linear and non-linear Kalman filters, as well as routines for non-Gaussian state estimation and signal smoothing. The project implements a variety of estimation methods, including particle filtering using Markov Chain Monte Carlo and resampling, and discrete Bayes filtering. It also includes a suite of algorithms for refining historical state estimates through backward and fixed-lag smoothing. Additional capabilities cover multivariate Gaussian analysi

    Implements Bayesian methods to estimate the internal states of dynamic systems using behavioral models and noisy data.

    Python
    在 GitHub 上查看↗3,772
  • reference-lapack/lapackReference-LAPACK 的头像

    Reference-LAPACK/lapack

    1,808在 GitHub 上查看↗

    LAPACK is a comprehensive library of Fortran routines designed for high-performance numerical analysis and linear algebra. It serves as a foundational scientific computing framework, providing standardized procedures for solving systems of linear equations, eigenvalue problems, and least squares approximations. The library distinguishes itself through a hierarchical routine abstraction that organizes mathematical operations into distinct levels of complexity. It utilizes block-partitioned matrix algorithms and a column-major memory layout to optimize data locality and hardware efficiency. By

    Solves least squares problems by minimizing the sum of squared residuals for accurate approximations.

    Fortranblaseigenvalueseigenvectors
    在 GitHub 上查看↗1,808
  1. Home
  2. Scientific & Mathematical Computing
  3. Hidden State Estimation

探索子标签

  • Least Squares EstimatorsAlgorithms that determine the most probable system state by minimizing the sum of squared differences between measurements and model predictions. **Distinct from Hidden State Estimation:** Distinct from generic Hidden State Estimation: specifically implements the least squares and fading memory mathematical approach rather than general Bayesian or Kalman filters.