MLBook_source
MLBook_source copied to clipboard
Machine Learning: An Algorithmic Perspective - Python sources that came with the book
Results
1
MLBook_source issues
Sort by
recently updated
recently updated
newest added
In the line 42 of [Kalman Filter](https://github.com/tback/MLBook_source/blob/master/15%20Graphical%20Models/Kalman.py), should not `error_cov` be updated by `cov_est` instead of `cov` since `cov` is basically the best co-variance estimate from last step?