asgd icon indicating copy to clipboard operation
asgd copied to clipboard

kwargs for mini_batch settings

Open npinto opened this issue 13 years ago • 0 comments

It would be useful to have the possibility of using "mini_batches" to get better estimations of the gradients (see https://github.com/npinto/asgd/blob/master/asgd/naive_asgd.py#L60). Since we'll be using BLAS, etc. this parameter could possibly speed up convergence.

npinto avatar Oct 17 '11 18:10 npinto