accosmin / nano

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

Support for freezing layers #149

Closed accosmin closed 7 years ago

accosmin commented 7 years ago

Can image randomly initialized and fixed (convolution) layers with only the output layers being trainable. See the random kitchen sink paper.

accosmin commented 7 years ago

May need to add layer_t::save/load(ibstream_t) to save/load the frozen parameters to/from disk.