Skip to content

Commit

Permalink
Fix example links
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspinder authored Sep 13, 2022
1 parent babf010 commit 246addf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@ We have recently set up a Slack channel where we hope to facilitate discussions

### Examples

- [**Conjugate Inference**](https://gpjax.readthedocs.io/en/latest/nbs/regression.html)
- [**Classification with MCMC**](https://gpjax.readthedocs.io/en/latest/nbs/classification.html)
- [**Sparse Variational Inference**](https://gpjax.readthedocs.io/en/latest/nbs/uncollapsed_vi.html)
- [**BlackJax Integration**](https://gpjax.readthedocs.io/en/latest/nbs/classification.html)
- [**Laplace Approximations**](https://gpjax.readthedocs.io/en/latest/nbs/classification.html#Laplace-approximation)
- [**TensorFlow Probability Integration**](https://gpjax.readthedocs.io/en/latest/nbs/tfp_integration.html)
- [**Inference on Non-Euclidean Spaces**](https://gpjax.readthedocs.io/en/latest/nbs/kernels.html#Custom-Kernel)
- [**Inference on Graphs**](https://gpjax.readthedocs.io/en/latest/nbs/graph_kernels.html)
- [**Learning Gaussian Process Barycentres**](https://gpjax.readthedocs.io/en/latest/nbs/graph_kernels.html)
- [**Deep Kernel Regression**](https://gpjax.readthedocs.io/en/latest/nbs/haiku.html)
- [**Conjugate Inference**](https://gpjax.readthedocs.io/en/latest/examples/regression.html)
- [**Classification with MCMC**](https://gpjax.readthedocs.io/en/latest/examples/classification.html)
- [**Sparse Variational Inference**](https://gpjax.readthedocs.io/en/latest/examples/uncollapsed_vi.html)
- [**BlackJax Integration**](https://gpjax.readthedocs.io/en/latest/examples/classification.html)
- [**Laplace Approximations**](https://gpjax.readthedocs.io/en/latest/examples/classification.html#Laplace-approximation)
- [**TensorFlow Probability Integration**](https://gpjax.readthedocs.io/en/latest/examples/tfp_integration.html)
- [**Inference on Non-Euclidean Spaces**](https://gpjax.readthedocs.io/en/latest/examples/kernels.html#Custom-Kernel)
- [**Inference on Graphs**](https://gpjax.readthedocs.io/en/latest/examples/graph_kernels.html)
- [**Learning Gaussian Process Barycentres**](https://gpjax.readthedocs.io/en/latest/examples/barycentres.html)
- [**Deep Kernel Regression**](https://gpjax.readthedocs.io/en/latest/examples/haiku.html)

### Guides for customisation

- [**Custom Kernel Implementation**](https://gpjax.readthedocs.io/en/latest/nbs/kernels.html#Custom-Kernel)
- [**Custom Kernel Implementation**](https://gpjax.readthedocs.io/en/latest/examples/kernels.html#Custom-Kernel)

## Simple example

Expand Down

0 comments on commit 246addf

Please sign in to comment.