搜索资源列表
DSPLIT
- 对手写数字进行分类并识别 应用模板匹配算法进行分类。 应用Bayes算法进行分类。 应用线性函数算法进行分类。 线性算法进行分类。 应用神经网络算法进行分类。-right handwritten figures for the identification and classification of application template matching algorithm for classification. Application of Bayesian class
class1
- 一个bayes 算法的face recognisation的matlab code,是我的一个作业
HW3
- 我的另外一个作业,face recognisation的,很好用的加强板bayes
Bayes++
- 图像分类器,可实现贝叶斯滤波以及分类,应用与人脸识别,车牌识别等等。
fenleichengxu.rar
- 用VC++实现图像的分类识别,模板匹配分类器,Bayes分类器,线性函数分类法,非线性分类法,神经网络分类器,With VC++ Achieve image classification and recognition, template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classifiers
codebook.rar
- 实现了基于码书的运动检测,并有与其他的检测算法做对比,例如MOG,Bayes,三帧差分等。,Codebook based on the realization of the motion detection, as well as with other contrast detection algorithm, such as MOG, Bayes, differential, etc. 3.
Classification
- 模式分类。包括:训练样本设计、模板匹配分类器、Bayes分类器、线性函数分类法、非线性分类法、神经网络分类法-Pattern classification. Include: training sample design, template matching classifier, Bayes classifier, a linear function of classification, non-linear classification, neural network classificat
Bayes_xiugai
- 设计一种BAYSE 分类器完成对IRIS 数据库的分类-Bayes classifier for iris database
PatternRecognition
- 图象处理 模式识别 多种分类方法(最临近匹配分类器、Bayes分类器、线性函数分类、非线性函数分类、神经网络分类)识别0-9数字 手写数字与数字图片,包括设计训练样品库、可以选择多种分类器来识别识别0-9这十个阿拉伯数字,包括临时手写的数字,也包括图片中的数字 -Pattern recognition image processing a variety of classification (the most close to matching classifier, Bay
Bayes
- 利用贝叶斯实现的人脸识别得C++源代码,简单实用-bayes
Bayes
- 最小错误概率的Bayes分类器 手写数字识别-Minimum error probability of Bayes classifier handwritten numeral recognition
Bayes
- 传统贝叶斯分类器,最小错误率贝叶斯分类器、最小风险贝叶斯分类器-Traditional Bayesian classifier, the minimum error rate classifier, minimum risk Bayes classifier
bayes-function
- python语言写的bayes分类器,自己写的,完全可用!-written in python language bayes classifier, write your own, completely free!
Naive-Bayes
- Naive Bayes classifier Input: Training set and testing set, each row represents a instance, last column is label, begins from zero Output:predict label by Naive Bayes as well as its accuracy
bayes-classification
- 基于最小错误率的bayesian分类,对身高体重进行分类-bayes classification
Fisher-and-Bayes-classification-
- Fisher 和 Bayes分类器的比较,利用身高体重数据进行分类比较-Fisher and Bayes Classification
Bayes-classifier
- 贝叶斯分类器,贝叶斯算法的matlab程序-Bayes classifier Bias algorithm procedure
Bayes
- 贝叶斯方法 课程报告,源程序和图片在另一个文件夹,搜Bayes program 程序与图片-Bayesian methods course reports, source code and pictures in another folder, search Bayesian methods and procedures and pictures
bayes
- 根据文本内容,使用朴素贝叶斯进行文档的分类。-According to the text, using Naive Bayes to classify documents.
face-Bayes-GaussianNB
- 用贝叶斯中的高斯类库实现人脸识别,结合PCA算法实现(Face recognition using the Gauss class library in Bayes, combined with PCA algorithm)