搜索资源列表
fisher
- 模式识别中应用fisher原则进行分类的算法程序。对学习模式识别很有用。
fisher
- Fisher分类器,用于对多维采样点进行分类。可根据类别数修改分类器,我们的模式识别作业。-Fisher classifier, multi-dimensional sampling points used for classification. Can be modified according to the number of classification categories, and our pattern recognition operation.
fisher.m.tar
- 模式识别经典算法:fisher判别分析的二次优化形式实现。-Classic pattern recognition algorithms: fisher discriminant analysis achieved in the form of quadratic optimization.
orl_fisher
- 模式识别的经典算法之一,fisher脸特征提取,采用matlab进行编程-One of the classic pattern recognition algorithms, fisher Face feature extraction using matlab programming
fisher
- 目前模式识别中最为通用的简单的fisher分类器-At present, the most commonly used pattern recognition simple fisher classifier
sex_recognization
- 模式识别:线性分类器,fisher线性判别 female和male中分别为训练集 test1和test2为测试集-fisher
fisherandbayes
- 模式识别实验作业 bayes 和 fisher 线性分类器 有实验报告-Pattern Recognition and bayes experimental operation fisher linear classifier experimental report
fisher
- fisher classfier,主要用于模式识别中的分类,是一种常用的线性分类器。其实严格依据fisher准则编写的。-fisher classfier, mainly used for pattern recognition in the classification, is a commonly used linear classifier. In fact, strictly in accordance with guidelines of the fisher.
fisherclassify
- Fisher线性判别决策器,用在模式识别中-Fisher Linear Discriminant decision-making devices used in pattern recognition
fisher
- matlab 程序,是模式识别中的FISH算法的实现,附运行结果 -MATLAB program, the FISH pattern recognition algorithm to achieve, with a running results
fisher_test
- 模式识别课程中很重要的一种判决方法,fisher判决法的实现和检验,有助于加深理解fisher算法。-Pattern Recognition course a very important decision method, fisher sentence law implementation and testing, will help to deepen understanding of fisher algorithm.
fisher
- matlab实现的模式识别的分类器:fisher 与bayes 分类器,实现男女性别的分类.-matlab implementation of the pattern recognition classifier: fisher and bayes classifier, to achieve gender classification.
fisher
- 在matlab中实现模式识别中的一个分类器——fisher分类器-Pattern recognition in matlab to implement a classifier- fisher classifier
manifolds
- 流形学习是近年来机器学习及模式识别等领域的一个研究热点,其主要目标是去发现高维观察数据空间的低维光滑流形。自从2000年Roweis和Saul提出LLE算法、Tenenbaum等人提出Isomap算法,特别是Donoho等人发现Isomap算法能够准确发现人脸图像流形潜在的参数空间、张长水等人将LLE算法用于人脸识别并取得了较好的识别效果之后,基于流形学习的人脸识别研究引起了人们的广泛关注。-Manifold learning in recent years the field of machi
Bayes-and-Fisher
- 模式识别的贝叶斯算法和Fisher算法 加以比较 有图有真相-Bayesian algorithm and pattern recognition algorithms to compare Fisher map with the truth
Fisher-linear-discriminant-method
- 此为模式识别中的Fisher线性判别方法求分类器。进行了男、女错误率和总错误率的统计。 全部程序流程如下: 1、读取FAMALE.TXT文件把身高或体重给数组,并求x1的样本均值m1和内离散度S1; 2、读取MALE.TXT文件把身高或体重给数组,并求x2的样本均值m2和内离散度S2; 3、求最佳变换向量和阀值点; 4、读取Test2.txt文件把对应的身高或体重给数组A并求A的样本数M; 5、把最佳变换向量和阀值点、x代入判别方程g(x); 6、对本判别的错误率进行
Fisher
- Fisher模式识别问题的困难之一是维数问题,低维特征空间的分类问题一般比高维空间的分类问题简单。因此,人们力图将特征空间进行降维,降维的一个基本思路是将d维特征空间投影到一条直线上,形成一维空间-One of the difficulties Fisher pattern recognition problem is the dimension of the problem, classification of low-dimensional feature space is generall
pattern recognition
- 模式识别,fisher判别法,近邻法,k近邻法matlab例程(Pattern recognition, Fisher discriminant method, nearest neighbor method, k nearest neighbor method, matlab)
程序
- 模式识别在MATLAB程序下的有关算法程序,包括Fisher分类,ML分类,parzen窗分类,直方图画法,roc曲线,roc分类等(Pattern recognition in the MATLAB program related algorithm program, including Fisher classification, ML classification, Parzen window classification, histogram drawing, ROC curve, RO
fisher
- 实现fisher线性判别分类,模式识别经典算法(realization of Fisher linear discriminant classification)