Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 216 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 216 Bytes

A support vector machine library written in Futhark.

Installation: Futhark

$ futhark pkg add github.com/fzzle/futhark-svm
$ futhark pkg sync

Installation: Python

$ make build
$ make install