Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 945 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 945 Bytes

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