首页 > 其他 > 详细

《textanalytics》课程简单总结(3):text clustering

时间:2015-07-19 10:07:52      阅读:129      评论:0      收藏:0      [点我收藏+]

coursera上的公开课《https://www.coursera.org/course/textanalytics》系列,讲的非常不错哦。


1、text clustering的总体思想:

类似于topic mining,但要求每个text只有一个主题构成

To generate a document, firstchoose a theta_i according to  p(theta_i), and then generateall words in the document using p(w|theta_i) 。


2、text clustering和topic mining的文本产生公式的区别:

每个document的产生有区别:

技术分享

语料库产生无差别:

给定documents collection C={d1,...,dn},则都是:

技术分享


3、EM algorithm for text clustering:

技术分享


4、(An Example of 2 Clusters for)EM text clustering:

技术分享


技术分享

版权声明:本文为博主原创文章,未经博主允许不得转载。

《textanalytics》课程简单总结(3):text clustering

原文:http://blog.csdn.net/mmc2015/article/details/46952371

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!