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!!!
- Host: GitHub
- URL: https://github.com/feifeibear/spark-smo-svm-ws1
- Owner: feifeibear
- Created: 2016-03-25T12:16:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-29T03:10:47.000Z (over 10 years ago)
- Last Synced: 2025-01-23T00:41:16.201Z (over 1 year ago)
- Language: Lua
- Size: 16.9 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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