From 4dace9b98d54b8c5669978738712b564028c1606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicholas=20Kr=C3=A4mer?= Date: Wed, 11 Oct 2023 08:36:07 +0200 Subject: [PATCH] Link the new tutorial in the readme --- README.md | 1 + docs/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index b4e9f15..7ec6b4d 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ Determine the number of samples per batch as follows. - **Log-determinants:** Use stochastic Lanczos quadrature to compute matrix functions. [(LINK)](https://pnkraemer.github.io/matfree/log_determinants/) - **Higher moments and UQ:** Compute means, variances, and other moments simultaneously. [(LINK)](https://pnkraemer.github.io/matfree/higher_moments/) - **Vector calculus:** Use matrix-free linear algebra to implement vector calculus. [(LINK)](https://pnkraemer.github.io/matfree/vector_calculus/) +- **Pytree-valued states:** Combining neural-network Jacobians with stochastic Lanczos quadrature. diff --git a/docs/index.md b/docs/index.md index b4e9f15..7ec6b4d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -69,6 +69,7 @@ Determine the number of samples per batch as follows. - **Log-determinants:** Use stochastic Lanczos quadrature to compute matrix functions. [(LINK)](https://pnkraemer.github.io/matfree/log_determinants/) - **Higher moments and UQ:** Compute means, variances, and other moments simultaneously. [(LINK)](https://pnkraemer.github.io/matfree/higher_moments/) - **Vector calculus:** Use matrix-free linear algebra to implement vector calculus. [(LINK)](https://pnkraemer.github.io/matfree/vector_calculus/) +- **Pytree-valued states:** Combining neural-network Jacobians with stochastic Lanczos quadrature.