美文网首页
How to explain gradient boosting

How to explain gradient boosting

作者: 婉妃 | 来源:发表于2019-04-24 09:29 被阅读0次

    Gradient boosting machines (GBMs) are currently very popular and so it's a good idea for machine learning practitioners to understand how GBMs work. The problem is that understanding all of the mathematical machinery is tricky and, unfortunately, these details are needed to tune the hyper-parameters. (Tuning the hyper-parameters is required to get a decent GBM model unlike, say, Random Forests.) Our goal in this article is to explain the intuition behind gradient boosting, provide visualizations for model construction, explain the mathematics as simply as possible, and answer thorny questions such as why GBM is performing “gradient descent in function space.” We've split the discussion into three morsels and a FAQ for easier digestion.

    1. Gradient boosting: Distance to target

    2. Gradient boosting: Heading in the right direction

    3. Gradient boosting performs gradient descent

    4. Gradient boosting: frequently asked questions

    相关文章

      网友评论

          本文标题:How to explain gradient boosting

          本文链接:https://www.haomeiwen.com/subject/tqhwgqtx.html