搜索资源列表
LDA
- 线性判别分析(LDA)用于特征选择,可以对数据集或者图像提取有用特征,用于分类或者聚类等机器学习应用中-Linear Discriminant Analysis (LDA) for feature selection, application in dataset or image feature extraction, for classification or clustering applications in machine learning
2D-LDA
- 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
stprtool15aug08
- 捷克理工大学Hlavac教授和Franc博士提供的统计模式识别Matlab工具箱的最新版本V2.09,在原有版本基础上进行了一些修改和完善。它包括现有模式识别的大部分方法,比如SVM,PCA,LDA等。我采用其中的SVM方法进行了人体下肢假肢SEMG信号的分类,效果不错。希望能对大家有帮助。-Statistical Pattern Recognition Toolbox for Matlab (C) 1999-2008, Version 2.09. It includs a number of
LDA
- matlab 实现的LDA算法和线性分类器的实现,其中包括好几个.m文件-matlab implementation of the LDA algorithm and the realization of the linear classifier, which includes several. m file
LDA
- 线性差别分析法(LDA)提取人脸图像特征点子程序-Linear differential analysis (LDA) face image feature extraction process ideas
LDA
- 一个基于LDA的分类程序,对于初学者有很大的帮助-LDA-based classification procedures, for the great help for beginners
LDA
- 有几类样本点,试利用LDA分类器、求出其分界面,并分析这类分类器的特点。-There are several types of sample points, try using Fisher classifier, find the sub-interface, and analyze the characteristics of such classification.
Labeled-LDA-model-text-classify
- 基于Labeled-LDA模型的文本分类新算法-Labeled-LDA model based on the new algorithm for text categorization
LDA
- LDA matlab code 线性判别式分析(Linear Discriminant Analysis, LDA),也叫做Fisher 线性判别 (Fisher Linear Discriminant ,FLD),是模式识别的经典算法,它是在1996 年由Belhumeur 引入模式识别和人工智能领域的。性鉴别分析的基本思想是将高维的模式样本投影到最佳鉴 别矢量空间,以达到抽取分类信息和压缩特征空间维数的效果,投影后保证模式样本在新的 子空间有最大的类间距离和最小的类内距离,即模式在该空间中有
lda
- lda分类,想做一个关于文本分类的lda应用,想向大家请教些-lda classify
LDA
- matlab实现的LDA分类模型,可以直接调用-matlab lda for classifiy
用PCA(非工具包,自写)实现LDA
- 上了一门统计分析的课程,所有课程所学内容均不允许使用工具包,特自写PCA,实现LDA线性分类,希望可以与大家分享,一起学习参考,
快速LDA算法
- 这是Fast Discriminant Latent Dirichlet Allocation的源代码,这是一种主题模型可以用于文档分类
LDA
- 本程序是一个线性判别式分析(LDA)分类器程序.里面有完整的源码-This procedure is a linear discriminant analysis (LDA) classifier program. There is a complete source code
-lDA-to-classification
- lda分类代码 这个可以运用到很多地方去 -lda classification
LDA代码分析
- 对文本用LDA进行分类,LDA(Latent Dirichlet Allocation)是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。(The text is classified with LDA)
LDAfenlei
- 此程序主要用来对iris数据集进行分类,主要训练二分类器。(This program is mainly used to classify iris data sets)
clssifier
- 自带100个数据点,二分类,二属性,基于lda分类(Linear classifier based on LDA)
lda-0.2-matlab.tar
- lda降维方法源码,lda 方法有很牛逼的降维效果,对分类精度有很大的提升(lda dimension reduction method source code, lda method is very Niubi dimension reduction effect, classification accuracy has greatly improved)
LDA二分类代码(Matlab实现)
- 基于matlab的LDA算法实现,用于二分类问题(Implementation of LDA algorithm based on MATLAB)