"1. 集成学习(Ensemble Learning)原理" "2. 集成学习(Ensemble Learning)Bagging" "3. 集成学习(Ensemble Learning)随机森林(Random Forest)" "4. 集成学习(Ensemble Learning)Adaboost ...
分类:
其他好文 时间:
2018-11-17 20:45:18
阅读次数:
172
"1. 集成学习(Ensemble Learning)原理" "2. 集成学习(Ensemble Learning)Bagging" "3. 集成学习(Ensemble Learning)随机森林(Random Forest)" "4. 集成学习(Ensemble Learning)Adaboost ...
分类:
编程语言 时间:
2018-11-17 13:19:41
阅读次数:
257
1. 前言 相信看了之前关于集成学习的介绍,大家对集成学习有了一定的了解。本文在给大家介绍下远近闻名的随机森林(RF)算法。 随机森林是集成学习中可以和梯度提升树GBDT分庭抗礼的算法,尤其是它可以很方便的并行训练,在如今大数据大样本的的时代很有诱惑力。 2. 随机森林原理 随机森林是Bagging ...
分类:
其他好文 时间:
2018-11-16 18:50:02
阅读次数:
285
Consider a tree T with N (1 <= N <= 20,000) nodes numbered 1...N. Deleting any node from the tree yields a forest: a collection of one or more trees. ...
分类:
其他好文 时间:
2018-11-14 21:03:04
阅读次数:
156
最短路,然后呀,扫一遍路径个数。。。感觉对dp还不是很熟 ...
分类:
其他好文 时间:
2018-11-08 22:03:55
阅读次数:
187
Some scientists took pictures of thousands of birds in a forest. Assume that all the birds appear in the same picture belong to the same tree. You are ...
分类:
其他好文 时间:
2018-10-29 16:05:54
阅读次数:
190
前言随着机器学习近年来的流行,尤其是深度学习的火热。机器学习算法在很多领域的应用越来越普遍。最近,我在一家广告公司做广告点击反作弊算法研究工作。想到了异常检测算法,并且上网调研发现有一个算法非常火爆,那就是本文要介绍的算法 Isolation Forest,简称 iForest 。 南大周志华老师的 ...
分类:
其他好文 时间:
2018-10-14 17:50:37
阅读次数:
2245
【火炉炼AI】机器学习007 用随机森林构建共享单车需求预测模型 (本文所使用的Python库和版本号: Python 3.5, Numpy 1.14, scikit learn 0.19, matplotlib 2.2 ) 共享单车是最近几年才发展起来的一种便民交通工具,基本上是我等屌丝上班,下班 ...
分类:
其他好文 时间:
2018-10-10 10:36:50
阅读次数:
171
Description Once in a forest, there lived N aggressive monkeys. At the beginning, they each does things in its own way and none of them knows each oth ...
分类:
其他好文 时间:
2018-09-27 20:10:38
阅读次数:
198
1.算法简介 算法的原始论文 http://cs.nju.edu.cn/zhouzh/zhouzh.files/publication/icdm08b.pdf 。python的sklearn中已经实现了相关的api,对于单机的数据已经足够使用了,链接如下 http://scikit-learn.or ...
分类:
其他好文 时间:
2018-09-24 20:02:44
阅读次数:
290