An open API service indexing awesome lists of open source software.

https://github.com/feifeibear/spark-smo-svm-ws1

a spark-based SVM training program with SMO method. The working set selection method is of the 1st order!!!
https://github.com/feifeibear/spark-smo-svm-ws1

Last synced: 8 months ago
JSON representation

a spark-based SVM training program with SMO method. The working set selection method is of the 1st order!!!

Awesome Lists containing this project

README

          

# Sparkl-SMO-SVM
a spark-based SVM training program with SMO method

implement the SMO method with first-order dataset selection