question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Spectral Mixture Kernel

See original GitHub issue

It would be a good idea, I think, to add in the spectral mixture (SM) kernel introduced by Andrew Wilson and Ryan Adams in 2014. There’s been a decent literature based on this work (over 60 citations in 2 years) including some work I’m starting on and it’d be helpful to not have to hand roll GP optimization every time I use this kernel.

I looked around the list of currently implemented kernels and couldn’t find it but if I just missed it let me know.

I guess the broader question here is how close you want this package to follow the literature. sklearn, for example, has a policy of not closely following the literature, so that’s not necessarily a bad thing, but it’d be helpful to have a guideline on what the package’s goals are in this domain.

Let me know what you guys think. Thanks 😀 !

(I’d be willing to help out in adding this though I’m not as of yet familiar with the internals of the package)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:17 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
imsrgadichcommented, Apr 24, 2018

for people interested I have SM kernel in GPflow.

https://github.com/imsrgadich/gprsm

1reaction
imsrgadichcommented, Mar 22, 2018

@cdipaolo were you able to find the issues with the initializations?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Time series forecasting with Spectral Mixture Kernels
One powerful and general way to do this is to search over compositions of kernels, which might be familiar to you if you...
Read more >
GP Regression with a Spectral Mixture Kernel
Introduction¶. This example shows how to use a SpectralMixtureKernel module on an ExactGP model. This module is designed for.
Read more >
Gaussian Processes with Spectral Mixture Kernels
To test our hypothesis, a nonparametric Bayesian approach was proposed to implicitly capture hidden structure from time series having limited data. The proposed ......
Read more >
Spectral Mixture Kernels for Multi-Output Gaussian Processes
Abstract: Early approaches to multiple-output Gaussian processes (MOGPs) relied on linear combinations of independent, latent, single-output ...
Read more >
Incorporating Dependencies in Spectral Kernels for Gaussian ...
The spectral mixture (SM) kernel is derived by modelling a spectral density - the Fourier transform of a kernel - with a linear...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found