SVM_smo_solver

Soft Margin Support Vector Machine for binary classification (SVM, or C-SVC) implementation, solving the dual problem with to the SMO-type optimization. Implementation from scratch of the solution described in the LIBSVM publication,Chang and Lin using the Working set selection (WSS 3) described in this publication,Rong-En Fan et al

. .