-
Updated
Jun 23, 2021 - Python
gaussian-processes
Here are 486 public repositories matching this topic...
-
Updated
May 1, 2021 - Python
-
Updated
Aug 19, 2021 - Jupyter Notebook
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 19, 2021 - Jupyter Notebook
-
Updated
Apr 8, 2017 - Java
-
Updated
Jun 25, 2021 - Python
-
Updated
Feb 24, 2021 - C++
Currently the default block size in declustereted statistics is the median pairwise distance of a couple of samples. We could change the default to the mode instead.
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
Dec 6, 2016 - Jupyter Notebook
-
Updated
Jun 5, 2019
-
Updated
Feb 15, 2021 - Python
-
Updated
Aug 17, 2021 - C++
-
Updated
Apr 5, 2021 - Python
-
Updated
Feb 4, 2020 - C++
-
Updated
Apr 15, 2021 - Scala
-
Updated
Aug 19, 2021 - C++
-
Updated
Jun 15, 2021 - C++
-
Updated
Aug 9, 2021 - C++
-
Updated
Jan 7, 2021 - Python
-
Updated
Nov 25, 2020 - R
-
Updated
Feb 10, 2020 - Python
-
Updated
Feb 3, 2021 - Jupyter Notebook
-
Updated
Feb 18, 2021
-
Updated
Aug 15, 2021 - MATLAB
-
Updated
Jun 14, 2021 - C
-
Updated
Jul 3, 2021 - Python
-
Updated
Aug 4, 2021 - 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