One of the fastest growing sectors in development is machine learning. In this chapter, you will learn how to integrate machine learning algorithms into a Ruby program, including how to build a decision tree, train it, and have it output dynamic results. By the end of this chapter, you will be able to:
- Demonstrate how to implement machine learning algorithms in Ruby
- Use the decision tree code library to build a learning algorithm