Package org.jetbrains.kotlinx.dl.api.core.regularizer
Types
L2L1
Link copied to clipboard
A regularizer that applies both L1 and L2 regularization penalties. The L1 regularization penalty is computed as:
Regularizer
Link copied to clipboard
abstract class Regularizer
Content copied to clipboard
Regularizers allow you to apply penalties on layer parameters or layer activity during optimization. These penalties are summed into the loss function that the network optimizes.
Properties
DEFAULT_PENALTY
Link copied to clipboard