搜索资源列表
fenlei
- 模式识别,一个很好的数字,图形程序,包括了很多种算法,样本设计,摸板匹配,BYS分类器,线性分类器,非线性分类器,神经网络分类
nonlinearClassing
- 模式识别中的非线性分类器,清华大学研究生作业。讨论问题及其细致。
fenlei
- 模式识别,一个很好的数字,图形程序,包括了很多种算法,样本设计,摸板匹配,BYS分类器,线性分类器,非线性分类器,神经网络分类-Pattern recognition, a very good figures, graphics program, including a very wide range of algorithms, sampling design,摸板match, BYS classifier, linear class
PatternRecognition
- 运用VC++编程实现模式识别程序 对图形和文字进行统计模式识别。主要有Bayes分类器、Fisher分类器、非线性分类-The use of VC programming to achieve pattern recognition procedures for graphics and text on statistical pattern recognition. There are Bayes classifier, Fi
Classify
- VC实现的手写体识别程序。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别, Bayes分类器识别(使用二值数据的Bayes方法,最小错误概率的Bayes方法,最小风险的Bayes方法),线性函数分类法识别(Fisher算法,奖惩算法,增量校正算法,LMSE算法的识别),非线性分类法(势函数法)识别,神经网络分类法识别(包括神经网络训练,神经网络建立后输出权值,测试与比较,神经网络识别)。 运
nonlinearClassing
- 模式识别中的非线性分类器,清华大学研究生作业。讨论问题及其细致。-err
fenleichengxu
- 用VC++实现图像的分类识别,模板匹配分类器,Bayes分类器,线性函数分类法,非线性分类法,神经网络分类器-With VC++ Achieve image classification and recognition, template matching classifier, Bayes classifier, a linear function of classification, non-linear classificatio
Classification
- 模式分类。包括:训练样本设计、模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类法-Pattern classification. Include: training sample design, template matching classifier, Bayes classifier, a linear function of classification, non-linear classificati
depart
- 包括Bayes分类器、线性分类器、非线性分类器、神经网络分类器等-Including Bayes classifier, a linear classifier, non-linear classifier, such as neural network classifiers
picVC
- 图象模式识别--VC++技术实现 ① 选择【模板匹配分类器】菜单,可以应用模板匹配算法进行分类。 ② 选择【Bayes分类器】菜单,可以应用Bayes算法进行分类。 ③ 选择【线性函数分类法】菜单,可以应用线性函数算法进行分类。 ④ 选择【非线性分类法】菜单,可以应用非线性算法进行分类。 ⑤ 选择【神经网络分类器】菜单,可以应用神经网络算法进行分类。 -Image pattern recognition- VC+
bayes
- 贝叶斯分类和后面的线性、非线性分类器属于有监督学习。 -Bayesian classification and the back of the linear, non-linear classifier belong to supervised learning.
PatternRecognition
- 图象处理 模式识别 多种分类方法(最临近匹配分类器、Bayes分类器、线性函数分类、非线性函数分类、神经网络分类)识别0-9数字 手写数字与数字图片,包括设计训练样品库、可以选择多种分类器来识别识别0-9这十个阿拉伯数字,包括临时手写的数字,也包括图片中的数字 -Pattern recognition image processing a variety of classification (the most clo
mode
- 基于VC的各种聚类和分类算法程序。 手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。有模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类器。 在左视图上单击鼠标左键,可获得3种数据源:标准数字聚类、手画图形聚类、位图文件分析聚类。可以进行特征提取、模糊聚类和遗传算法。-VC-based clustering and
SVM-classifier
- 用matlab实现非线性支持向量机分类器对多类进行分类。-Using matlab to achieve non-linear support vector machine classifier for multi-class classification.
question3
- 非线性分类器训练的快速算法设计,近邻法迭代法测试样本错误率-Fast non-linear classifier training algorithm, nearest neighbor algorithm iteration test sample error rate
nonliner-class
- 非线性分类器,对于任意输入的2维向量采用聚类算法分类-Non-linear classifier, for any type of two-dimensional vector classification using clustering algorithms
C4.5
- 基于C4.5的决策树算法,一种非线性分类器-Based on C4.5 decision tree algorithm, a nonlinear classifier
fs-kfdaP1.0
- 基于Fisher线性分析的分类器以及基于核fisher(KFDA)的非线性分类器-Fisher KFDA
非线性分类器设计
- 非线性分类器设计—支持向量机 matlab程序运行 非线性支持向量机(SVM)的原理、核函数类型 libSVM工具箱安装的一般流程(Nonlinear classifier design support vector machines)
单层感知器
- 基于深度学习实现单层感知器的python代码,用单层感知器处理非线性分类问题,观察结果。(The Python code of single layer perceptron is realized based on depth learning, and the nonlinear classification problem is processed with a single layer perceptron, and the r