LiangjunFeng / SVM

a binary-classification SVM consider non-linear and soft margin based on SMO algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SVM

a binary-classification SVM consider non-linear and soft margin

the method of application,for the two classes dataset

model = SVMClassifier(traindata,trainlabel) res = model.predict(testdata)

the speed of convergence is a little slow, anyone help me improve it ?

About

a binary-classification SVM consider non-linear and soft margin based on SMO algorithm

License:MIT License


Languages

Language:Python 100.0%