搜索资源列表
LDA
- matlab 实现的LDA算法和线性分类器的实现,其中包括好几个.m文件-matlab implementation of the LDA algorithm and the realization of the linear classifier, which includes several. m file
daima
- (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat
imaginationorthogonaltransformation
- MATLAB 图像正交变换 正交变换通用算子 傅立叶变换 离散余弦变换 Walsh- Hadamard 变换 Radon 变换 小波变换 -MATLAB image orthogonal transform orthogonal transform generic operator Fourier transform discrete cosine transform Walsh-Hadamard transform Radon transform wavelet trans
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
pLSA
- 用于文本分析和分类的pLSA(Probability Latent Semantic Analysis)的Matlab算法,含有测试数据及算法原理介绍。也可用于图像分析。相比原来的版本,增加了示例程序demo.m,以实现可视化效果,用户更容易使用和理解pLSA算法。-For text analysis and classification of pLSA (Probability Latent Semantic Analysis) of the Matlab algorithm with tes
lda-c-dist(blei)
- David M. Blei 用linux-c编写的lda算法-David M. Blei Written by linux-c lda algorithm
LDA-paper-2003
- LDA潜在狄利克雷分布自然语言处理原始论文,By David M.Blei,Andrew Y.Ng 2003-LDA latent Dirichlet distribution of original papers on natural language processing By David M.Blei,Andrew Y.Ng 2003
fastdlda
- .m 文件 机器学习lda例子,lda改进fastlda-. M file lda example of machine learning
project1_code
- 这是matlab编写的3个常用机器学习分类器代码。其中包括了: 1)PCA 分类其;2)LDA分类器:3)naive贝叶斯分类器。 3个算法的实现参考了《Introduction to Machine Learning》。 除了这3个分类算法的实现外,代码里面还包含了用于测试的main.m 主程序和一个实验的简要报告。实验在著名数据集acoustic_train_data 上进行。-This source code includes the implementation of three f
LDA.m
- 线性判别分析函数,可直接调用,内含函数详细说明-Linear discriminant analysis functions can be called directly, containing a detailed descr iption of the function
Fisher
- Fisher判别法是历史上最早提出的判别方法之一,其基本思想是将n类m维数据集尽可能地投影到一个方向(一条直线),使得类与类之间尽可能分开。-This package include the training, testing and a demo of Fisher LDA. The testing code also uates precision, recall, accuracy and F1-measure.
simpleface
- it consist of a matlab m file, which does face recognition through PCA and LDA of your choice, should be selected first.-it consist of a matlab m file, which does face recognition through PCA and LDA of your choice, should be selected first.