smile-scala

Machine Learning with Random Forests

Reading Time: 5 minutes Machines, working on our commands, for each step, they need guidance where to go what to do. This pattern is like a child who doesn’t understand the surrounding facts to make decisions for a situation. The grown ups usually do it for children. Same goes for machines. The developer writes the commands for the machine to be executed. But here in Machine Learning, we talk about Continue Reading

Machine Learning with Decision Trees: Implementation

Reading Time: 5 minutes Smile is a machine learning library based on JAVA and provides Scala API too although most of the classes it uses are implemented in JAVA. To know more about smile please go through this introductory blog. Here in this blog, we will implement decision tree using Smile library. To know more about the decision trees you can check out this blog Quickstart  To use smile the Continue Reading