Package | Description |
---|---|
jsat.classifiers.neuralnetwork | |
jsat.classifiers.neuralnetwork.initializers |
Modifier and Type | Method and Description |
---|---|
BiastInitializer |
SGDNetworkTrainer.getBiasInit() |
Modifier and Type | Method and Description |
---|---|
void |
SGDNetworkTrainer.setBiasInit(BiastInitializer biasInit)
Sets the method to use when initializing neuron bias values
|
Modifier and Type | Class and Description |
---|---|
class |
ConstantInit
This initializes all bias values to a single constant value
|
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 |
---|---|
BiastInitializer |
BiastInitializer.clone() |
Copyright © 2017. All rights reserved.