搜索资源列表
SVM.VC实现的中文文本分类器
- 一种使用VC实现的中文文本分类器,实现了支持向量机,一种使用VC实现的中文文本分类器,实现了支持向量机
SVMpreprocess
- 实现了文档预处理,特征选择,特征权值计算,用于SVM分类器-To achieve a document preprocessing, feature selection, feature weight calculation for the SVM classifier
SVMclassification
- 介绍了SVM分类器原理,已经改进的算法,还有改进后的实验结果等等,是一个难得的好资料! -Introduced the principle of SVM classifier, the algorithm has been improved, as well as improved experimental results, etc., is a rare good information!
SVM
- 线性支撑矢量机分类器 对模式识别问题中的线性可分问题进行分类-Linear support vector machine classifier pattern recognition problems in the linear separable classification
SVM
- svms分类器,通过svm的方法来对文本进行分类.-svm classifier
svmcls-(2)
- 李荣陆老师做的文本分类器,用中科院分词系统做的,分类方法用的是SVM和K-Rong Lu teachers do text classification, word segmentation system with the Chinese Academy of Sciences to do, classification using a SVM and KNN
Classifier
- C++实现的SVM分类器,代码量稍微大了一点-Achieve C++ SVM classifier, the amount of code become slightly
linearsvmdemo
- linearsvmdemo windows下的线性SVM分类器-the tool of linearsvm
svm_matlab
- svm分类器用于多累目标的分类与识别!-svm classifier
demo-svm
- svm分类器的一个demo,包含文档说明,适合初次接触svm的人,可以对svm的分类过程有个入门式的认识。-A demo of the SVM classifier, including documentation, for the first time contact of SVM, the SVM classification process can be a entry type.
SVM-neural-networks-
- SVM神经网络中的参数优化 -如何更好的提升分类器的性能 绝对可以无错运行-SVM neural network classifier parameter optimization performance improvement - how to better the absolute can be error free operation
SVM
- 本实验提供了Matlab中的SVM程序包,利用程序包中提供的函数可进行分类器训练和样本分类。-This experiment provides the SVM in the Matlab package, the use of the function can be supplied in the package for the classifier training and samples.
face-detection
- HOG+SVM人脸识别演示程序 使用梯度直方图特征与SVM分类器-face detection demo program using HOG SVM
HOGPSVM_opencv_detection
- 在vs2013平台下,利用opencv中的HOG特征加SVM分类器进行车标识别。-In the VS2013 platform, the use of opencv in the HOG feature SVM classifier for vehicle identification.
SVM
- SVM神经网络中的参数优化 -如何更好的提升分类器的性能-The SVM parameters optimization of neural network- how to better improve the performance of the classifie
ConsoleApplication24
- 自己写的SVM分类器做物体识别,根据自己的训练不同可以识别不同物体-SVM classifier, one can recognize things depends on what you train it
linear programming and svm
- 线性分类器(linear classify)
各种分类器matlab程序
- 里面有随机森林,C4.5,ID3,SVM等分类器的matlab代码(There are random forest, C4.5, ID3, SVM classifiers matlab code)
xiaoboshang_SVM
- 脑机接口分类,特征提取用小波包熵,分类使用SVM分类器(Brain-computer interface classification, feature extraction using wavelet packet entropy, classification using SVM classifier)
classifier_D
- 使用SVM分类器来预测乳腺癌病人的预后(特征选择;分类器构建),评价模型时使用无被交叉验证,性能评价指标包括准确率,AUC,灵敏度,特异度。学会最基本的机器学习方法。可查看分发给大家的代码,以后遇到类似的问题,可用相似的思路和代码。(The SVM classifier was used to predict the prognosis of breast cancer patients (feature selection; classifier construction), and the