The Fortified Forest Time Limit: 1000MS Memory Limit: 30000K Total Submissions: 6115 Accepted: 1720 Description Once upon a time, in a faraway land, t ...
分类:
其他好文 时间:
2016-04-30 23:32:40
阅读次数:
194
6.1 forest
#include
#include
#include
#include
using namespace std; struct person
{
int number;
int streng;//体力
int seat;//站位
}pe...
分类:
其他好文 时间:
2016-04-29 19:10:59
阅读次数:
177
6.1 forest
#include
#include
#include
#include
using namespace std; struct person
{
int number;
int streng;//体力
int seat;//站位
}pe...
分类:
其他好文 时间:
2016-04-24 08:41:33
阅读次数:
210
源码细节: ● 训练函数 bool CvRTrees::train( const CvMat* _train_data, int _tflag, const CvMat* _responses, const CvMat* _var_idx, const CvMat* _sample_idx, con ...
分类:
其他好文 时间:
2016-04-17 20:28:49
阅读次数:
195
[基础算法] Random Forests 2011 年 8 月 9 日 Random Forest(s),随机森林,又叫Random Trees[2][3],是一种由多棵决策树组合而成的联合预测模型,天然可以作为快速且有效的多类分类模型。如下图所示,RF中的每一棵决策树由众多split和node组 ...
分类:
其他好文 时间:
2016-04-17 20:28:25
阅读次数:
144
周五的组会如约而至,讨论了一个比较感兴趣的话题,就是使用SVM和随机森林来训练图像,这样的目的就是 在图像特征之间建立内在的联系,这个model的训练,着实需要好好的研究一下,下面是我们需要准备的入门资料: [关于决策树的基础知识参考:http://blog.csdn.net/holybin/art ...
分类:
编程语言 时间:
2016-04-15 21:30:10
阅读次数:
570
课程地址:https://class.coursera.org/ntumltwo-002/lecture 重要!重要!重要~ 一、随机森林(RF) 1.RF介绍 RF通过Bagging的方式将许多个CART组合在一起,不考虑计算代价,通常树越多越好。 RF中使用CART没有经过剪枝操作,一般会有比较... ...
分类:
其他好文 时间:
2016-04-05 12:09:44
阅读次数:
340
E. Pig and Palindromes E. Pig and Palindromes Peppa the Pig was walking and walked into the forest. What a strange coincidence! The forest has the sha ...
分类:
其他好文 时间:
2016-04-01 23:19:05
阅读次数:
325
之前建立了一个SVM-based Ordinal regression模型,一种特殊的多分类模型,就想通过可视化的方式展示模型分类的效果,对各个分类区域用不同颜色表示。可是,也看了很多代码,但基本都是展示二分类,当扩展成多分类时就会出现问题,所以我的论文最后就只好画了boundary的图了。今天在研
分类:
其他好文 时间:
2016-03-06 20:52:45
阅读次数:
322
本节的内容来源:https://www.dataquest.io/mission/10/plotting-basics 本节的数据来源:https://archive.ics.uci.edu/ml/datasets/Forest+Fires 原始数据展示(这张表记录了某个公园的火灾情况,X和Y代表的...
分类:
其他好文 时间:
2016-03-01 22:25:32
阅读次数:
255