[
https://issues.apache.org/jira/browse/SPARK-10078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15819851#comment-15819851
]
Weichen Xu commented on SPARK-10078:
------------------------------------
[~debasish83] Can L-BFGS-B be distributed computed when scaled to billions of
features in high efficiency ? If only the interface supporting distributed
vector, but internal computation still use local vector and/or local matrix,
then it seems won't make much sense...
Currently VF-LBFGS can turn LBFGS two loop recursion into distributed computing
mode, but the L-BFGS-B seems much more complex then L-BFGS, can it also be
computed in parallel ?
> Vector-free L-BFGS
> ------------------
>
> Key: SPARK-10078
> URL: https://issues.apache.org/jira/browse/SPARK-10078
> Project: Spark
> Issue Type: New Feature
> Components: ML
> Reporter: Xiangrui Meng
> Assignee: Yanbo Liang
>
> This is to implement a scalable version of vector-free L-BFGS
> (http://papers.nips.cc/paper/5333-large-scale-l-bfgs-using-mapreduce.pdf).
> Design document:
> https://docs.google.com/document/d/1VGKxhg-D-6-vZGUAZ93l3ze2f3LBvTjfHRFVpX68kaw/edit?usp=sharing
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]