Zhenyu-LIAO / RMT4LSSVM

A Random Matrix Approach for Least Squares SVM Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Random Matrix Approach for Least Squares SVM Analysis

License:MIT License


Languages

Language:Jupyter Notebook 76.9%Language:Python 23.1%