/d-svm

minimal svm implementation

Primary LanguageD

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