< Return to Blog

Intelligent Ruby: Getting Started with Machine Learning

This is an extremely interesting talk on machine learning with Ruby by Ilya Grigorik and is not to be missed.

So, what does it cover?

Machine learning is a discipline that is concerned with the design and development of algorithms that allow computers to evolve behaviors based on empirical data — a fancy name for a simple concept. Behind all the buzzword algorithms such as Decision Trees, Singular Value Decomposition, Bayes and Support Vector Machines lie the simple observations and principles that make them tick. In this presentation, we will take a ground-up look at how they work (in practical terms), why they work, and how you can apply them in Ruby for fun and profit.