码迷,mamicode.com
首页 >  
搜索关键字:ensemble    ( 129个结果
github rep
https://github.com/vinta/awesome-python https://github.com/diffgram/diffgram https://machinelearningmastery.com/ensemble-machine-learning-with-python- ...
分类:其他好文   时间:2021-05-24 00:25:56    阅读次数:0
GBDT
本文主要总结集成学习(ensemble learning)中一大类boosting模型--梯度提升。主要包括GBDT, XGBoost, LightBoost, CatBoost 这4种模型的原理,以及关于这4个模型的简单示例。 ...
分类:其他好文   时间:2020-09-08 20:50:31    阅读次数:37
脑电情感识别近年文章检索200704
web of science 1.主题“emotion recognition” “2020” 引用率前三 a.A multi-sensor data fusion enabled ensemble approach for medical data from body sensor network ...
分类:其他好文   时间:2020-07-04 23:08:46    阅读次数:106
机器学习实战基础(三十七):随机森林 (四)之 RandomForestRegressor 重要参数,属性与接口
RandomForestRegressor class sklearn.ensemble.RandomForestRegressor (n_estimators=’warn’, criterion=’mse’, max_depth=None, min_samples_split=2, min_sam ...
分类:其他好文   时间:2020-06-02 19:17:09    阅读次数:286
机器学习实战基础(三十五):随机森林 (二)之 RandomForestClassi?er 之重要参数
RandomForestClassi?er class sklearn.ensemble.RandomForestClassifier (n_estimators=’10’, criterion=’gini’, max_depth=None, min_samples_split=2, min_sam ...
分类:其他好文   时间:2020-06-02 17:18:35    阅读次数:80
机器学习实战基础(二十七):sklearn中的降维算法PCA和SVD(八)PCA对手写数字数据集的降维
PCA对手写数字数据集的降维 1. 导入需要的模块和库 from sklearn.decomposition import PCA from sklearn.ensemble import RandomForestClassifier as RFC from sklearn.model_select ...
分类:编程语言   时间:2020-05-30 23:26:07    阅读次数:114
集成鲁棒性论文翻译及理解
Ensemble Robustness and Generalization of Stochastic Deep Learning algorithm 论文理解 ...
分类:其他好文   时间:2020-05-16 18:50:07    阅读次数:68
ML-Review-集成-bagging-RF
集成学习(ensemble learning)—bagging—RF Bagging主要关注降低方差。(low variance)Boosting关注的主要是降低偏差。(low bias) bagging是对许多强(甚至过强)的分类器求平均。在这里,每个单独的分类器的bias都是低的,平均之后bia ...
分类:其他好文   时间:2020-05-10 12:54:21    阅读次数:77
【半监督学习】Π-model、temporal ensemble
Π-model 和 temporal ensemble 都出自论文 Temporal Ensembling for Semi-Supervised Learning,都是利用一致性约束(consistency regularization)来进行半监督学习(semi-supervised learn... ...
分类:其他好文   时间:2020-05-04 13:28:02    阅读次数:123
dlib 人脸识别论文 One Millisecond Face Alignment with an Ensemble of Regression Trees
本文链接:https://blog.csdn.net/koibiki/article/details/83588796收起论文连接:One Millisecond Face Alignment with an Ensemble of Regression Trees 1.简介本文也采用级联回归树。 ...
分类:其他好文   时间:2020-04-16 00:24:17    阅读次数:82
129条   1 2 3 4 ... 13 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!