Sebastian Schelter created MAHOUT-1166:
------------------------------------------

             Summary: Multithreaded version of distributed ALS
                 Key: MAHOUT-1166
                 URL: https://issues.apache.org/jira/browse/MAHOUT-1166
             Project: Mahout
          Issue Type: Improvement
          Components: Collaborative Filtering
            Reporter: Sebastian Schelter
            Assignee: Sebastian Schelter


Our implementation of ALS broadcasts the feature matrices in each iteration. 
Therefore, it makes sense to run the mappers in multithreaded mode to not have 
to load one copy of the feature matrix per core, but share the read-only 
in-memory copy.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to