MATLAB: Neural Nets with Constraints

Deep Learning Toolboxneural networks

Is it possible to constrain or restrict the parameter estimates of a neural net? I.e., IW(1,1) = 1, >0, etc. etc.?

Best Answer

It could be done but that would require modifying code to the point where it is too complicated and slow. For example, stop after every epoch and set a subset of weights to specified constant values.
YUCK!
Greg