edwinb-ai / LeastSquaresSVM

A Least Squares Support Vector Machine implementation in pure Julia
https://edwinb-ai.github.io/LeastSquaresSVM/dev/
MIT License
1 stars 1 forks source link
classifier julia mlj svm-classifier

LeastSquaresSVM

Dev CI codecov

This is an implementation in pure Julia of the Least Squares Support Vector Machines [1] by Suykens and Vandewalle. It contains both a classifier and a regressor implementation.

Installation

You install this package from Pkg like so

Pkg> add https://github.com/edwinb-ai/LeastSquaresSVM.git

This will install all the dependencies and you are good to go.

References

1. Least Squares Support Vector Machine Classifiers