Neural Nets with Constraints

6 views (last 30 days)
Steven Ramsey
Steven Ramsey on 12 Apr 2015
Answered: Greg Heath on 23 Apr 2015
Is it possible to constrain or restrict the parameter estimates of a neural net? I.e., IW(1,1) = 1, >0, etc. etc.?

Accepted Answer

Greg Heath
Greg Heath on 23 Apr 2015
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

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!