Sigmoid Kernel
John1911603424 opened this issue · 3 comments
John1911603424 commented
Hi,do you know where sigmoid kernel is? I didn't find it.
Ulfgard commented
We have not implemented it.
Ulfgard commented
a longer reply: in our personal experience, the sigmoid kernel rarely makes sense. It is slightly difficult to work with because positive-definiteness of the kernel is not guaranteed. Also as a model the sigmoid kernel has super weird behaviour.
See here:
https://cloud.githubusercontent.com/assets/5733246/18803657/6883294a-81c8-11e6-8950-6989e765966a.png
John1911603424 commented
Thanks.