Re: SGD Effective Learning Rate

2015-09-01 Thread Theodore Vasiloudis
I would also vote for option 1, implemented through a new (string?) Parameter for SGD. Also, see a previous discussion here about adaptive learning rates. On Mon, Aug 31, 2015 at

SGD Effective Learning Rate

2015-08-31 Thread Trevor Grant
https://issues.apache.org/jira/browse/FLINK-1994 There are two ways to set the effective learning rate: Method 1) Several pre-baked ways to calculate the effective learning rate, set as a switch. E.g.: val effectiveLearningRate = optimizationMethod match { // original effective learning