cl-libsvm
Common Lisp wrapper for the libsvm support vector machine machine learning library by Ravenpack and Gabor Melis.

It can be found at https://github.com/melisgl/cl-libsvm.


An alternative to cl-libsvm is cl-svm, which is implemented in pure lisp.