Skip to content

Commit

Permalink
Condense index documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcqcai committed Jun 3, 2024
1 parent 7ade15d commit 5e6ca0b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
on a Taylor approximation of the log-likelihood. Uses the empirical Fisher
information matrix as a positive-definite alternative to the Hessian.
Natural gradient descent equivalence following [Ollivier, 2019](https://arxiv.org/abs/1703.00209).
- [`ekf.diag_fisher`](ekf/diag_fisher.md) applies an online Bayesian update based
on a Taylor approximation of the log-likelihood. Uses the diagonal empirical Fisher
information matrix as a positive-definite alternative to the Hessian.
Natural gradient descent equivalence following [Ollivier, 2019](https://arxiv.org/abs/1703.00209).
- [`ekf.diag_fisher`](ekf/diag_fisher.md) same as `ekf.dense_fisher` but
uses the diagonal of the empirical Fisher information matrix instead.

### Laplace approximation
- [`laplace.dense_fisher`](laplace/dense_fisher.md) calculates the empirical Fisher
Expand Down

0 comments on commit 5e6ca0b

Please sign in to comment.