Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 330 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 330 Bytes

d-SVM

minimal implmentation of support vector machine for fun

gaussian

linear

polynomial

try dub run to reproduce these.

TODO

  • more optimizers (SGD, DCDM)
  • more SVM variants (regression, one-class, structual)
  • tests