You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "yuhao yang (JIRA)" <ji...@apache.org> on 2015/05/10 12:27:59 UTC

[jira] [Commented] (SPARK-7496) Update Programming guide with Online LDA

    [ https://issues.apache.org/jira/browse/SPARK-7496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14537114#comment-14537114 ] 

yuhao yang commented on SPARK-7496:
-----------------------------------

Hi Joseph, just something I got for your reference,

LDA takes in a collection of documents as vectors of word counts. It supports different inference algorithms via setOptimizer function. EMLDAOptimizer learns clustering using expectation-maximization on the likelihood function, while OnlineLDAOptimizer uses iterative mini-batch sampling for online variational inference,

After fitting on the documents, LDA provides:

> Update Programming guide with Online LDA
> ----------------------------------------
>
>                 Key: SPARK-7496
>                 URL: https://issues.apache.org/jira/browse/SPARK-7496
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation, MLlib
>            Reporter: Joseph K. Bradley
>            Priority: Minor
>
> Update LDA subsection of clustering section of MLlib programming guide to include OnlineLDA



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org