Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 196 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 196 Bytes

This is an implementation of the SVM algorithm. To do this, I solve the dual L1-regularized and kernelized optimization problem via classic QP using CVX and (in the future) via the SMO algorithm.