当前位置:
首页
资源下载

搜索资源 - ensemble classifier
搜索资源列表
-
0下载:
Boosting is a meta-learning approach that aims at combining an ensemble of weak classifiers to form a strong classifier. Adaptive Boosting (Adaboost) implements this idea as a greedy search for a linear combination of classifiers by overweighting the
-
-
0下载:
ensemble classifier example
-
-
0下载:
从因子分析的角度出发解决基因表达谱分析问题。为解决独立成分分析方法在求解过程中的不稳定性,提出一种基于选择性独立成分分析的DNA微阵列数据集成分类器。首先对基因表达水平的重构误差进行分析,选择部分重构误差较小的独立成分进行样本重构,然后基于重构后的样本同时训练多个支持向量机基分类器,最后选择部分分类正确率较高的基分类器进行最大投票以得到最终结果。在3个常用测试集上验证了本文设计方法的有效性。-This paper tries to deal with gene expression proble
-
-
0下载:
用adaboost算法生成基支持向量机分类器,并对识别结果进行简单投票法集成。附有支持向量机工具箱和adaboost算法流程说明。-Adaboost algorithm to generate the base with a support vector machine classifier, and the recognition result is a simple voting method integration. With support vector machine algorith
-
-
0下载:
多层次复合分类器:整合人脸整体特征和局部特征而构造的分类器-hierarchical ensemble classifier
-
-
2下载:
将多类别问题分解成多个二类别问题是解决多类别分类问题的常用方式。传统one against all(OAA)分解方式的性能更多的依赖于个体分类器的精度,而不是它的差异性。本文介绍一种基于集成学习的适于多类问题的神经网络集成模型,其基本模块由一个OAA方式的二类别分类器和一个补充多类分类器组成。测试表明,该模型在多类问题上比其他经典集成算法有着更高的精度,并且有较少存储空间和计算时间的优势。-Decompose multi-class problem into multiple binary cl
-
-
0下载:
this is matlab code for ensemble classifier such as decision tr-this is matlab code for ensemble classifier such as decision tree
-
-
1下载:
随机子空间集成分类器, 可以实现比bagging 更好的分类和识别-Random subspace classifier ensemble
-
-
0下载:
利用多特征以及随机子空间的分子显形识别
Phenotype Recognition with Combined Features and Random Subspace Classifier Ensemble, published on Bioinformatics 20-Phenotype Recognition with Combined Features and Random Subspace Classifier Ensemble, published on Bioinformati
-
-
0下载:
Random Forest code for classification. Random Forest is an ensemble method to build classifier.
-
-
0下载:
adboost算法的测试和训练,能够做多分类器融合,获得很高分类精度-adboost algrithm, it can be used to operate multi-classifier fusion
-
-
1下载:
In this era an emerging filed in the data mining is data stream mining. The current research technique of the data stream is classification which mainly focuses on concept drift data. In mining drift data with the single classifier is not sufficient
-
-
0下载:
In the distributed processing, where common labeled data may be not
available for designing classifier ensemble, however, an ensemble solution is
necessary, traditional fixed decision aggregation could not account for class prior
mismatch or cl
-
-
0下载:
E tree
data stream classification
ensemble classifier
-
-
0下载:
此PDF为英文文章,介绍了新的步态识别算法,即对行人足底的压力来进行步态识别,并采用集成KNN分类器来提高识别率,有一定的借鉴意义。-This PDF for the English article, introduced a new gait recognition algorithm, that is, the pressure on the pedestrian foot to carry out gait recognition, and the use of integrated KN
-
-
1下载:
处理非平衡问题的集成方法,基于随机森林的集成学习-Ensemble learning method,which is based on the random forest classifier, to deal with data imbalance problem
-
-
0下载:
集成学习将若干基分类器的预测结果进行综合,具体包括Bagging算法和AdaBoost算法;还有随机森林算法,利用多棵树对样本进行训练并预测的一种分类器-Integrated learning integrates the prediction results of several base classifiers, including Bagging algorithm and AdaBoost algorithm and random forest algorithm, using a t
-
-
0下载:
The project is to determine how much a particular factor influences on the helpfulness of a review. We extracted
features like polarity, rating, average word length, helpfulness ratio the collected amazon data. We used
gradient boosting classifie
-
-
0下载:
对分类错误的样本所对应权重进行累加得到加权误分类率, 这里我们是基于权重向量而不是其他的错误计算指标来评价分类器的-The weighting of the samples with the wrong classification is weighted by the weighted error rate, where we uate the classifier based on the weight vector rather than the other erroneous met
-