You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Sandeep Krishnamurthy (JIRA)" <ji...@apache.org> on 2018/09/27 23:47:00 UTC

[jira] [Updated] (MXNET-854) SVRG Optimization in Python Module API

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

Sandeep Krishnamurthy updated MXNET-854:
----------------------------------------
    Resolution: Fixed
        Status: Done  (was: To Do)

> SVRG Optimization in Python Module API
> --------------------------------------
>
>                 Key: MXNET-854
>                 URL: https://issues.apache.org/jira/browse/MXNET-854
>             Project: Apache MXNet
>          Issue Type: New Feature
>            Reporter: Stephanie Yuan
>            Priority: Major
>          Time Spent: 10h 50m
>  Remaining Estimate: 0h
>
> SVRG stands for Stochastic Variance Reduced Gradients, which is an optimization technique that employs explicit variance reduction. It has provable guarantees for strong smoothly convex functions and converges faster compared to SGD. 
> The proposal is to create a SVRGModule that implements the SVRG optimization technique under the hood. 
> SVRG Module should:
>  * seamlessly supports both dense and sparse data, run on CPU and GPU instances on single machine and in distributed setting.
>  * minimize the API differences with Python Module API.
> Detailed descriptions of API changes and suggested usage can be found in the Design Proposal [here|https://cwiki.apache.org/confluence/display/MXNET/SVRG+Optimization+in+MXNet+Python+Module]. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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