/svm-python

Playing around w SVM & kernel function implementation in Python - also experimenting w plotting/etc

Primary LanguagePython

svm-python

Playing around w SVM & kernel function implementation in Python - also experimenting w plotting/etc

svm.py -- barebones, soft-margin implementation: train & predict classes only

kernel.py -- implements some common SVM kernel functions