0

I want to solve a small regression problem where the inputs are variable-length strings from a small vocabulary. I'd like to use Gaussian Process regression with some kind of string kernel. (SVM regression also ok.)

I see from this page that shogun supports many kinds of string kernels - can someone please provide a high level summary (with references to papers) of how they work?

I'd also like to see a worked example (in python), since I've never used shogun before. I found this post on stackoverflow, but it's dated from 2014, and it's not clear if the interface is up to date.

Thanks Kevin

  • i'm just about to finish the string kernels tutorial jupyter notebook, i'll paste here the link how you can use string kernel in shogun. – Viktor Mar 14 '18 at 12:11

1 Answers1

0

The documentation pages of string kernel classes contain the information you are looking for. For example:

Quite likely not all classes will contain either one piece of information or the other.

iglesias
  • 57
  • 11