You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wish to control the behaviour of model while training , based on a constraint on parameters that,
All the parameters (all elements of weight matrix W ) in input layer should stay positive while training the model.
Is this possible currently using Flux ?
The text was updated successfully, but these errors were encountered:
yewalenikhil65
changed the title
Controlling the parameters W and b in Chain(Dense()) neural network
Controlling the parameters W and b in Chain(Dense(),Dense()) neural network
Sep 30, 2020
yewalenikhil65
changed the title
Controlling the parameters W and b in Chain(Dense(),Dense()) neural network
Controlling the parameters W ,in Chain(Dense(),Dense()) neural network
Sep 30, 2020
Hello,
I wish to control the behaviour of model while training , based on a constraint on parameters that,
All the parameters (all elements of weight matrix W ) in input layer should stay positive while training the model.
Is this possible currently using Flux ?
The text was updated successfully, but these errors were encountered: