搜索资源列表
LDA.线性决策分析
- 线性决策分析,一个最经典的线性降维方法,也是最经典的最简单的监督学习算法,A CLASSICAL LINEAR DISCRIMINANT ANALYSIS
PCALDA
- PCA+LDA经典人脸识别算法,先用PCA降维,再用LCA降维-PCA+ LDA classical face recognition algorithms, first PCA dimension reduction, reuse LCA dimension reduction
lda
- 非线性降维方法 可以应用于高维数据的机器学习-Nonlinear dimensionality reduction methods can be applied to high-dimensional data, machine learning
FLDbasedFaceRecognitionSystem_v2
- 基于fisherface的人脸图像识别,采用lda降维的方法来识别人脸图像-This package implements a well-known FLD-based face recognition method, which is called Fisherface [1]. All functions are easy to use, as they are heavy commented. Furtheremore, a sample scr ipt is incl
lda
- 一个基于人耳模式识别的lda算法,可实现对高维矩阵的降维。-A pattern recognition based on human ear lda algorithm can realize high-dimensional matrix of dimension reduction.
LPP
- 很好的降维算法解析,主要讲述了LPP、PCA、LDA算法,希望对大家有帮助-Dimensionality reduction algorithm analysis focuses on the LPP, PCA, LDA algorithm, we hope to help
drtoolbox
- Matlab针对各种数据预处理的降维方法,源码集合。-Currently, the Matlab Toolbox for Dimensionality Reduction contains the following techniques: Principal Component Analysis (PCA) Probabilistic PCA Factor Analysis (FA) Sammon mapping Lin
41-LDA
- 模式识别中LDA算法实现降维,使计算得到简化,速度变快-LDA,Pattern Recognition
LDA1
- LDA线性判别算法,可以用来对数据进行降维(LDA linear discriminant algorithm can be used for dimensionality reduction of data.)
MFA 边缘Fisher分析
- MFA 边缘Fisher分析 降维算法,是基于LDA的改进