12 - A brief introduction to Random Forests
Hi crew! Today an amazing post introducing the Random Forests method is waiting for you to be read! Yep, I know, I promised this post a long time ago but seriously crew: I had no time for it! Random Forest is a machine learning method mainly used for classification and regression purposes. These kind of statistics basically learns from a training set of data and gives answers associated to new data based on what the algorithm learnt. Yep crew it sounds very similar to what Artificial Neural Networks do. In fact, also Artificial Neural Networks is a machine learning method used for regression analysis. However the two methods are based on slightly different concepts. From the historical point of view, the first concepts behind the theory of "Random Forests" are introduced for the first time by Ho in 1995 [2][3], but it is only in 2001 that they are defined as we currently know them by Breimann [1]. The algorithm itself is based on the theory of Decision Trees …