码迷,mamicode.com
首页 >  
搜索关键字:forest    ( 387个结果
UVA - 10917 Walk Through the Forest (最短路+DP)
Description Problem C: A Walk Through the Forest Jimmy experiences a lot of stress at work these days, especially since his accident made working difficult. To relax after a hard day, he likes to ...
分类:其他好文   时间:2014-07-21 09:27:14    阅读次数:300
高维数据的快速最近邻算法FLANN
高维数据的可伸缩最近邻算法FLANN 1.     简介 在计算机视觉和机器学习中,对于一个高维特征,找到训练数据中的最近邻计算代价是昂贵的。对于高维特征,目前来说最有效的方法是 the randomized k-d forest和the priority search k-means tree,而对于二值特征的匹配 multiple hierarchical clusteringtrees则...
分类:其他好文   时间:2014-07-15 10:42:24    阅读次数:727
Jackknife,Bootstraping, bagging, boosting, AdaBoosting, Rand forest 和 gradient boosting的区别
引自http://blog.csdn.net/xianlingmao/article/details/7712217Jackknife,Bootstraping, bagging, boosting, AdaBoosting, Rand forest 和 gradient boosting这些术语,...
分类:Windows程序   时间:2014-05-24 09:49:45    阅读次数:372
随机森林
总体理解Random Forest(随机森林)算法是通过训练多个决策树,生成模型,然后综合利用多个决策树进行分类。随机森林算法只需要两个参数:构建的决策树的个数t,在决策树的每个节点进行分裂时需要考虑的输入特征的个数m。1. 单棵决策树的构建: (1)令N为训练样例的个数,则单棵决策树的输入样例的个...
分类:其他好文   时间:2014-05-19 13:28:18    阅读次数:371
hdu 1142 A Walk Through the Forest (最短路径)
A Walk Through the ForestTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 5306Accepted Submission(s...
分类:其他好文   时间:2014-05-19 09:32:54    阅读次数:316
soj 1034 Forest_求树的深度和宽度
求树的深度和宽度...
分类:其他好文   时间:2014-05-04 00:07:32    阅读次数:275
java 内存移到堆外!!! Jvm gcih 淘宝优化JVM实践
官方地址 Jvm gcih 出自Jvm 跳转到: 导航, 搜索 目录 [隐藏] 1 GC-Invisible Heap 1.1 什么是GCIH1.2 为什么要用GCIH 1.2.1 GCIH + Hesper + Forest线上测试结果对比 2 GCIH内存共享 2.1 有关GCIH内存共享2.2 GC...
分类:编程语言   时间:2014-05-01 17:39:58    阅读次数:320
387条   上一页 1 ... 37 38 39
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!