Difference between revisions of "LightGBM"

From
Jump to: navigation, search
m
m (Text replacement - "http:" to "https:")
Line 5: Line 5:
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
}}
 
}}
[http://www.youtube.com/results?search_query=LightGBM+gradient+boosting+Boosted+Tree YouTube search...]
+
[https://www.youtube.com/results?search_query=LightGBM+gradient+boosting+Boosted+Tree YouTube search...]
[http://www.google.com/search?q=LightGBM+gradient+boosting+Boosted+Tree ...Google search]
+
[https://www.google.com/search?q=LightGBM+gradient+boosting+Boosted+Tree ...Google search]
  
 
* [[AI Solver]]
 
* [[AI Solver]]
Line 19: Line 19:
 
* [[(Boosted) Decision Tree]]
 
* [[(Boosted) Decision Tree]]
 
* [[Boosted Random Forest]]
 
* [[Boosted Random Forest]]
* [http://en.wikipedia.org/wiki/Boosting_(machine_learning) Boosting | Wikipedia]
+
* [https://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]
+
* [https://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]
+
* [https://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 [https://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.   

Revision as of 20:53, 28 March 2023

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.