Gaussian process in Julia

@willtebbutt I am looking forward to the integration of Stheno and Turing.

I use GP for modelling latent function from one dimensional input (e.g. time) to 2D or 3D output(e.g. 2D or 3D coordinates). I can model it using Pyro PPL from Python but I want to port my code to Julia.

Now I am trying to use GaussianProcesses.jl but looks like it can not handle 2D or 3D output yet. I wonder if Stheno can do that.

2 Likes