Skip to content

edwinb-ai/LeastSquaresSVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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