Package jsat.classifiers.neuralnetwork.initializers
-
Interface Summary Interface Description BiastInitializer This interface specifies the method of initializing the bias connections in a neural network.WeightInitializer This interface specifies the method of initializing the weight connections in a neural network. -
Class Summary Class Description ConstantInit This initializes all bias values to a single constant valueGaussianNormalInit This object initializes the values of weights by sampling from the zero mean GaussianTanhInitializer 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.
DataMelt 3.0 © DataMelt by jWork.ORG