Package | Description |
---|---|
jsat.classifiers.neuralnetwork | |
jsat.classifiers.neuralnetwork.regularizers |
Modifier and Type | Method and Description |
---|---|
WeightRegularizer |
SGDNetworkTrainer.getRegularizer() |
Modifier and Type | Method and Description |
---|---|
void |
SGDNetworkTrainer.setRegularizer(WeightRegularizer regularizer)
Sets the method of regularizing the connections weights
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Method and Description |
---|---|
WeightRegularizer |
WeightRegularizer.clone() |
Copyright © 2017. All rights reserved.