Skip to content

Commit

Permalink
link to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
t-vi committed Nov 10, 2017
1 parent c2c698b commit e08c1f1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,12 @@ Pytorch.

I have kept the structure close to GPFlow.
Most of the great ideas are from the GPFlow team, errors are my own.

The functionality is demonstrated by the following notebooks
adapted from gpflow:

- [Classification example](notebooks/classification.ipynb)
- [Regression example](notebooks/gp_regression.ipynb)
- [Markov Chain Monte Carlo for non-gaussian likelihoods](notebooks/mcmc.ipynb)
- [Upper bound for variational inference](notebooks/upper_bound.ipynb)

0 comments on commit e08c1f1

Please sign in to comment.