An open API service indexing awesome lists of open source software.

https://github.com/emilemathieu/blog_svm

An Efficient Soft-Margin Kernel SVM Implementation In Python
https://github.com/emilemathieu/blog_svm

Last synced: about 1 year ago
JSON representation

An Efficient Soft-Margin Kernel SVM Implementation In Python

Awesome Lists containing this project

README

          

# An Efficient Soft-Margin Kernel SVM Implementation In Python

### Code used for [my tutorial blog post](http://emilemathieu.fr/blog_svm.html).

## Run example
```
git clone https://github.com/emilemathieu/blog_svm
cd blog_svm
cd code
python example.py
```

## Repository organisation
- references: referred papers
- code > kernel: several canonical kernels
- code > binary_classification: soft-margin kernel SVM implemented with SMO
- code > example.py: small 2d binary classification task example