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. .

Lists

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/).