Abstract
Random Forests is a collection of Decision Trees that have been generated, each one in a slightly different way, using a random set of data. Decision trees are a methos to be guided through a path to a decision, which can be a simple or a complex decision of many values. Decision Trees are hierarchically branched structures and they guide a decision-making based on questions made in a par…