搜索资源列表
ldaviagibbs
- LDA(Latent Dirichlet Analysis)潜在狄利克雷分析,是近年来文本以及图像中比较热的以topic为潜在变量的无监督学习方法-LDA (Latent Dirichlet Analysis) Dirichlet potential analysis of text and image in recent years compared to the hot topic as a potential method of unsupervised learning variable
EWEW43
- 改进的遗传算法用于极化合成孔径雷达影像非监督分类Improved genetic algorithm for polarimetric synthetic aperture radar image unsupervised classification-Improved genetic algorithm for polarimetric synthetic aperture radar image unsupervised classification
lda-c
- LDA是一种文档主题生成模型,也称为一个三层贝叶斯概率模型,包含词、主题和文档三层结构。文档到主题服从Dirichlet分布,主题到词服从多项式分布。 LDA是一种非监督机器学习技术,可以用来识别大规模文档集(document collection)或语料库(corpus)中潜藏的主题信息。它采用了词袋(bag of words)的方法,这种方法将每一篇文档视为一个词频向量,从而将文本信息转化为了易于建模的数字信息。但是词袋方法没有考虑词与词之间的顺序,这简化了问题的复杂性,同时也为