accosmin / nano

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

Convolution layer(s) with fewer parameters #49

Closed accosmin closed 8 years ago

accosmin commented 9 years ago

Reduce the number of parameters from O(#outputs \times #inputs) to O(#outputs).

Some ideas:

accosmin commented 8 years ago

Also new variation of the linear layer: use normalized weights for parameters (like described above)