Awesome Random ForestRandom Forest - a curated list of resources regarding tree-based methods and more, including but not limited to random forest, ba...
分类:
其他好文 时间:
2015-07-19 21:29:10
阅读次数:
1157
ps --forest ASCII art process tree2 怎样来清除僵尸进程: 1.改写父进程,在子进程死后要为它收尸。具体做法是接管SIGCHLD信号。子进程死后,会发送SIGCHLD信号给父进程,父进程收到此信号后,执行waitpid()函数为子进程收尸。这是基于这样的...
分类:
系统相关 时间:
2015-07-16 16:00:41
阅读次数:
2332
http://www.cnblogs.com/Leo-Forest/archive/2012/04/06/2435237.htmlhttp://linux-wiki.cn/wiki/zh-hans/Vim%E4%BB%A3%E7%A0%81%E7%BC%A9%E8%BF%9B%E8%AE%BE%E7...
分类:
编程语言 时间:
2015-07-05 16:25:51
阅读次数:
123
题目连接http://acm.hdu.edu.cn/showproblem.php?pid=4941Magical ForestDescriptionThere is a forest can be seen as $N * M$ grid. In this forest, there is som...
分类:
其他好文 时间:
2015-07-04 19:40:38
阅读次数:
137
http://blog.csdn.net/abcjennifer/article/details/8164315本文从统计学角度讲解了CART(Classification And Regression Tree), Bagging(bootstrap aggregation), Random Fo...
分类:
其他好文 时间:
2015-06-20 17:04:28
阅读次数:
150
本文主要详细地介绍了一种灵活高效地机器学习算法——随机森林(Random Forest)。对其理论研究和工业领域中的应用进行了简单的介绍,并且详细地介绍了它的工作机制,最后用Python进行了实现。
分类:
系统相关 时间:
2015-06-19 13:20:23
阅读次数:
207
安装Lync 2013, 首先要去做的就是prepare AD Forest. 在使用向导的时候会遇到报错如下: Prepare Forest Active Directory setting exection failed on an unrecoverable error Command exe...
分类:
其他好文 时间:
2015-06-16 18:30:49
阅读次数:
147
题目传送门 1 /* 2 题意:给出无向无环图,每一个点的度数和相邻点的异或和(a^b^c^....) 3 图论/位运算:其实这题很简单。类似拓扑排序,先把度数为1的先入对,每一次少一个度数 4 关键在于更新异或和,精髓:a ^ b = c -> a ...
分类:
其他好文 时间:
2015-06-11 21:10:45
阅读次数:
101
题目链接:http://acm.swust.edu.cn/problem/856/Time limit(ms): 1000 Memory limit(kb): 10000There are N trees in a forest. At first, each tree contain...
分类:
其他好文 时间:
2015-06-09 21:38:57
阅读次数:
121
最短路+记忆化搜索HDU 1142 A Walk Through the Forest链接:http://acm.hdu.edu.cn/showproblem.php?pid=1142题意:找出不同的路径条数,假如jimmy要从A走到B的话满足jimmy从B到家的距离比从A到家的距离短这样我们可以通...
分类:
其他好文 时间:
2015-06-02 23:23:16
阅读次数:
155