-
Updated
Oct 2, 2020 - Python
gaussian-processes
Here are 405 public repositories matching this topic...
-
Updated
Oct 25, 2020 - Python
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
-
Updated
Nov 6, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2020 - Jupyter Notebook
-
Updated
Apr 8, 2017 - Java
-
Updated
Sep 12, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Jun 5, 2019
-
Updated
Dec 6, 2016 - Jupyter Notebook
-
Updated
May 8, 2019 - Python
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
Plotting Docs
GPU Support
-
Updated
Oct 13, 2020 - Scala
-
Updated
Nov 5, 2020 - Python
-
Updated
Feb 4, 2020 - C++
-
Updated
Sep 8, 2020 - Python
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 7, 2020 - C++
-
Updated
Sep 4, 2020 - C++
-
Updated
Nov 9, 2020 - R
-
Updated
Dec 26, 2019
-
Updated
Feb 10, 2020 - Python
-
Updated
Sep 26, 2018 - Python
-
Updated
Jun 23, 2020 - Jupyter Notebook
-
Updated
Jan 28, 2019 - Python
-
Updated
Nov 2, 2020 - Python
-
Updated
Nov 4, 2020 - MATLAB
-
Updated
Aug 5, 2020 - MATLAB
-
Updated
Oct 30, 2020 - Julia
Improve this page
Add a description, image, and links to the gaussian-processes topic page so that developers can more easily learn about it.
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."
Howdy folks,
GPyTorch provides Gaussian likelihood objects for fixed noise (
FixedNoiseGaussianLikelihood
) and for multi-task models (MultitaskGaussianLikelihood
). I was wondering if someone could provide me some guidance on how to get a fixed noise multi-task Gaussian likelihood?Thanks in advance
Galto