RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Unsupervised learning using k-means clustering in Ruby

The k-means clustering algorithm is a powerful unsupervised learning algorithm for clustering data. In this blog post I will show how to use the k-means algorithm in Ruby. I will walk through an example where I use the k-mean algorithm to divide California into a number of distribution territories, for my fictitious beer distribution business. You can read more here: http://www.practicalai.io/unsupervised-learning-using-k-means-clustering-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