You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by debasish83 <gi...@git.apache.org> on 2015/04/08 00:54:35 UTC

[GitHub] spark pull request: [ML][MLLIB] SPARK-2426: Integrate Breeze Quadr...

Github user debasish83 commented on the pull request:

    https://github.com/apache/spark/pull/3221#issuecomment-90753041
  
    @mengxr @josephk In my internal testing, I am finding the sparse formulations useful for extracting genre/topic information out of netflix/movielens dataset...The formulations are:
    1. Sparse coding: L2 on users/words, L1 on documents/movies
    2. L2 on users/words, probability simplex on documents/movies
    The reference:
    2011 Sparse Latent Semantic Analysis LSA(some of it is implemented in Graphlab): 
    https://www.cs.cmu.edu/~xichen/images/SLSA-sdm11-final.pdf
    showed sparse coding producing better result than LDA...I am considering if it makes sense to add a 20 newsgroup flow in examples that was shown in the paper ? Also do we have perplexity implemented so that we can start comparing topic models...The ALS runtime with sparse formulations are also pretty good....


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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