Package | Description |
---|---|
org.deeplearning4j.nn.conf.constraint |
Modifier and Type | Class and Description |
---|---|
class |
MaxNormConstraint
Constrain the maximum L2 norm of the incoming weights for each unit to be less than or equal to the specified value.
|
class |
MinMaxNormConstraint
Constrain the minimum AND maximum L2 norm of the incoming weights for each unit to be between the specified values.
|
class |
NonNegativeConstraint
Constrain the weights to be non-negative
|
class |
UnitNormConstraint
Constrain the L2 norm of the incoming weights for each unit to be 1.0
|
Modifier and Type | Method and Description |
---|---|
abstract BaseConstraint |
BaseConstraint.clone() |
Copyright © 2018. All rights reserved.