Class | Description |
---|---|
BaseConstraint | |
MaxNormConstraint |
Constrain the maximum L2 norm of the incoming weights for each unit to be less than or equal to the specified value.
|
MinMaxNormConstraint |
Constrain the minimum AND maximum L2 norm of the incoming weights for each unit to be between the specified values.
|
NonNegativeConstraint |
Constrain the weights to be non-negative
|
UnitNormConstraint |
Constrain the L2 norm of the incoming weights for each unit to be 1.0
|
Copyright © 2018. All rights reserved.