Skip to content

quaternio/support-vector-madness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Training an SVM from scratch!

Implements the sequential minimal optimization (SMO) algorithm introduced by J. Platt to solve the SVM dual problem. Currently configured to use either a linear or a gaussian kernel.