Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ as we discuss below.
More information can be found in these books:

* "Machine Learning: Advanced Topics", K. Murphy, MIT Press 2023. Available at https://probml.github.io/pml-book/book2.html.
* "Bayesian Filtering and Smoothing, Second Edition", S. Särkkä and L. Svensson, Cambridge University Press, 2023. Available at http://users.aalto.fi/~ssarkka/pub/bfs_book_2023_online.pdf
* "Bayesian Filtering and Smoothing, Second Edition", S. Särkkä and L. Svensson, Cambridge University Press, 2023. Available at https://users.aalto.fi/~ssarkka/pub/bfs_book_2023_online.pdf

Quickstart
----------
Expand Down Expand Up @@ -256,13 +256,13 @@ Related Libraries
.. _distrax_hmm: https://github.com/deepmind/distrax/blob/master/distrax/_src/utils/hmm.py
.. _filterpy: https://github.com/rlabbe/Kalman-and-Bayesian-Filters-in-Python
.. _hmmlearn: https://github.com/hmmlearn/hmmlearn
.. _JAX: https://github.com/google/jax
.. _JAX: https://github.com/jax-ml/jax
.. _JSL: https://github.com/probml/JSL
.. _linderman-ssm-jax: https://github.com/lindermanlab/ssm-jax
.. _linderman-ssm-numpy: https://github.com/lindermanlab/ssm
.. _mattjj-pyhsmm: https://github.com/mattjj/pyhsmm
.. _mattjj-pylds: https://github.com/mattjj/pylds
.. _optax: https://github.com/deepmind/optax
.. _optax: https://github.com/google-deepmind/optax
.. _pgm-jax: https://github.com/probml/pgm-jax
.. _pykalman: https://pykalman.github.io/
.. _sarkka-parallel-non-linear-gaussian-smoothers: https://github.com/EEA-sensors/parallel-non-linear-gaussian-smoothers
Expand Down