Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Relevance Vector Machine [closed]

I am looking for a descent implementation of Relevance Vector Machines.

Can anyone recommend an python library or C++ implementation that I could interface?

Thanks heaps in advance, EL

like image 545
El Dude Avatar asked Jun 12 '13 00:06

El Dude


1 Answers

In C++ you have these two libraries:

  • The Kernel-Machine Library
  • dLib

Both have implementations of RMV. In Python, scikit-learn seems it has plans to release it in the future.

Matlab has also an implementation of RMV

like image 131
jabaldonedo Avatar answered Oct 01 '22 03:10

jabaldonedo