Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daugaard/example-svm
Example of implementing Support Vector Machine (SVM) with RBF (Gaussian) kernel in Ruby using rb-libsvm. .
https://github.com/daugaard/example-svm
ruby rubyml svm svm-classifier
Last synced: 3 months ago
JSON representation
Example of implementing Support Vector Machine (SVM) with RBF (Gaussian) kernel in Ruby using rb-libsvm. .
- Host: GitHub
- URL: https://github.com/daugaard/example-svm
- Owner: daugaard
- Created: 2017-07-14T21:37:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-15T16:24:33.000Z (over 7 years ago)
- Last Synced: 2024-04-21T02:00:09.724Z (7 months ago)
- Topics: ruby, rubyml, svm, svm-classifier
- Language: Ruby
- Size: 4.88 KB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- machine-learning-with-ruby - [code
README
# Example of creating and using a Support Vector Machine (SVM) for Machine Learning in Ruby
This example will show how to implement a Support Vector Machine (SVM) with RBF (Gaussian) kernel in Ruby using rb-libsvm for classification.For more information about this network see the blog post [Implementing Classification using a SVM in Ruby](http://www.practicalai.io/implementing-classification-using-a-svm-in-ruby/).