搜索资源列表
Fisher1
- 模式识别的经典算法FISHER算法,课程设计的实验作品-the classic pattern recognition algorithm Fisher algorithm, the experimental curriculum design works
offline-character-recognise
- 脱机字符识别算法,包括手写数字识别之Fisher线性判别,手写数字识别之模板匹配法,数字识别之神经网络法,细化算法 -offline character recognition algorithms, including handwritten digital identification Fisher Linear Discriminant. Handwritten identification template matching, digital identification neura
fileget
- 共有五种算法 :A star 算法类的实现,Bp神经网络解决异或问题,联机手写数字识别,联机数字、英文字符及汉字识别,8数码游戏,本算法为手写数字识别之Fisher线性判别
fish
- Fisher线性判别是线性分类算法中最基本的一种算法,其基本思想是将d维空间中的样本投影到一条最易于分类的投影线上,再进行分类。本文将用使用matlab实现Fisher线性判别算法,并给出4种阈值选择的方法。
fisher
- 模式识别中应用fisher原则进行分类的算法程序。对学习模式识别很有用。
FenLeiSuanFa
- 关于分算的智能算法演示,包括样品训练、模板匹配算法,二值Bayes分类,概率Bayes分类,最小风险Bayes分类,Fisher算法,奖惩算法,增量校正算法,LMSE算法,势函数算法,神经网络算法(包括训练,比较及识别)等。
FisherClassify
- fisher c算法
MFA
- Marginal Fisher Analysis算法,可用于降维,注释有使用说明!供大家学习交流!-Marginal Fisher Analysis algorithm, can be used for dimensionality reduction, the Notes are used to explain! For all to learn!
123
- 基于Fisher算法的飞思卡尔智能车 路径识别分类器的设计 -YOU CAN HAVE AN EXANPLE
Fisher
- fisher线性分类器算法,算法实现三维空间中样本中各点的分类情况。-fisher linear classifier algorithm to achieve three-dimensional sample points in the classification.
BP-program
- 经典的神经网络算法中的BP源程序,可以下载后直接运行,经典中的经典!-classical neural network algorithm BP source, can be downloaded directly after running the classic classic!
fisher.m.tar
- 模式识别经典算法:fisher判别分析的二次优化形式实现。-Classic pattern recognition algorithms: fisher discriminant analysis achieved in the form of quadratic optimization.
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.
Fisher001
- Fisher算法的C语言实现,数据用的是地理坐标。-C code for Fisher
Fisher
- fisher算法实现,其中有具体的例子,但由于数据过少,所以计算出来的结果又偏差。-fisher algorithm instance
uspsFisher
- 用Fisher算法对usps数据集进行分类,对每个部分都有很好的说明,对画图也有详细说明-USPS dataset using Fisher algorithm classification, each part has a good descr iption of the drawing there are described in detail
fishertest
- fisher算法,分类器,人工智能,分类算法-fisher algorithm
fisher
- 实现fisher线性判别分类,模式识别经典算法(realization of Fisher linear discriminant classification)
Find the best tree for Fisher
- 随机森林是一大算法,这个程序是随机森林中的一个小例子的展示。(Random forest is a large algorithm. This program is a demonstration of a small example in random forests.)
MFA 边缘Fisher分析
- MFA 边缘Fisher分析 降维算法,是基于LDA的改进