搜索资源列表
lda-j-src-20050325
- LDA (latent dirichlet allocation) 的java实现-The java code for LDA (latent dirichlet allocation)
PLSA
- Probabilistic Latent Semantic Analysis ... using a number of other programming languages such as C++ and Java etc
LDA_java
- Java,LDA(Latent Dirichlet Allocation)源代码,可以实现分词、去除停用词功能。-Java, LDA (Latent Dirichlet Allocation) source code, can achieve the segmentation, removing stop words function.
CVB0
- In this paper we introduce a novel collapsed Gibbs sampling method for the widely used latent Dirichlet allocation (LDA) model.
MatrixFactorizationModel.java.tar
- * * Matrix factorization model for recommendation. * The model only uses latent features. (please note that it suffers cold start problem ) * * @author wenzhe * - * * Matrix factorization model for recommendation. * The mod
LSA
- 隐含语义检索(Latent Semantic Analysis)的相关代码-Latent Semantic Retri (Latent Semantic Analysis) of the relevant code
JGibbLDA-v.1.0
- 基于LDA(Latent Dirichlet Allocation)的文本分类处理,开始学习和接触了LDA,因为代码采用的是Java,LDA开源工具是JGibbLDA,这个是LDA的Java版本实现-Based on the LDA (Latent Dirichlet Allocation) of the text classification process, started learning and exposure to LDA, because the code uses Java, L
LDA代码分析
- 对文本用LDA进行分类,LDA(Latent Dirichlet Allocation)是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。(The text is classified with LDA)