SheffieldML / GPmat

Matlab implementations of Gaussian processes and other machine learning tools.
BSD 3-Clause "New" or "Revised" License
132 stars 92 forks source link

Convolution kernel #23

Open ZhongWenqing opened 3 years ago

ZhongWenqing commented 3 years ago

Hello,I am a student from China. I downloaded your code in order to use convolutional kernels in DeepGP(https://github.com/SheffieldML/GPmat). Is there convolution kernel in the GPmat? If not. How do I add my kernel function? Any help would be greatly appreciated, I'm new to this!

lawrennd commented 3 years ago

Hi Wenqing,

It's not implemented in GPmat ... I think the only implementation is the one from the original paper.

Neil

lawrennd commented 3 years ago

(assuming you mean the one for images ...)