搜索资源列表

  1. LDA

    0下载:
  2. 关于LDA算法在人脸识别应用中的研讨及比较-About LDA application on face detec
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:3673088
    • 提供者:wn521
  1. 2D-LDA

    0下载:
  2. 2维线性判别进行人脸识别的程序,很不错!采用ORL人脸库,取每人的1、3、5、7、9五幅图像作为训练图像,其余作为测试图像,进行二维线性判别。计算出特征向量矩阵,降序排列后,取前d(d=2,4,6,……,20)个特征向量组成的矩阵作为变换矩阵,对训练集合测试集进行特征重建,最后采用最近邻分类器。附有实验的结果。-code for face recognition based 2D-LDA,the performance is nice!
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:2834432
    • 提供者:王阳丽
  1. 2D-LDA

    0下载:
  2. 2D-LDA, used for classification.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2807808
    • 提供者:david
  1. 2D-LDA

    0下载:
  2. 2d-lda的一些matlab算法,此法效率较高,值得学习学习哈-2d-lda some matlab algorithm, this method is more efficient, should learn from Kazakhstan
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2807808
    • 提供者:断了的弦
  1. pca-lda

    0下载:
  2. face recognitionand detection by lda,pca
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:45056
    • 提供者:sandeep
  1. LDA

    0下载:
  2. matlab 实现的LDA算法和线性分类器的实现,其中包括好几个.m文件-matlab implementation of the LDA algorithm and the realization of the linear classifier, which includes several. m file
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:18432
    • 提供者:hujuan123
  1. LDA

    0下载:
  2. 使用matlab实现的LDA(线性判别分析)分类器,以及PCA的实现-Implemented using matlab LDA (linear discriminant analysis) classifier, and the implementation of PCA
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:6144
    • 提供者:jcli
  1. LDA-face-recognition

    0下载:
  2. 使用基于LDA算法的人脸识别程序(附有相应的论文)-LDA based face recognition program(papers included)
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:640000
    • 提供者:longan
  1. lda-c-dist

    0下载:
  2. 在linux下的LDA算法, 用于数据挖掘,可直接编译运行。-In linux the LDA algorithm for data mining, can be directly run the compiler.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:28672
    • 提供者:yong
  1. LDA

    0下载:
  2. 有几类样本点,试利用LDA分类器、求出其分界面,并分析这类分类器的特点。-There are several types of sample points, try using Fisher classifier, find the sub-interface, and analyze the characteristics of such classification.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:小丽
  1. Labeled-LDA-model-text-classify

    0下载:
  2. 基于Labeled-LDA模型的文本分类新算法-Labeled-LDA model based on the new algorithm for text categorization
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:201728
    • 提供者:李苑平
  1. LDA-Reconginatin

    0下载:
  2. Matlab LDA降维经典程序 外国人Jonathan Huang写的LDA matlab程序,用于多维特征的降维 -Matlab LDA dimension reduction procedures foreigners Jonathan Huang classic written LDA matlab program for multi-dimensional characteristics of the dimensio
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:2048
    • 提供者:Aaron Yan
  1. LDA+JAVA实现

    0下载:
  2. LDA(Latent Dirichlet Allocation)是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。所谓生成模型,就是说,我们认为一篇文章的每个词都是通过"以一定概率选择了某个主题,并从这个主题中以一定概率选择某个词语"这样一个过程得到。文档到主题服从多项式分布,主题到词服从多项式分布。
  3. 所属分类:ASP源码

    • 发布日期:2016-01-13
    • 文件大小:60012
    • 提供者:iihcy666
  1. LDA代码分析

    0下载:
  2. 对文本用LDA进行分类,LDA(Latent Dirichlet Allocation)是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。(The text is classified with LDA)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-09
    • 文件大小:5248000
    • 提供者:杜宇
  1. BF-LDA

    0下载:
  2. 通过LDA模型抽取文档中得主题词汇,并通过背景和前景的比较生成最近更新的新生主题(Using LDA model to generate the topic word. By comparing the words generate from foreground and background, this model can analyze the newest topics.)
  3. 所属分类:信息检索与抽取

    • 发布日期:2024-05-09
    • 文件大小:260096
    • 提供者:elementC
  1. LDA

    0下载:
  2. Basic code for LDA understanding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:1024
    • 提供者:ankur.mtee16
  1. LDA

    0下载:
  2. 性判别式分析(Linear Discriminant Analysis, LDA),也叫做 Fisher 线性判别 (FisherLinear Discriminant,FLD), 是模式识别的经典算法(Linear Discriminant Analysis)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-09
    • 文件大小:274432
    • 提供者:灵娃儿
  1. K-LDA

    0下载:
  2. 经典kernel LDA算法,可用于人脸识别算法,很好用(Classic kernel LDA algorithm, can be used for face recognition algorithm, very good use)
  3. 所属分类:matlab例程

  1. lda-develop

    0下载:
  2. lda 文本主题模型的python 代码 很实用(lda topic document code very efficient and useful)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-09
    • 文件大小:225280
    • 提供者:demonmikalis
  1. python-LDA-master

    0下载:
  2. linux下lda的实现,具体说明内附文件,使用方便(LDA detailed descr iption of the attached file, easy to use, fast hand, use only to replace the source file can be used)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-09
    • 文件大小:12288
    • 提供者:ygt
« 1 2 34 5 6 7 8 9 10 ... 44 »

源码中国 www.ymcn.org