搜索资源列表
手写数字识别之Fisher线性判别
- 手写数字识别之Fisher线性判别-handwritten figures identifiable Fisher Linear Discriminant
fisher线性判别
- fisher线性判别实例
手写数字识别之Fisher线性判别
- 手写数字识别之Fisher线性判别-handwritten figures identifiable Fisher Linear Discriminant
Fisher
- Fisher判别,用于模式识别的Fisher线性判别-Fisher Discriminant for pattern recognition Fisher Linear Discriminant
fisher
- 基于Fisher线性判别的基因分类器的matlab源码-Based on Fisher Linear Discriminant gene classifier matlab source
fileget
- 共有五种算法 :A star 算法类的实现,Bp神经网络解决异或问题,联机手写数字识别,联机数字、英文字符及汉字识别,8数码游戏,本算法为手写数字识别之Fisher线性判别-A total of five algorithms: A star algorithm kind of realize, Bp neural network to solve XOR problem, on-line handwritten numeral rec
Fisher_Linear_Classify
- 能够实现Fisher线性判别,对二类数据可以画出精确的二维分类结果,也可画出相应的三维分类结果。-Fisher Linear Discriminant can be achieved on two categories of data can be drawn in a precise two-dimensional classification results, but also draw the corresponding thre
LDA
- 线性判别分析法(LDA),LDA以提高样本在子空间中的可分类为目标。寻找一组基向量,在这些基向量张成的子空间中,不同类别的训练样本能有最小的类内离散度,最大的类间离散度。-Linear discriminant analysis (LDA), LDA in order to improve the sample in the sub-space can be classified as a target. Find a group-ba
Fisher
- fisher 线性判别对于手写体数字识别来说是很有借鉴意义的方法!-fisher linear discriminant for handwritten numeral recognition is very meaningful way to learn!
Fisher
- 手写数字识别之Fisher线性判别,正在做毕业设计的同学可以参考一下-Handwritten numeral recognition of the Fisher Linear Discriminant, is doing graduate students designed for reference
FDA
- Fisher线性判别分类器源代码,包括训练函数和测试函数。-Fisher Linear Discrimination (FLD) classifier source code, including training function and test function.
Fisher
- 手写数字识别之Fisher线性判别程序,一本上的,很不错,希望对大家有帮助。-Handwritten numeral recognition of the Fisher linear discriminant procedure, one on a very good, hope you help.
knn.kmeans.fisher
- 常用的分类方法,包括最近邻(NN),k均值(kmeans),k近邻,Fisher线性判别。-Commonly used classification methods, including nearest-neighbor (NN), k the mean (kmeans), k neighbors, Fisher linear discriminant.
Fisher
- Fisher线性判别准则将特征空间进行降维,降维的一个基本思路是将d维特征空间投影到一条直线上,形成一维空间-Fisher
Fisher
- 使用Fisher 现行判别函数对给定的样本进行训练,对于两类,Fisher线性判别函数很好做,就是 w = Sw (m1 - m2), 其中:Sw为总类内离散度矩阵, m1, m2, 为两个模式类的均值-Fisher discriminant function using the current sample of a given training for two, Fisher linear discriminant function
FisherLDA
- fisher模式识别线性判别分析,在信号处理中运用比较普遍-fisher linear discriminant analysis pattern recognition, signal processing used in the more common
fisher
- 费希尔线性判别分析代码 Find the Fisher linear separator w (a column vector). X is is the training set (X is a matrix. Each row of X is a vector containing the features of a single sample). y is a column vector with the
fisher
- 利用Fisher线性判别来进行男女分类(里面已经有了男女的数据)-Using Fisher linear discriminant for classification of men and women (which already have the data for men and women)
fisher
- 实现Fisher线性判别,数据为三类数据,有画图功能(To achieve Fisher linear discriminant, the data for the three type of data, drawing function)
fisher
- 实现fisher线性判别分类,模式识别经典算法(realization of Fisher linear discriminant classification)