quaternio / support-vector-madness

Homemade SVM dual problem solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Homemade SVM dual problem solver


Languages

Language:Jupyter Notebook 100.0%