accosmin / nano

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

More efficient momentum for vectors #87

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Each update copies the vector: should use directly the array.

accosmin commented 8 years ago

To profile if this has an actual impact when training mlps.