搜索资源列表
PR_AI_code
- 这是《精通VC++数字图像模式识别技术及工程实践[第2版]》光盘源代码,其中包括EM算法、fisher判别函数、HMM隐马尔科夫模型、BP神经网络、小波变换、alpha-beta剪枝、A*算法等,还包含几个纹理分析、人脸定位、字符识别、车牌号识别、8数码、黑白棋、离线/在线签名等实例,因此对于学习模式识别、人工智能的朋友们都大有裨益。光盘中的素材请见另外一个资源。-This is " proficient in VC++ Digital Image Pattern Recognitio
Fisher
- Fisher判别的基本思想是将k$个总体的所有$维空间的样本点投影到一维空间上,使投影后组与组之间尽可能的分开,然后利用方差分析的方法推出判别函数。为了简单起见,通常利用线性的判别函数。-The basic idea of Fisher discriminant is k $ total $ dimensional space sample point projection to the one-dimensional space, so that the projection between
FisherFace1
- 基于Fisher线性判别分析的人脸识别算法代码。内涵ORL人脸数据库-The code for face recognition based on Fisher LDA.And a database of face called ORL is included.
FLDA
- 基于Fisher线性判别分析的人脸识别代码。内涵ORL人脸库。-Code for face recognition based Fisher LDA,and a face data called ORL is included.
LDA
- 线性判别式分析(Linear Discriminant Analysis, LDA),也叫做Fisher 线性判别(Fisher Linear Discriminant ,FLD),是模式识别的经典算法,新手学习的良好素材-Linear discriminant analysis (Linear Discriminant Analysis, LDA), also known as Fisher linear discriminant (Fisher Linear Discriminant, FL
Linear-discriminant-analysis
- Fisher 线性判别分析算法matlab实现及感知器算法实现-Fisher linear discrimination analysis,perceptron
Fisher
- Fisher进行数据线性判别分析,里边包含有原数据,所有程序均运行成功。-Fisher linear discriminant analysis data code. It contains raw data, all programs run successfully.
FDDL-
- Fisher线性判别分析和稀疏表示结合的人脸识别程序-Face recognition based on Fihser discriminant and Sparse representation
fisher-and-bayes
- fisher 和bayes判别分析方法,主要用在光谱数据模式识别的,可对可见近红外光谱进行类识别,matlab2014a可以使用,其他不知道-Fisher and bayes discriminant analysis method, mainly used in spectral data of pattern recognition, visible to near infrared spectrum is used to identify the class, matlab2014a ca
KFDA
- 学姐做地理学研究时用的核Fisher判别分析的代码-Sister doing geography research time by the kernel Fisher discriminant analysis codes
KDA
- KDA 核fisher判别分析的分类算法-KDA to classify
Fisher-LDA-face-recognize
- matlab平台实现人脸识别,通过PCA降维后再通过线性判别分析LDA实现人脸匹配。内附ORL人脸数据库,运行main函数即可输出结果-Matlab platform to achieve face recognition, PCA dimensionality reduction and then through linear discriminant analysis LDA face matching. Contains ORL face , run the main function t
fr
- 分别用主成分分析和fisher判别分析进行人脸识别-facial recognition using PCA and FDA respectively
5107533
- 利用fisher线性判别分析进行数据降维()