-
Updated
Dec 28, 2020 - Python
gaussian-processes
Here are 422 public repositories matching this topic...
-
Updated
Dec 24, 2020 - Python
I'm trying to have a multi-dimensional lengthscale for my kernel, and cannot find in the documentation how to do this. The closest I've come is specifying input_dim, as described here, but in version 2.0.5 I get an error that input_dim is an unknown keyword argument. How would I get these multidimensional lengthscales in gpfl
-
Updated
Jan 9, 2021 - Jupyter Notebook
-
Updated
Jan 19, 2021 - Jupyter Notebook
-
Updated
Apr 8, 2017 - Java
-
Updated
Dec 3, 2020 - Python
-
Updated
Jun 12, 2020 - Python
-
Updated
Jun 5, 2019
-
Updated
Dec 6, 2016 - Jupyter Notebook
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
May 8, 2019 - Python
-
Updated
Nov 29, 2020 - Python
-
Updated
Dec 11, 2020 - Scala
-
Updated
Feb 4, 2020 - C++
-
Updated
Jan 7, 2021 - Python
-
Updated
Jan 20, 2021 - C++
-
Updated
Oct 1, 2020 - C++
-
Updated
Oct 7, 2020 - C++
-
Updated
Nov 25, 2020 - R
-
Updated
Feb 10, 2020 - Python
-
Updated
Dec 26, 2019
-
Updated
Jun 23, 2020 - Jupyter Notebook
-
Updated
Sep 26, 2018 - Python
-
Updated
Jan 28, 2019 - Python
-
Updated
Jan 4, 2021 - Python
-
Updated
Jan 12, 2021 - MATLAB
-
Updated
Dec 17, 2020
-
Updated
Aug 5, 2020 - MATLAB
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