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

[GitHub] spark pull request: [MLLIB] [spark-2352] Implementation of an Arti...

Github user hhbyyh commented on the pull request:

    https://github.com/apache/spark/pull/1290#issuecomment-91181467
  
    @debasish83 I'm interested in the Graphx-based NN and implemented a prototype. Yet I found both feed forward and back propagation are slow (unacceptably) due to `aggregateMessages` and `joinVertices`, which seems to be inevitable, and will become worse if layer count increases. 
    
    Is there any other Graph based attempt available? or maybe some suggestion. Thanks.


---
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