The Wayback Machine - https://web.archive.org/web/20201112050601/https://github.com/topics/gaussian-processes
Skip to content
#

gaussian-processes

Here are 405 public repositories matching this topic...

st--
st-- commented Oct 22, 2020

Feature request

Our Scipy optimizer wrapper should explicitly handle unconnected gradients.

Motivation

Currently, the GPflow Scipy optimizer wrapper (gpflow.optimizers.Scipy) simply errors (with one of the typically unhelpful TensorFlow error messages) when one of the passed-in variables is not connected to the loss to be minimized. This can easily happen in a valid case, for exa

willtebbutt
willtebbutt commented Oct 19, 2019

There are a variety of interesting optimisations that can be performed on kernels of the form

k(x, z) = w_1 * k_1(x, z) + w_2 * k_2(x, z) + ... + w_L k_L(x, z)

A naive recursive implementation in terms of the current Sum and Scaled kernels hides opportunities for parallelism in the computation of each term, and the summation over terms.

Notable examples of kernels with th

Improve this page

Add a description, image, and links to the gaussian-processes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gaussian-processes topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.