issues
search
accosmin
/
nano
C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1
stars
0
forks
source link
Investigate other regularization methods for deep models
#146
Closed
accosmin
closed
7 years ago
accosmin
commented
7 years ago
insensitivity to parameter changes: penalize with the gradient magnitude of the layer's output to its paramters
accosmin
commented
7 years ago
L2-regularization on weights, but not on biases
randomly multiply weights with N(1, I) - see deep learning book