Difference between revisions of "LightGBM"

From
Jump to: navigation, search
m
m
Line 18: Line 18:
 
* [http://en.wikipedia.org/wiki/Boosting_(machine_learning) Boosting | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Boosting_(machine_learning) Boosting | Wikipedia]
 
* [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/boosted-decision-tree-regression Boosted Decision Tree Regression | Microsoft]
 
* [http://docs.microsoft.com/en-us/azure/machine-learning/studio-module-reference/boosted-decision-tree-regression Boosted Decision Tree Regression | Microsoft]
 +
* [http://github.com/microsoft/LightGBM LightGBM, Light Gradient Boosting Machine] - A fast, distributed, high performance gradient boosting (GBT, GBDT, GBRT, GBM or MART) framework based on decision tree algorithms, used for ranking, classification and many other machine learning tasks. LightGBM is under the umbrella of the [http://github.com/microsoft/dmtk DMTK project of Microsoft | GitHub]
  
Microsoft's gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient by using histogram-based algorithms, which bucket continuous feature (attribute) values into discrete bins. This speeds up training and reduces memory usage.  
+
Microsoft's gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient by using histogram-based algorithms, which bucket continuous feature (attribute) values into discrete bins. This speeds up training and reduces memory usage.
  
 
<youtube>OQHlmscvkRI</youtube>
 
<youtube>OQHlmscvkRI</youtube>
 
<youtube>V5158Oug4W8</youtube>
 
<youtube>V5158Oug4W8</youtube>

Revision as of 12:11, 17 August 2020

YouTube search... ...Google search

Microsoft's gradient boosting framework that uses tree based learning algorithms. It is designed to be distributed and efficient by using histogram-based algorithms, which bucket continuous feature (attribute) values into discrete bins. This speeds up training and reduces memory usage.