| Interface | Description |
|---|---|
| Regularization |
| Class | Description |
|---|---|
| L1Regularization | |
| L2Regularization | |
| WeightDecay |
| Enum | Description |
|---|---|
| Regularization.ApplyStep |
ApplyStep determines how the regularization interacts with the optimization process - i.e., when it is applied
relative to updaters like Adam, Nesterov momentum, SGD, etc.
|
Copyright © 2021. All rights reserved.