Package | Description |
---|---|
org.deeplearning4j.nn.conf.constraint |
Class and 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 parameters to be non-negative.
|
UnitNormConstraint
Constrain the L2 norm of the incoming weights for each unit to be 1.0
|
Copyright © 2019. All rights reserved.