-
Updated
Jan 8, 2022 - Python
gaussian-processes
Here are 557 public repositories matching this topic...
-
Updated
Feb 11, 2022 - Python
-
Updated
Apr 6, 2022 - Jupyter Notebook
Feature request
In several places we use multiple dispatch. Right now the types to dispatch on are configured separately. Could we infer the types to dispatch on from Python type hints? That would simplify the code.
Motivation
Instead of:
@dispatch.expectation.register(Gaussian, kernels.Sum, InducingPoints, NoneType, NoneType)
def expectation_gaussian_sum_inducingpoints(
-
Updated
Jan 19, 2021 - Jupyter Notebook
-
Updated
Sep 2, 2021 - Python
-
Updated
Feb 23, 2022 - Java
-
Updated
Jan 13, 2022 - C++
The Makie.jl ecosystem is mature enough to support plot recipes. Migrating to this new plotting ecosystem will enable high-performance 3D visualisations on the GPU.
- SimpleMesh
- CartesianGrid
- PointSet
- GeometrySet
- Views
- Partitions
- GeoStatsBase.jl
- Variography.jl
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
GPU Support
-
Updated
Apr 6, 2022 - C++
-
Updated
Dec 6, 2016 - Jupyter Notebook
-
Updated
Feb 15, 2021 - Python
-
Updated
Jun 5, 2019
-
Updated
Apr 5, 2021 - Python
-
Updated
Feb 4, 2020 - C++
We need to use ChainCoreTestUtils to test our new rrule/frule
-
Updated
Dec 22, 2021 - C++
-
Updated
Apr 15, 2021 - Scala
-
Updated
Jun 15, 2021 - C++
-
Updated
Apr 4, 2022 - C++
-
Updated
Oct 27, 2021 - Jupyter Notebook
-
Updated
Feb 8, 2022 - Python
-
Updated
Jan 29, 2022 - Python
-
Updated
Nov 25, 2021 - C
-
Updated
Nov 25, 2020 - R
-
Updated
Feb 18, 2021
-
Updated
Apr 5, 2022 - Python
-
Updated
Apr 1, 2022 - 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