搜索资源列表
PCA_LDA.rar
- 《机器学习》课上的作业,PCA和LDA降维,尽管网上很多,但很少注释,另外细节上也没注意。这里有很详细的注释。另外还附上一个Naive贝叶斯分类器,大家可以作比较。附带的图像包是OLR人脸。ReducedDim为想要提取的特征数,不是百分比!," Machine learning" classes on the homework, PCA and LDA dimensionality reduction, even though a lot of online, but f
pca
- 运用奇异值分解定理的PCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器,-The use of singular value decomposition theorem of PCA method in ORL face database for face recognition, nearest neighbor classifier for the classifier,
PCA_ORL
- Matlab环境下,实现用PCA方法提取EigenFace,之后通过SVM方法对人脸图像进行分类识别。-Face recognition via PCA and SVM method
TLDA_1
- 人脸识别中TensorLDA算法的matlab程序,使用最近邻分类器进行识别。-Face Recognition TensorLDA algorithm matlab procedures, the use of nearest neighbor classifier to identify.
matlab_Categoriesdetection
- 支持向量机方法,用matlab实现,用于分类检测、模式识别,人脸检测等-matlab implementation for classification detection, pattern recognition, face detection, etc.
ar_dct_lda
- AR人脸库进行DCT变换,然后使用Fisher discriminant analysis 进行特征提取,使用cos分类器进行人脸分类。-AR Face Database for DCT transform, and then use the Fisher discriminant analysis feature extraction, using cos classifier for human face classification.
AR_SKFA
- 在ar人脸库上的sparse kernel feature analysis程序,该程序挨个计算kernel空间鉴别向量,最后组成鉴别向量集进行分类-In the ar face database on the sparse kernel feature analysis program, which identified one by one calculation kernel space vector, the final set of vectors to classify the co
adaboost9.26
- adaboost方法实现人脸分类 可直接运行的程序-face classification method implementation adaboost
kpca
- 运用KPCA方法在ORL人脸库上进行人脸识别,分类器为最近邻分类器。-KPCA method using ORL face database for face recognition, classification for the nearest neighbor classifier.
Adaboost-detection
- 基于ADABOOST的人脸检测程序,有分类器训练和测试-face detection based on adaboost
gaborsvm1
- 先用gabor 小波滤波器,做特征提取,然后用支持向量机(SVM)做分类,来实现人脸检测.需要用matlab 2010 或更新的版本才能运行-the code is used for face detection.Firstly it use gabor wavelet filter for feature extraction,Secondly it use support vector machine (SVM)for classification.matlab 2010 required.
PCA
- 采用数字图像主分量分析(PCA)算法实现人脸识别(身份认证或分类)-Principal components using digital image analysis (PCA) algorithm for face recognition (identity or category)
yunxing
- PCA+KNN人脸分类,对于给定样本,训练其中的一部分,在pca降维后,用knn分类-PCA+KNNFace classification
face-recognition
- 稀疏表示人脸分类与识别,Mayi人脸分类识别框架,识别率非常高-sparse represention for face recognition
dataset_604126
- Yale人脸数据库B扩展库(mat 格式)ExtendYaleB数据库,可以作为人脸分类分割实验数据-Yale face database B extension library (mat format) ExtendYaleB database can be used as face classification division of experimental data
基于主分量的人脸重构
- 本实验是基于主成分分析法(PCA)在人脸识别中的应用,采用SVM分类器在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真。
(PCA+SVM)人脸识别
- 人脸识别,降维 加分类,主成分分析降维,支持向量机分类(Face recognition, principal component analysis reduced Vega classification, dimension reduction, support vector machine classification)
PCA+SVM
- 采用经典的ORL人脸数据集,利用PCA进行进行降维,然后用SVM进行数据集的分类和训练。上传文件内包含libSVM3.2安装包(The classical ORL face dataset is used for dimension reduction by PCA, and then SVM is used to classify and train the dataset.)
基于小波变换的klda人脸识别
- 基于小波变换的klda人脸识别,首先用小波变换对原始输入人脸图像进行预处理,再将基于核的线性判别分析应用于人脸识别中的最佳特征抽取,最后使用欧氏距离分类器实现人脸分类。通过对ORL标准人脸库中的人脸图像进行识别实验,本文提出的方法在人脸识别上取得了较高的识别率。
贝叶斯人脸识别
- Pattern-Recognition-and-Machine-Learning-master,项目包括使用贝叶斯分类器的字符识别,基于GMM的图像分割,使用PCA的人脸识别和具有径向基函数的多类SVM分类器(Pattern-Recognition-and-Machine-Learning-master)