Interface | Description |
---|---|
WeightRegularizer |
This interface defines the contract for applying a regularization scheme to
the weight and bias values of a laying in a neural network.
|
Class | Description |
---|---|
Max2NormRegularizer |
This regularizer restricts the norm of each neuron's weights to be bounded by
a fixed constant, and rescaled when the norm is exceeded.
|
Copyright © 2017. All rights reserved.