Difference between revisions of "LightGBM"

From
Jump to: navigation, search
m
m
 
(4 intermediate revisions by the same user not shown)
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]]
 
** [[...predict values]]
 
** [[...predict values]]
 +
* [[Case Studies]]
 +
** [[Astronomy]]
 +
** [[Screening; Passenger, Luggage, & Cargo]]
 
* [[Capabilities]]  
 
* [[Capabilities]]  
 
* [[Gradient Boosting Machine (GBM)]]
 
* [[Gradient Boosting Machine (GBM)]]
Line 16: 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.   
  
 
<youtube>OQHlmscvkRI</youtube>
 
<youtube>OQHlmscvkRI</youtube>
 
<youtube>V5158Oug4W8</youtube>
 
<youtube>V5158Oug4W8</youtube>

Latest revision as of 21:46, 2 March 2024

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.