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

https://github.com/rmodi6/svm

Support Vector Machines implemented in Python
https://github.com/rmodi6/svm

machine-learning python3 support-vector-machines svm

Last synced: 10 months ago
JSON representation

Support Vector Machines implemented in Python

Awesome Lists containing this project

README

          

# Support Vector Machines

Linear SVM implemented from scratch in Python using numpy.

### Maximum margin hyperplane visualization

![svm.png](https://raw.githubusercontent.com/rmodi6/svm/master/svm.png)