matbesancon / SimpleSVMs.jl

JuMP-based implementation of Support Vector Machines
MIT License
11 stars 2 forks source link

Add support for Kernels? #2

Open oxinabox opened 4 years ago

oxinabox commented 4 years ago

I'm not super up on SVM kernels, but it would be swish to have that just work.

@willtebbutt was talking about a package that defines a bunch of kernals in a model agnostic way for use in GPs. And I understand those are the same kernals SVMs use

willtebbutt commented 4 years ago

For reference, this is the kernel package in question. Not much activity recently because we've all been busy, but would be cool to sort out.

matbesancon commented 4 years ago

@theogf would be cool to make that work out