搜索资源列表
c02
- [demo.rar] - 增值税发票抵扣联字符识别中的图像倾斜校正方法,很有用 [2007012218032016052.rar] - 目前紧紧支持24种验证码的识别,后续版本将会慢慢加入更多可识别的格式。 [OCR.rar] - OCR光学字符识别代码,思想是背景16值变化,提供勾,圈,叉识别 [javawllt.rar] - 用JAVA编译的局域网聊天程序 v 1.0 ,此聊天程序为学习java语言而开发
multiboost-0.71.src.tar
- MultiBoost 是c++实现的多类adaboost酸法。与传统的adaboost算法主要解决二类分类问题不同,MultiBoost解决的是多类的分类问题,而并不是把多类转化成二类问题。-MultiBoost is a C++ implementation of the multi-class AdaBoost algorithm. AdaBoost is a powerful meta-learning algorithm com
multiboost-0.61.src.tar
- Adaboost实现,主要用于机器学习的多分类器聚合, 最终形成分类效果逐渐增强的分类器-Adaboost implementation, is mainly used for machine learning, multiple classifier aggregation, the final shape classification results show a gradual increase of the classifier
SVM_FACE
- 基于支持向量机的人脸检测训练集增强算法实现。根据支持向量机(support vector machine,简称SVM)~ ,对基于边界的分类算"~(geometric approach)~ 言,类别边界附近的样本通常比其他样本包含有更多的分类信息.基于这一基本思路,以人脸检测问题为例.探讨了 对给定训练样本集进行边界增强的问题,并为此而提出了一种基于支持向量机和改进的非线性精简集算法 IRS(improved reduced
onlineboost
- On-line AdaBoost分类器,AdaBoost分类器的改进,在线学习更新分类器,多用于目标跟踪-On-line AdaBoost classifier, AdaBoost classifiers to improve online learning update classifier, used for target tracking
multiboost.tar
- 一个多类Adaboost训练和分类器,用C++编写-Training and a multi-class Adaboost classifier, written in C++
lunwen
- 提出一种多尺度方向(multi-scale orientation,简称 MSO)特征描述子用于静态图片中的人体目标检 测.MSO 特征由随机采样的图像方块组成,包含了粗特征集合与精特征集合.其中,粗特征是图像块的方向,而精特征 由 Gabor 小波幅值响应竞争获得.对于两种特征,分别采用贪心算法进行选择,并使用级联 Adaboost 算法及 SVM 训 练检测模型.基于粗特征的 Adaboost 分类器能够保证高的检测速
adaboost-coding
- adaboost 源码,综合多个弱分类器,通过动态修改元组权值以及得到的分类器权值,提升为复合强分类器。-AdaBoost source code, several weak classifiers, by dynamically modifying the tuple classifier obtained by weight and weight, enhance the strong classifier for composit
gentleboost
- 温柔的形变模型分类器和两个不同的weak-learners决定树桩和感知。 问题是进行多层次的one-vs-all策略-Gentle AdaBoost Classifier with two different weak-learners : Decision Stump and Perceptron. Multi-class problem is performed with the one-vs-all strateg
myfacedet02
- matlab代码程序,利用Adaboost算法训练人脸图像和非人脸图像,通过迭代得到由多个弱分类器组合而成的强分类器,实现图片里的人脸检测。-Matlab code,Using Adaboost algorithm to train the face images and not face images, obtained strong classifier which is conprised of multiple weak c
adaboost_re
- adaboost实现,多个弱分类器,非常有用-adaboost relealization
AdaBoost
- 基于决策树实现的AdaBoost分类器,是一个由多个弱分类器进行训练生成强分类的过程。-Based on AdaBoost classifier tree implementation, is a plurality of weak classifiers in the training process generates a strong classifier.
Pedestr-ian-Detection
- 基于多特征的AdaBoost行人检测算法, 提出一种融合灰 度和轮廓信息的新的多特征综合表示方法. 该方法通过统计样本的权重直方图建立分类模 型, 并用多个直方图的乘积表示样本在多特征下对应的联合概率分布-AdaBoost pedestrian detection algorithm based on multi-feature, presents a fusion of grayscale and contour inform
multclass adaboost
- 使用一对多和多分两种方式实现的multiclass分类检测代码
Ensemble-Learning
- 集成学习将若干基分类器的预测结果进行综合,具体包括Bagging算法和AdaBoost算法;还有随机森林算法,利用多棵树对样本进行训练并预测的一种分类器-Integrated learning integrates the prediction results of several base classifiers, including Bagging algorithm and AdaBoost algorithm and rand
BP-Adaboost
- BP-Adaboost模型即把BP神经网络作为弱分类器,反复训练BP神经网络预测样本输出,通过Adaboost算法得到多个BP神经网络弱分类器组成的强分类器。-The BP-Adaboost model uses BP neural network as weak classifier to repeatedly train BP neural network to predict the sample output. Adaboost
19107matlab自编svm
- 利用原算法adaboost弱学习器基于决策树桩的方法对样本数据进行多分类(Multi-classification of sample data based on decision tree stump using AdaBoost weak learner)