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
Playing around w SVM & kernel function implementation in Python - also experimenting w plotting/etc
Python