accosmin / nano

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

Implement differentiable pooling layer #110

Closed accosmin closed 8 years ago

accosmin commented 8 years ago

Check this paper and see if it is worth implementing the proposed pooling layer: http://www.matthewzeiler.com/pubs/arxiv2012/arxiv2012.pdf

accosmin commented 8 years ago

May add convolution models based on this pooling layer to benchmark_models and benchmark_trainers

accosmin commented 8 years ago

Also this paper is relevant: https://arxiv.org/pdf/1412.6806v3.pdf