Difference between revisions of "(Boosted) Decision Tree"

From
Jump to: navigation, search
(Created page with "[http://www.youtube.com/results?search_query=+Linear+Regression+artificial+intelligence YouTube search...] * AI Solver ** ...predict categories * Capabilities *...")
 
Line 1: Line 1:
[http://www.youtube.com/results?search_query=+Linear+Regression+artificial+intelligence YouTube search...]
+
[http://www.youtube.com/results?search_query=boosted+decision+tree+artificial+intelligence YouTube search...]
  
 
* [[AI Solver]]
 
* [[AI Solver]]
 
** [[...predict categories]]
 
** [[...predict categories]]
 
* [[Capabilities]]  
 
* [[Capabilities]]  
* [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/linear-regression Linear Regression | Microsoft]
+
* [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/two-class-boosted-decision-tree Two-Class Boosted Decision Tree | Microsoft]
  
Linear regression is a common statistical method, which has been adopted in machine learning and enhanced with many new methods for fitting the line and measuring error. In the most basic sense, regression refers to prediction of a numeric target. Linear regression is still a good choice when you want a very simple model for a basic predictive task. Linear regression also tends to work well on high-dimensional, sparse data sets lacking complexity. Azure Machine Learning Studio supports a variety of regression models, in addition to linear regression. However, the term "regression" can be interpreted loosely, and some types of regression provided in other tools are not supported in Studio.
+
A boosted decision tree is an ensemble learning method in which the second tree corrects for the errors of the first tree, the third tree corrects for the errors of the first and second trees, and so forth. Predictions are based on the entire ensemble of trees together that makes the prediction. For further technical details, see the Research section of this article. Generally, when properly configured, boosted decision trees are the easiest methods with which to get top performance on a wide variety of machine learning tasks. However, they are also one of the more memory-intensive learners, and the current implementation holds everything in memory. Therefore, a boosted decision tree model might not be able to process the very large datasets that some linear learners can handle.
  
 
https://cdn-images-1.medium.com/max/640/1*eeIvlwkMNG1wSmj3FR6M2g.gif
 
https://cdn-images-1.medium.com/max/640/1*eeIvlwkMNG1wSmj3FR6M2g.gif
  
<youtube>CtKeHnfK5uA</youtube>
+
<youtube>mzcS_UT-UQ0</youtube>
<youtube>uwwWVAgJBcM</youtube>
 

Revision as of 21:10, 2 June 2018

YouTube search...

A boosted decision tree is an ensemble learning method in which the second tree corrects for the errors of the first tree, the third tree corrects for the errors of the first and second trees, and so forth. Predictions are based on the entire ensemble of trees together that makes the prediction. For further technical details, see the Research section of this article. Generally, when properly configured, boosted decision trees are the easiest methods with which to get top performance on a wide variety of machine learning tasks. However, they are also one of the more memory-intensive learners, and the current implementation holds everything in memory. Therefore, a boosted decision tree model might not be able to process the very large datasets that some linear learners can handle.

1*eeIvlwkMNG1wSmj3FR6M2g.gif