搜索资源列表
pattern_recognition_v6.1
- 完整的模式识别库,包括矩阵运算,各种模式识别算法,如K均值、SVM、RVM、NN、LDA等
PRproject_lda
- 线性判别分析(LDA,全称Fisher Linear Discriminant Analysis)算法的C#实现源码,根据stprtool box for matlab中的LDA.m编写。用到MathNet库做相关的矩阵运算,使用zedgraph控制绘图。有简单的测试数据。- C# source code of linear discriminant analysis (LDA, full name of the Fisher Linear Discriminant Analysis) algo
LDAMATLAB-code
- this file includes LDA algorithm MATLAB code
LDA-brief-theory
- It is a brief introduction of LINEAR DISCRIMINANT ANALYSIS.
PCA_LDA_LPP_Tensor
- PCA特征提取。LDA降维的人脸识别代码。可用作为初学者使用。-PCA feature extraction. Face recognition code LDA dimensionality reduction. Available for beginners to use.
main
- LDA聚类Gibbs抽样的算法的核心代码-LDA Cluster Gibbs
JGibbLDA-v.1.0
- 用Java实现的LDA算法(潜在dirchlet语义分析),能够运行成功。-latent dirchlet allocation
LDA
- 利用MATLAB工具,实现了LDA算法,并简单的以几个实例进行了实际的测试。-Using the MATLAB tool to achieve the LDA algorithm, and a simple example of a few examples of the actual test.
MATLAB Codes for Dimensionality Reduction
- 子空间学习方法工具箱,包含PCA、LDA、LLE、ISOMAP等经典子空间分析方法(Subspace learning method toolbox, including classical subspace analysis methods such as PCA, LDA, LLE, ISOMAP and so on)