You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/12/31 10:45:49 UTC

[jira] [Resolved] (SPARK-4976) trust region Newton optimizer in mllib

     [ https://issues.apache.org/jira/browse/SPARK-4976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Owen resolved SPARK-4976.
------------------------------
    Resolution: Won't Fix

> trust region Newton optimizer in mllib
> --------------------------------------
>
>                 Key: SPARK-4976
>                 URL: https://issues.apache.org/jira/browse/SPARK-4976
>             Project: Spark
>          Issue Type: New Feature
>          Components: MLlib
>            Reporter: Ching-Pei Lee
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Trust region Newton method (TRON) is a truncated Newton method for optimizing twice-differentiable, unconstrained convex optimization problems. It has been shown in recent research (http://www.csie.ntu.edu.tw/~cjlin/papers/logistic.pdf) to be faster than L-BFGS when solving logistic regression problems.
> One of the use can be training large-scale logistic regression/least square regression with many features and instances.
> We'll use breeze implementation of TRON.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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