Skip to content

Commit

Permalink
Add entry in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dirmeier committed Apr 5, 2021
1 parent 855eef7 commit 555628d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# ---
# jupyter:
# jupytext:
Expand Down
1 change: 1 addition & 0 deletions doc/source/notebooks/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ This section explains the more complex models and features that are available in
- [Inter-domain Variational Fourier features](advanced/variational_fourier_features.ipynb): how to add new inter-domain inducing variables, at the example of representing sparse GPs in the spectral domain.
- [Manipulating kernels](advanced/kernels.ipynb): information on the covariances that are included in the library, and how you can combine them to create new ones.
- [Convolutional GPs](advanced/convolutional.ipynb): how we can use GPs with convolutional kernels for image classification.
- [Regression with over-dispersed count data](advanced/regression_with_overdispersed_count_data.ipynb): how we can use GPs for regression when the data are non-negative counts

### Features

Expand Down

0 comments on commit 555628d

Please sign in to comment.