-
Updated
Apr 5, 2021 - Python
gaussian-processes
Here are 455 public repositories matching this topic...
-
Updated
Mar 17, 2021 - 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
Apr 21, 2021 - Jupyter Notebook
-
Updated
Jan 19, 2021 - Jupyter Notebook
-
Updated
Apr 8, 2017 - Java
-
Updated
Apr 14, 2021 - Python
-
Updated
Feb 24, 2021 - C++
-
Updated
Dec 6, 2016 - Jupyter Notebook
-
Updated
Jun 5, 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
Plotting Docs
GPU Support
-
Updated
Feb 15, 2021 - Python
-
Updated
Apr 5, 2021 - Python
-
Updated
Feb 4, 2020 - C++
-
Updated
Apr 15, 2021 - Scala
-
Updated
Jan 22, 2021 - C++
-
Updated
Apr 19, 2021 - C++
-
Updated
Jan 7, 2021 - Python
-
Updated
Oct 7, 2020 - C++
-
Updated
Nov 25, 2020 - R
-
Updated
Feb 10, 2020 - Python
-
Updated
Feb 18, 2021
-
Updated
Feb 3, 2021 - Jupyter Notebook
-
Updated
Mar 27, 2021 - MATLAB
-
Updated
Apr 22, 2021 - Python
-
Updated
Sep 26, 2018 - Python
-
Updated
Apr 16, 2021 - C
-
Updated
Apr 24, 2021 - Python
-
Updated
Jan 28, 2019 - Python
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