文件名称:PatternRecognition
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2014-06-07
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- 刘*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
(1)Bayes分类
已知N=9, =3,n=2,C=3,问x= 应属于哪一类?
(2)聚类
使用c-均值聚类算法在IRIS数据上进行聚类分析
(3)鉴别分析
在ORL或Yale标准人脸数据库上完成模式识别任务。
用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验。-(1) Bayes classification
Known N = 9, = 3, n = 2, C = 3, x = should ask which category?
(2) Cluster
C-means clustering algorithm using cluster analysis on IRIS data
(3) discriminant analysis
Pattern recognition tasks completed on ORL face database standard or Yale.
With PCA and nuclear-based PCA (KPCA) method to complete the reconstruction of the face image recognition test.
已知N=9, =3,n=2,C=3,问x= 应属于哪一类?
(2)聚类
使用c-均值聚类算法在IRIS数据上进行聚类分析
(3)鉴别分析
在ORL或Yale标准人脸数据库上完成模式识别任务。
用PCA与基于核的PCA(KPCA)方法完成人脸图像的重构与识别试验。-(1) Bayes classification
Known N = 9, = 3, n = 2, C = 3, x = should ask which category?
(2) Cluster
C-means clustering algorithm using cluster analysis on IRIS data
(3) discriminant analysis
Pattern recognition tasks completed on ORL face database standard or Yale.
With PCA and nuclear-based PCA (KPCA) method to complete the reconstruction of the face image recognition test.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
PCA\pca.m
Bayes\Bayes.m
C-means\assort.m
.......\cmeans.m
.......\Dist.m
.......\dist1.m
.......\iris.txt
.......\loadiris.m
.......\main.m
KPCA\kpca.m
PCA
Bayes
C-means
KPCA