搜索资源列表
-
0下载:
脱机手写体识别Matlab源程序
包括特征提取、bayes分类器、K近邻分类及最近邻分类。
Testscr iptRecognition.m:测试代码
scr iptFeaExtract.m :特征提取
KNearestEstimate.m :K近邻估计
NearestEstimate.m : 最近邻估计
BayesTrain.m :训练bayes分类器
Bayes.m :测试bayes分类器
CrossValidate.m :m交叉验证
-Offlin
-
-
0下载:
H-K(Ho-Kashyap)算法。在模式识别应用中运用HK算法根据样本进行分类器训练。,HK (Ho-Kashyap) algorithm. Applications in pattern recognition algorithm based on the use of HK classifier training samples.
-
-
1下载:
Fisher线性判别分类器源代码,包括训练函数和测试函数。-Fisher Linear Discrimination (FLD) classifier source code, including training function and test function.
-
-
0下载:
一个比较简单的模式识别问题。用female.txt 和male.txt 的数据作为训练样本集,建立Bayes 分类器,用测试样本数据set1.txt、set2.txt、set3.txt 对该分类器进行测试,分别应用单个特征及两个特征进行实验-A relatively simple pattern recognition problem. Female.txt and male.txt use data as a training sample set, the establishment of
-
-
0下载:
用fisher分类器实现简单的分类,首先进行样本的训练,然后对待测样本进行测试,程序中画出了分界面。-Fisher classifier with a simple classification, first of all to the training sample, then treatment of test samples for testing, the interface of the program are drawn.
-
-
0下载:
adboost分类器 matlab源程序 用于训练样本 实现分类-Adaboost classifier Matlab source for training samples to achieve classification
-
-
1下载:
svm分类器,训练svm的MATLAB代码,简单易理解,好用,能够有效的实现动能(SVM classifier, training SVM MATLAB code, simple and easy to understand, good use, can effectively implement the kinetic energy)
-
-
0下载:
一、用python或matlab编写一个KNN分类器
训练集为semeion_train.csv(手写体识别)
测试集为semeion_test.csv
计算在测试集上错误率(k=1,k=3,k=5,k=10)
?(1. Write a KNN classifier with Python or matlab
Training set is semeion_train.csv (handwriting recognition)
The test set is semeion_test
-