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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to