Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-1994

Add different gain calculation schemes to SGD

    XMLWordPrintableJSON

Details

    Description

      The current SGD implementation uses as gain for the weight updates the formula stepsize/sqrt(iterationNumber). It would be good to make the gain calculation configurable and to provide different strategies for that. For example:

      • stepsize/(1 + iterationNumber)
      • stepsize*(1 + regularization * stepsize * iterationNumber)^(-3/4)

      See also how to properly select the gains [1].

      Resources:
      [1] http://arxiv.org/pdf/1107.2490.pdf

      Attachments

        Issue Links

          Activity

            People

              rawkintrevo Trevor Grant
              trohrmann Till Rohrmann
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: