Skip to content

Commit

Permalink
Added two new tutorial pages.
Browse files Browse the repository at this point in the history
These two notebooks follow the work of the paper on Linearly Constrained Gaussian Processes (see citation in notebooks).

They demonstrate 
- a way to encode two types of linear constraints into the kernel of a GP
- mathematical explanations which follow the notation of the paper
- another example of implementing Multi-Output GPs in GPJax.

Signed-off-by: neel-maniar <91568147+neel-maniar@users.noreply.github.com>
  • Loading branch information
neel-maniar authored Jun 17, 2024
1 parent ad4fdac commit dd7f27e
Show file tree
Hide file tree
Showing 2 changed files with 1,672 additions and 0 deletions.
749 changes: 749 additions & 0 deletions docs/examples/2D_div_free.ipynb

Large diffs are not rendered by default.

923 changes: 923 additions & 0 deletions docs/examples/3D_curl_free.ipynb

Large diffs are not rendered by default.

0 comments on commit dd7f27e

Please sign in to comment.