随笔分类 - 机器学习
摘要:XGBoost专题(三) XGBoost是由$k$个基模型组成的一个加法模型。假设第$t$次迭代的树模型是$f_t(x)$ \[ \widehat{y}_i^{(t)}=\sum_{k=1}^k f_k(x_i)=\widehat{y}_i^{(t-1)}+f_t(x_i) \] 特点 优化过的分布
阅读全文
摘要:XGBoost专题(二) API目录结构: Global Configuration Core Data Structure Learning API Scikit-Learn API Plotting API Callback API Dask API xgboost.train(): 包里的方法
阅读全文
摘要:XGBoost专题(一) 安装 **仅 Linux 平台支持使用多个 GPU 进行训练。**仅介绍PYTHON语言 二进制包安装 pip install xgboost -i http://pypi.douban.com/simple --trusted-host pypi.douban.com 这
阅读全文
摘要:Gating filter Gating Filter: The Gate controls the path through which information flows in the network and have proven to be useful for recurrent neur
阅读全文
摘要:集成学习 目录集成学习思维图方法种类集成方法原理误差和方差原理可选取的基分类器集成学习例子Boosting算法代表GBDT:梯度提升决策树Adaboost:基于错误率的提升方法Bagging算法代表随机森林缺点XGBoost库参考 思维图 什么是集成学习?集成学习:通过某种策略来组合多个弱学习器来学
阅读全文

浙公网安备 33010602011771号