Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.67 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.67 KB

RMT4LS-SVM

A Random Matrix Approach to Least Squares SVM

This page contains a simple demo using Python 3 of the theoretical results in the following paper:

A Large Dimensional Analysis of Least Squares Support Vector Machines

where recent advances in matrix matrix theory are used to analyze the performance of LS-SVM, a variant of classical SVM.

About the code

Comparison between theory and practice is available for data from

  • MNIST database
  • Gaussian mixture model

for Gaussian and ploynomial kernels.

Dependencies

To be able to test this code requires the following:

We strongly recommend you to use Jupyter nootbook to have a direct illustration within your web browsers: here.

Contact information