搜索资源列表
-
1下载:
详细讲解了模式识别的算法理论,如近邻法,贝叶斯决策理论等,以及人工神经网络的主要算法
-
-
0下载:
清华大学边肇祺的模式识别电子书,初步学习模式识别的人的一本很好的参考书
-
-
1下载:
1.Fisher分类算法
2.感知器算法
3.最小二乘算法
4.快速近邻算法
5.K-近邻法
6.剪辑近邻法和压缩近邻法
7.二叉决策树算法
-
-
0下载:
模式识别与机器学习的权威资料,是一本好书-a good book
-
-
5下载:
对著名的UCI机器学习库的wine数据集做的朴素贝叶斯分类算法,包含详细源代码和实验报告,不可多得啊-Pairs of well-known UCI machine learning repository data set to do wine Naive Bayesian classification algorithm, with detailed source code and test reports, a rare ah
-
-
0下载:
图象模式识别工程从简单到复杂的各个举例工程的源代码-Image pattern recognition works from simple to complex projects in all, for example source code
-
-
0下载:
文件中包含多种模式识别常用的算法,如:ISODATA、 K均值、 感知器、 LMSE最小误差、 贝叶斯,希望对大家能有所帮助-File contains a variety of commonly used pattern recognition algorithms, such as: ISODATA, K-means, perceptron, LMSE the smallest error, Bayesian, in the hope that we can help
-
-
0下载:
模式识别与智能系统
Pattern Recognition and Intelligent System-Pattern Recognition and Intelligent System
-
-
1下载:
这系列课件系统地讲述了模式识别的基本理论和基本方法。内容涵盖了贝叶斯决策、概率密度函数的估计、线性判别函数、邻近法则、特征的选择和提取、非监督学习、神经网络、模糊模式识别等。-This series of courseware on a pattern recognition system to the basic theory and basic methods. Covers the Bayesian decision-making, the estimated probability de
-
-
0下载:
我们的模式识别作业,C++编的。主要包括特征提取部分,和分类器设计部分。-Pattern Recognition of our work, C++ for the. Including some of the main feature extraction and classifier design part.
-
-
0下载:
模式识别基本方法matlab源代码,包括最小二乘法、SVM、神经网络、1_k近邻法、剪辑法、特征选择和特征变换。-Basic method of pattern recognition matlab source code, including the least squares method, SVM, neural network, 1_k neighbor method, editing method, feature selection and feature transformatio
-
-
0下载:
模式识别配套电子书,可作为模式识别初学者的参考资料,希望对学习有所帮助。-Supporting electronic pattern recognition, pattern recognition can be used as reference for beginners, and they hope to be helpful to learn.
-
-
0下载:
北京大学封举富老师的模式识别电子课件,pdf格式,权威-FENG Ju-Fu teacher, Peking University, pattern recognition of electronic courseware, pdf format, authority
-
-
0下载:
this folder contain implemetation of three classifier in matlab
-
-
0下载:
遗传算法 人脸识别 高质量pdf论文6篇-Face recognition pdf genetic algorithm high-quality papers 6
-
-
0下载:
高频系数融合均采用基于像素点绝对值取大的规则,这里要注意的是,比较的对象是两幅原始图像的像素点的绝对值,而融合后图像的像素点的取值是两幅原始图像像素点绝对值大的那一点的值,也就是说,要取绝对值大的那个点的实际值
-
-
0下载:
模式识别各种算法简单介绍,程序简单,容易理解-Brief introduction to a variety of pattern recognition algorithms, the program is simple, easy to understand
-
-
0下载:
该代码能识别车牌类型,是一款不错的软件,希望对大家有帮助-it can recognize the patten of cars
-
-
0下载:
贝叶斯算法 实际简单应用 提供了详细的注释等等 让初学者有学习的空间 都是一些有用的东西 我就 了-Simple application of Bayes algorithm actually provides a detailed annotation, and so allow room for beginners are learning something useful I had
-
-
0下载:
function mean = ml_mean(data)
Calculate the maximum likelihood estimation of the mean
Written by Christiaan M. van der Walt
Meraka Institute
More resources available at http://www.patternrecognition.co.za
Reference:
C.M. van d
-