Package | Description |
---|---|
jsat.classifiers.neuralnetwork | |
jsat.classifiers.neuralnetwork.initializers |
Modifier and Type | Method and Description |
---|---|
WeightInitializer |
SGDNetworkTrainer.getWeightInit() |
Modifier and Type | Method and Description |
---|---|
void |
SGDNetworkTrainer.setWeightInit(WeightInitializer weightInit)
Sets the method used to initialize matrix connection weights
|
Modifier and Type | Class and Description |
---|---|
class |
GaussianNormalInit
This object initializes the values of weights by sampling from the zero mean
Gaussian
|
class |
TanhInitializer
This initializer samples the weights from an adjusted uniform distribution
in order to provided better behavior of neuron activation and gradients
See: Glorot, X., & Bengio, Y. |
Modifier and Type | Method and Description |
---|---|
WeightInitializer |
WeightInitializer.clone() |
Copyright © 2017. All rights reserved.