Package org.tensorflow.framework.regularizers
package org.tensorflow.framework.regularizers
-
ClassDescriptionBase class for RegularizersA regularizer that applies an L1 or Lasso(least absolute shrinkage and selection operator) Regression, regularization penalty.A regularizer that applies both L1 and L2 regularization penalties.A regularizer that applies a L2 (Ridge Regression) regularization penalty.