搜索资源列表
lda
- lda分类,想做一个关于文本分类的lda应用,想向大家请教些-lda classify
LDA4j-master
- LDA4j-master.LDA 代码 for 文本分类-LDA4j-master for Java source code.
LDA
- 主要用于在文本分类中,对文本进行特征提取,是一种主题向量模型-Mainly used in text classification, text feature extraction, is a theme vector model
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)
LDAGibbsSampling(Java)
- 使用gibbslda对数据进行分类的代码(Gibbs lda test by java.)