Package | Description |
---|---|
jsat.classifiers.neuralnetwork | |
jsat.classifiers.neuralnetwork.regularizers |
Class and 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 and 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.
|
WeightRegularizer
This interface defines the contract for applying a regularization scheme to
the weight and bias values of a laying in a neural network.
|
Copyright © 2017. All rights reserved.