April 2018
Beginner to intermediate
500 pages
11h 26m
English
While a random forest works in a framework where multiple parallel trees are built, gradient boosting takes a different approach—building a deep framework.
The gradient in gradient boosting refers to the difference between actual and predicted values, and boosting refers to improvement, that is, improving the error over different iterations.
Gradient boosting also leverages the way in which decision trees work in the following way:
This ...
Read now
Unlock full access