pLSA

所属分类:matlab编程
开发工具:matlab
文件大小:295KB
下载次数:585
上传日期:2010-05-12 12:46:49
上 传 者ather
说明:  用于文本分析和分类的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 test data and algorithm theory description. Can also be used for image analysis. Compared to the original version, an increase of sample programs demo.m, to achieve the visual effect, the user can more easily use and understand the algorithm.)

文件列表:
pLSA\data.mat (260, 2008-08-29)
pLSA\demo.m (605, 2010-05-12)
pLSA\plsa.m (2986, 2010-05-12)
pLSA\pLSA.pdf (347439, 2008-08-29)
pLSA (0, 2010-05-12)

用于文本分析的pLSA算法。运行demo.m可看到示例程序。 data.mat保存的是“词-文本共生矩阵”X,行表示不同的词, 列表示不同的的文本。共有12个词,9个文本。 [pz pdz pwz pzdw]=plsa(X,k)可以产生文本、词的亲缘关系,用 概率pz=P(z),pdz=P(d/z),pwz=P(w/z),pzdw=P(z/d,w)表示. 关于算法的细节见pLSA.pdf。 X为“词-文本共生矩阵”,k为类别数。

近期下载者

相关文件


收藏者