RubyFlow The Ruby and Rails community linklog

Implementing classification using a SVM in Ruby

In this blog post I will show how to solve a classification problem using a support vector machine (SVM) in Ruby. We will be using the RubyGem rb-libsvm to help us setup a SVM, train it and make predictions in a minutes.

http://www.practicalai.io/implementing-classification-using-a-svm-in-ruby/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in