accosmin / nano

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

New SGD-based method #82

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

"Momentum" like described here: http://arxiv.org/pdf/1212.5701v1.pdf Basically it is using a exponential running average of the value updates.