accosmin / nano

C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1 stars 0 forks source link

Improve minibatch optimizers #109

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Do not create the optimizers for each minibatch round to save memory and improve speed.

Possible solution:

Consider also tuning the number of iterations per minibatch {1, 2, 3, 4}...

accosmin commented 8 years ago

Need to reuse the optimization context (if possible):