edwinb-ai / LeastSquaresSVM

A Least Squares Support Vector Machine implementation in pure Julia

Home Page:https://edwinb-ai.github.io/LeastSquaresSVM/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Least Squares Support Vector Machine implementation in pure Julia

https://edwinb-ai.github.io/LeastSquaresSVM/dev/

License:MIT License


Languages

Language:Julia 100.0%