GitHub user njayaram2 opened a pull request:

    https://github.com/apache/madlib/pull/240

    MLP: Fix step size initialization based on learning rate policy

    JIRA: MADLIB-1212
    
    The step_size is supposed to be updated based on the learning rate. The
    formulae for different policies depend on the current iteration number,
    which was not consumed correctly. This commit fixes it by using
    it.iteration for the current iteration number in that update.
    
    Co-authored-by: Nikhil Kak <n...@pivotal.io>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/madlib/madlib bugfix/mlp-learning-rate-policy

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/madlib/pull/240.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #240
    
----
commit 72c6c8bdf5bfb50132e0566ca9600f82e99b7700
Author: Nandish Jayaram <njayaram@...>
Date:   2018-03-06T19:10:50Z

    MLP: Fix step size initialization based on learning rate policy
    
    JIRA: MADLIB-1212
    
    The step_size is supposed to be updated based on the learning rate. The
    formulae for different policies depend on the current iteration number,
    which was not consumed correctly. This commit fixes it by using
    it.iteration for the current iteration number in that update.
    
    Co-authored-by: Nikhil Kak <n...@pivotal.io>

----


---

Reply via email to