You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-Class Mini-Batched Kernel Perceptron in Python. Supports Linear, Polynomial and RBF Kernels. Classifier interface is in line with [sklearn] (http://scikit-learn.org/).
type python test.py to test it on an example dataset.