-
Updated
Jun 1, 2021 - Python
gaussian-processes
Here are 470 public repositories matching this topic...
-
Updated
May 1, 2021 - Python
-
Updated
May 13, 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
Apr 14, 2021 - Python
-
Updated
Feb 24, 2021 - C++
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
At the moment, looking at the doc page of Variograms, it seems like the only way to analyze Variograms is via the Plots.jl package. But I would much rather obtain the actual values that are plotted. How do I obtain:
- Values of h axis
- Values of γ(h)
- Bin values b(h)
? I don't use Plots.jl and I see no mention in the documentation page on how to obtain these values. The display method
-
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
Jun 1, 2021 - C++
-
Updated
Nov 25, 2020 - R
-
Updated
Feb 18, 2021
-
Updated
Feb 10, 2020 - Python
-
Updated
Feb 3, 2021 - Jupyter Notebook
-
Updated
Jun 7, 2021 - MATLAB
-
Updated
May 18, 2021 - Python
-
Updated
May 14, 2021 - C
-
Updated
Jun 8, 2021 - Python
-
Updated
Sep 26, 2018 - 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