Implementation of standard regularizers for Linear layer.
Adds L1 regularization to a Linear layer.
Adds L2 regularization to a Linear layer.
Adds a positive constraint on the weights of a Linear layer.
See Source File
Apache License Version 2.0
2017 Netflix, Inc.
Implementation of standard regularizers for Linear layer.