搜索资源列表
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
computeEigenfaces
- face recognition with lda+pca
ToolBox
- matlab图像处理工具相,使用了主成分分析,ANN,SVM等方法。-This toolBox used in the image processing(feature extraction and classification) PCA,LDA,ICA,DCT,RBF,RBE,GRNN,KNN,minimum distance,SVM, and others
PCA
- 主成分分析的代码,降维的工具,特征提取降维的工具-PCA code
PCAandLDA
- 模式识别中pca和lda的算法及两个分离器算法-Pattern recognition algorithms for pca and lda and two separate Algorithm
LDA
- matlab线性判别分析函数,首先需要用PCA进行数据压缩,然后提前特征变量,进行判别分析-Matlab for LDA
PCALDA
- PCA和fisher人脸识别代码,有详细注释 能直接用-two algorithms about pca and LDA,it s very simple and useful
drtoolbox
- 对于特征维数降维的matlab工具箱,包括PCA LDA PPCA 等-Matlab Toolbox for Dimensionality Reduction (v0.7.1- June 2010)
pca_lda
- 主流的人脸识别识别算法pca和lda的融合,将pca和lda方法的优点进行了融合补充的互相之间的不足-Mainstream recognition algorithm for face recognition pca and lda integration of the pca and lda method has the advantage was integration between each other enough to add
PCAandLDA
- 用pca 和 lda 实现数据的降维,加快机器的特征提取的速度。-Pca and lda of data with dimension reduction, feature extraction to speed up the speed of the machine.
facepcalda
- 一个用PCA和LDA降维,并用knn分类的人脸识别例程-A dimension reduction using PCA and LDA, and face recognition with the knn classification routines
RunFaceRecog_vV
- This is a Simple Code for Face Recognition using PCA + LDA Approach. I hve write this code for ORL Database containing 400 images of 40 persons. I have used Eigenface Algorithm for Face Recognition. Its a Very Simple Code you can easily understand it
pca-lda
- face recognitionand detection by lda,pca
face-recognition
- 用于人脸识别的LDA和PCA特征提取方法的Matlab代码,结合两个程序可以实现PCA+LDA特征提取方法。-LDA and PCA is a common methods of feature selection,These are their source code using matlab.
my_pcalda
- 关于人脸识别的PCA-LDA算法,可成功运行。-a useful program, can be run successfully!
PCA-LDA
- it is PCA-LDA matlab code. (feature reduction)
用PCA(非工具包,自写)实现LDA
- 上了一门统计分析的课程,所有课程所学内容均不允许使用工具包,特自写PCA,实现LDA线性分类,希望可以与大家分享,一起学习参考,
gait recognition with DTW PCA LDA
- code for gait recognition with DTW PCA LDA matlab
PCA+LDA
- pca+lda人脸识别,可在MATLAB上运行(Based on pca+ Ldaface recognition procedures can be directly run matlab)
LDA人脸识别程序
- 在MATLAB2014b版本,进行人脸识别,包含PCA降维、LDA线性判别、KNN最近邻算法等技术(In MATLAB2014b version, face recognition is carried out, including PCA dimension reduction, LDA linear discriminant analysis, KNN nearest neighbor algorithm and so on.)
